Home
last modified time | relevance | path

Searched defs:grpcClient (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdk-platform-java/showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it/
H A DITUnaryDeadline.java55 try (EchoClient grpcClient = in testGRPC_unarySuccessfulResponse_doesNotExceedTotalTimeout()
115 try (EchoClient grpcClient = in testGRPC_unarySuccessfulResponse_exceedsRPCDeadlineButWithinTotalTimeout()
179 try (EchoClient grpcClient = in testGRPC_unaryUnsuccessfulResponse_exceedsRPCTimeoutAndTotalTimeout_throwsDeadlineExceededException()
257 try (EchoClient grpcClient = in testGRPC_unaryCallableRetry_deadlineExecutorTimesOutRequest_throwsDeadlineExceededException()
H A DITLongRunningOperation.java60 try (EchoClient grpcClient = in testGRPC_LROSuccessfulResponse_doesNotExceedTotalTimeout()
136 try (EchoClient grpcClient = in testGRPC_LROUnsuccessfulResponse_exceedsTotalTimeout_throwsDeadlineExceededException()
H A DITCommonServiceMixins.java54 private EchoClient grpcClient; field in ITCommonServiceMixins
H A DITBidiStreaming.java38 private EchoClient grpcClient; field in ITBidiStreaming
H A DITUnaryCallable.java36 private EchoClient grpcClient; field in ITUnaryCallable
H A DITClientSideStreaming.java40 private EchoClient grpcClient; field in ITClientSideStreaming
H A DITCrud.java47 private IdentityClient grpcClient; field in ITCrud
H A DITServerSideStreaming.java41 private EchoClient grpcClient; field in ITServerSideStreaming