Versions in this module Expand all Collapse all v1 v1.0.0 Jul 11, 2016 Changes in this version + func DoCancelAfterBegin(tc testpb.TestServiceClient) + func DoCancelAfterFirstResponse(tc testpb.TestServiceClient) + func DoClientStreaming(tc testpb.TestServiceClient) + func DoComputeEngineCreds(tc testpb.TestServiceClient, serviceAccount, oauthScope string) + func DoEmptyStream(tc testpb.TestServiceClient) + func DoEmptyUnaryCall(tc testpb.TestServiceClient) + func DoJWTTokenCreds(tc testpb.TestServiceClient, serviceAccountKeyFile string) + func DoLargeUnaryCall(tc testpb.TestServiceClient) + func DoOauth2TokenCreds(tc testpb.TestServiceClient, serviceAccountKeyFile, oauthScope string) + func DoPerRPCCreds(tc testpb.TestServiceClient, serviceAccountKeyFile, oauthScope string) + func DoPingPong(tc testpb.TestServiceClient) + func DoServerStreaming(tc testpb.TestServiceClient) + func DoServiceAccountCreds(tc testpb.TestServiceClient, serviceAccountKeyFile, oauthScope string) + func DoTimeoutOnSleepingServer(tc testpb.TestServiceClient) + func GetToken(serviceAccountKeyFile string, oauthScope string) *oauth2.Token + func NewTestServer() testpb.TestServiceServer