Method | Description | |
---|---|---|
Run ( string args ) : void | ||
RunCancelAfterBeginAsync ( Grpc.Testing.TestService client ) : Task | ||
RunCancelAfterFirstResponseAsync ( Grpc.Testing.TestService client ) : Task | ||
RunClientStreamingAsync ( Grpc.Testing.TestService client ) : Task | ||
RunComputeEngineCreds ( Grpc.Testing.TestService client, string defaultServiceAccount, string oauthScope ) : void | ||
RunCustomMetadataAsync ( Grpc.Testing.TestService client ) : Task | ||
RunEmptyStreamAsync ( Grpc.Testing.TestService client ) : Task | ||
RunEmptyUnary ( Grpc.Testing.TestService client ) : void | ||
RunJwtTokenCreds ( Grpc.Testing.TestService client ) : void | ||
RunLargeUnary ( Grpc.Testing.TestService client ) : void | ||
RunOAuth2AuthTokenAsync ( Grpc.Testing.TestService client, string oauthScope ) : Task | ||
RunPerRpcCredsAsync ( Grpc.Testing.TestService client, string oauthScope ) : Task | ||
RunPingPongAsync ( Grpc.Testing.TestService client ) : Task | ||
RunServerStreamingAsync ( Grpc.Testing.TestService client ) : Task | ||
RunStatusCodeAndMessageAsync ( Grpc.Testing.TestService client ) : Task | ||
RunTimeoutOnSleepingServerAsync ( Grpc.Testing.TestService client ) : Task | ||
RunUnimplementedMethod ( Grpc.Testing.UnimplementedService client ) : void |
Method | Description | |
---|---|---|
CreateCredentialsAsync ( ) : Task |
||
CreateTestMetadata ( ) : Grpc.Core.Metadata | ||
CreateZerosPayload ( int size ) : Payload | ||
GetEmailFromServiceAccountFile ( ) : string | ||
InteropClient ( ClientOptions options ) : System | ||
Run ( ) : Task | ||
RunTestCaseAsync ( Grpc.Core.Channel channel, ClientOptions options ) : Task |
public static RunCancelAfterBeginAsync ( Grpc.Testing.TestService client ) : Task | ||
client | Grpc.Testing.TestService | |
return | Task |
public static RunCancelAfterFirstResponseAsync ( Grpc.Testing.TestService client ) : Task | ||
client | Grpc.Testing.TestService | |
return | Task |
public static RunClientStreamingAsync ( Grpc.Testing.TestService client ) : Task | ||
client | Grpc.Testing.TestService | |
return | Task |
public static RunComputeEngineCreds ( Grpc.Testing.TestService client, string defaultServiceAccount, string oauthScope ) : void | ||
client | Grpc.Testing.TestService | |
defaultServiceAccount | string | |
oauthScope | string | |
return | void |
public static RunCustomMetadataAsync ( Grpc.Testing.TestService client ) : Task | ||
client | Grpc.Testing.TestService | |
return | Task |
public static RunEmptyStreamAsync ( Grpc.Testing.TestService client ) : Task | ||
client | Grpc.Testing.TestService | |
return | Task |
public static RunEmptyUnary ( Grpc.Testing.TestService client ) : void | ||
client | Grpc.Testing.TestService | |
return | void |
public static RunJwtTokenCreds ( Grpc.Testing.TestService client ) : void | ||
client | Grpc.Testing.TestService | |
return | void |
public static RunLargeUnary ( Grpc.Testing.TestService client ) : void | ||
client | Grpc.Testing.TestService | |
return | void |
public static RunOAuth2AuthTokenAsync ( Grpc.Testing.TestService client, string oauthScope ) : Task | ||
client | Grpc.Testing.TestService | |
oauthScope | string | |
return | Task |
public static RunPerRpcCredsAsync ( Grpc.Testing.TestService client, string oauthScope ) : Task | ||
client | Grpc.Testing.TestService | |
oauthScope | string | |
return | Task |
public static RunPingPongAsync ( Grpc.Testing.TestService client ) : Task | ||
client | Grpc.Testing.TestService | |
return | Task |
public static RunServerStreamingAsync ( Grpc.Testing.TestService client ) : Task | ||
client | Grpc.Testing.TestService | |
return | Task |
public static RunStatusCodeAndMessageAsync ( Grpc.Testing.TestService client ) : Task | ||
client | Grpc.Testing.TestService | |
return | Task |
public static RunTimeoutOnSleepingServerAsync ( Grpc.Testing.TestService client ) : Task | ||
client | Grpc.Testing.TestService | |
return | Task |
public static RunUnimplementedMethod ( Grpc.Testing.UnimplementedService client ) : void | ||
client | Grpc.Testing.UnimplementedService | |
return | void |