Versions in this module Expand all Collapse all v1 v1.2.1 Apr 7, 2017 Changes in this version + func ClientNewPayload(t testpb.PayloadType, size int) *testpb.Payload + func DoCancelAfterBegin(tc testpb.TestServiceClient, args ...grpc.CallOption) + func DoCancelAfterFirstResponse(tc testpb.TestServiceClient, args ...grpc.CallOption) + func DoClientStreaming(tc testpb.TestServiceClient, args ...grpc.CallOption) + func DoComputeEngineCreds(tc testpb.TestServiceClient, serviceAccount, oauthScope string) + func DoCustomMetadata(tc testpb.TestServiceClient, args ...grpc.CallOption) + func DoEmptyStream(tc testpb.TestServiceClient, args ...grpc.CallOption) + func DoEmptyUnaryCall(tc testpb.TestServiceClient, args ...grpc.CallOption) + func DoJWTTokenCreds(tc testpb.TestServiceClient, serviceAccountKeyFile string) + func DoLargeUnaryCall(tc testpb.TestServiceClient, args ...grpc.CallOption) + func DoOauth2TokenCreds(tc testpb.TestServiceClient, serviceAccountKeyFile, oauthScope string) + func DoPerRPCCreds(tc testpb.TestServiceClient, serviceAccountKeyFile, oauthScope string) + func DoPingPong(tc testpb.TestServiceClient, args ...grpc.CallOption) + func DoServerStreaming(tc testpb.TestServiceClient, args ...grpc.CallOption) + func DoServiceAccountCreds(tc testpb.TestServiceClient, serviceAccountKeyFile, oauthScope string) + func DoStatusCodeAndMessage(tc testpb.TestServiceClient, args ...grpc.CallOption) + func DoTimeoutOnSleepingServer(tc testpb.TestServiceClient, args ...grpc.CallOption) + func DoUnimplementedMethod(cc *grpc.ClientConn) + func DoUnimplementedService(tc testpb.UnimplementedServiceClient) + func GetToken(serviceAccountKeyFile string, oauthScope string) *oauth2.Token + func NewTestServer() testpb.TestServiceServer