Home
last modified time | relevance | path

Searched refs:fill_username (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DSimpleRequest.php42 protected $fill_username = false; variable in Grpc\\Testing\\SimpleRequest
208 return $this->fill_username;
221 $this->fill_username = $var;
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DSimpleRequest.php42 protected $fill_username = false; variable in Grpc\\Testing\\SimpleRequest
218 return $this->fill_username;
231 $this->fill_username = $var;
/third_party/grpc/src/ruby/pb/test/
Dclient.rb323 resp = perform_large_unary(fill_username: true,
334 resp = perform_large_unary(fill_username: true)
339 resp = perform_large_unary(fill_username: true,
347 resp = perform_large_unary(fill_username: true,
365 resp = perform_large_unary(fill_username: true,
663 def perform_large_unary(fill_username: false, fill_oauth_scope: false, **kw)
669 req.fill_username = fill_username
/third_party/grpc/examples/protos/
Dauth_sample.proto24 bool fill_username = 4; field
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py69 def _large_unary_common_behavior(stub, fill_username, fill_oauth_scope, argument
76 fill_username=fill_username,
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py76 stub: test_pb2_grpc.TestServiceStub, fill_username: bool,
84 fill_username=fill_username,
/third_party/grpc/doc/
Dinterop-test-descriptions.md538 fill_username: true
580 fill_username: true
631 fill_username: true
672 fill_username: true
712 fill_username: true
749 fill_username: true
1206 If a SimpleRequest has fill_username=true and that request was successfully
/third_party/grpc/src/objective-c/examples/RemoteTestClient/
Dmessages.proto57 bool fill_username = 4; field
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto68 bool fill_username = 4; field
/third_party/grpc/src/proto/grpc/testing/
Dmessages.proto79 bool fill_username = 4; field