Versions in this module Expand all Collapse all v1 v1.0.0 Jun 21, 2023 Changes in this version + func ClientNewPayload(t testpb.PayloadType, size int) *testpb.Payload + func DoCancelAfterBegin(tc testgrpc.TestServiceClient, args ...grpc.CallOption) + func DoCancelAfterFirstResponse(tc testgrpc.TestServiceClient, args ...grpc.CallOption) + func DoClientStreaming(tc testgrpc.TestServiceClient, args ...grpc.CallOption) + func DoComputeEngineChannelCredentials(tc testgrpc.TestServiceClient, defaultServiceAccount string) + func DoComputeEngineCreds(tc testgrpc.TestServiceClient, serviceAccount, oauthScope string) + func DoCustomMetadata(tc testgrpc.TestServiceClient, args ...grpc.CallOption) + func DoEmptyStream(tc testgrpc.TestServiceClient, args ...grpc.CallOption) + func DoEmptyUnaryCall(tc testgrpc.TestServiceClient, args ...grpc.CallOption) + func DoGoogleDefaultCredentials(tc testgrpc.TestServiceClient, defaultServiceAccount string) + func DoJWTTokenCreds(tc testgrpc.TestServiceClient, serviceAccountKeyFile string) + func DoLargeUnaryCall(tc testgrpc.TestServiceClient, args ...grpc.CallOption) + func DoORCAOOBTest(tc testgrpc.TestServiceClient) + func DoORCAPerRPCTest(tc testgrpc.TestServiceClient) + func DoOauth2TokenCreds(tc testgrpc.TestServiceClient, serviceAccountKeyFile, oauthScope string) + func DoPerRPCCreds(tc testgrpc.TestServiceClient, serviceAccountKeyFile, oauthScope string) + func DoPickFirstUnary(tc testgrpc.TestServiceClient) + func DoPingPong(tc testgrpc.TestServiceClient, args ...grpc.CallOption) + func DoServerStreaming(tc testgrpc.TestServiceClient, args ...grpc.CallOption) + func DoServiceAccountCreds(tc testgrpc.TestServiceClient, serviceAccountKeyFile, oauthScope string) + func DoSoakTest(tc testgrpc.TestServiceClient, serverAddr string, dopts []grpc.DialOption, ...) + func DoSpecialStatusMessage(tc testgrpc.TestServiceClient, args ...grpc.CallOption) + func DoStatusCodeAndMessage(tc testgrpc.TestServiceClient, args ...grpc.CallOption) + func DoTimeoutOnSleepingServer(tc testgrpc.TestServiceClient, args ...grpc.CallOption) + func DoUnimplementedMethod(cc *grpc.ClientConn) + func DoUnimplementedService(tc testgrpc.UnimplementedServiceClient) + func GetToken(serviceAccountKeyFile string, oauthScope string) *oauth2.Token + func NewTestServer(opts ...NewTestServerOptions) testgrpc.TestServiceServer + type NewTestServerOptions struct + MetricsRecorder orca.ServerMetricsRecorder