A B C D E F G H I J K L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractInteropTest - Class in io.grpc.testing.integration
-
Abstract base class for all GRPC transport tests.
- AbstractInteropTest() - Constructor for class io.grpc.testing.integration.AbstractInteropTest
-
Constructor for tests.
- addAllBackoffMs(Iterable<? extends Integer>) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
-
repeated int32 backoff_ms = 2; - addAllMetadata(Iterable<? extends Messages.ClientConfigureRequest.Metadata>) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- addAllResponseParameters(Iterable<? extends Messages.ResponseParameters>) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- addAllTypes(Iterable<? extends Messages.ClientConfigureRequest.RpcType>) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The types of RPCs the client sends.
- addAllTypesValue(Iterable<Integer>) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The types of RPCs the client sends.
- addBackoffMs(int) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
-
repeated int32 backoff_ms = 2; - addMetadata(int, Messages.ClientConfigureRequest.Metadata) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- addMetadata(int, Messages.ClientConfigureRequest.Metadata.Builder) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- addMetadata(Messages.ClientConfigureRequest.Metadata) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- addMetadata(Messages.ClientConfigureRequest.Metadata.Builder) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- addMetadataBuilder() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- addMetadataBuilder(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- addResponseParameters(int, Messages.ResponseParameters) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- addResponseParameters(int, Messages.ResponseParameters.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- addResponseParameters(Messages.ResponseParameters) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- addResponseParameters(Messages.ResponseParameters.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- addResponseParametersBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- addResponseParametersBuilder(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- addTypes(Messages.ClientConfigureRequest.RpcType) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The types of RPCs the client sends.
- addTypesValue(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The types of RPCs the client sends.
- AGGREGATED_PAYLOAD_SIZE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- AltsHandshakerTestService - Class in io.grpc.testing.integration
-
A fake HandshakeService for ALTS integration testing in non-gcp environments.
- AltsHandshakerTestService() - Constructor for class io.grpc.testing.integration.AltsHandshakerTestService
- assertEquals(MessageLite, MessageLite) - Static method in class io.grpc.testing.integration.Util
-
Assert that two messages are equal, producing a useful message if not.
- assertEquals(List<? extends MessageLite>, List<? extends MessageLite>) - Static method in class io.grpc.testing.integration.Util
-
Assert that two lists of messages are equal, producing a useful message if not.
- assertSuccess(StreamRecorder<?>) - Static method in class io.grpc.testing.integration.AbstractInteropTest
- assertX500SubjectDn(String) - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Helper for asserting TLS info in SSLSession
ServerCall.getAttributes(). - assumeEnoughMemory() - Static method in class io.grpc.testing.integration.AbstractInteropTest
-
Some tests run on memory constrained environments.
- asyncStub - Variable in class io.grpc.testing.integration.AbstractInteropTest
B
- BACKOFF_MS_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ReconnectInfo
- bindService() - Method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceImplBase
- bindService() - Method in class io.grpc.testing.integration.MetricsServiceGrpc.MetricsServiceImplBase
- bindService() - Method in class io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceImplBase
- bindService() - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceImplBase
- bindService() - Method in class io.grpc.testing.integration.TestServiceImpl
- bindService() - Method in class io.grpc.testing.integration.UnimplementedServiceGrpc.UnimplementedServiceImplBase
- bindService() - Method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceImplBase
- bindService() - Method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceImplBase
- bindService(LoadBalancerStatsServiceGrpc.AsyncService) - Static method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc
- bindService(MetricsServiceGrpc.AsyncService) - Static method in class io.grpc.testing.integration.MetricsServiceGrpc
- bindService(ReconnectServiceGrpc.AsyncService) - Static method in class io.grpc.testing.integration.ReconnectServiceGrpc
- bindService(TestServiceGrpc.AsyncService) - Static method in class io.grpc.testing.integration.TestServiceGrpc
- bindService(UnimplementedServiceGrpc.AsyncService) - Static method in class io.grpc.testing.integration.UnimplementedServiceGrpc
- bindService(XdsUpdateClientConfigureServiceGrpc.AsyncService) - Static method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc
- bindService(XdsUpdateHealthServiceGrpc.AsyncService) - Static method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc
- blockingStub - Variable in class io.grpc.testing.integration.AbstractInteropTest
- BODY_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.Payload
- build() - Method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- build() - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- build() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- build() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- build() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- build() - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- build() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- build() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- build() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- build() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- build() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- build() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- build() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
- build() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- build() - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- build() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- build() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- build() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- build() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- build() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- build() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- build() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- build() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- build() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- build() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- build() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceBlockingStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceFutureStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.MetricsServiceGrpc.MetricsServiceBlockingStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.MetricsServiceGrpc.MetricsServiceFutureStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.MetricsServiceGrpc.MetricsServiceStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceBlockingStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceFutureStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceFutureStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.UnimplementedServiceGrpc.UnimplementedServiceBlockingStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.UnimplementedServiceGrpc.UnimplementedServiceFutureStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.UnimplementedServiceGrpc.UnimplementedServiceStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceBlockingStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceFutureStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceBlockingStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStub
- build(Channel, CallOptions) - Method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceStub
- buildPartial() - Method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- buildPartial() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
C
- CACHEABLE_UNARY - io.grpc.testing.integration.TestCases
- cacheableUnary() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Sends a cacheable unary rpc using GET.
- cacheableUnaryCall(Messages.SimpleRequest) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingStub
-
One request followed by one response.
- cacheableUnaryCall(Messages.SimpleRequest) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceFutureStub
-
One request followed by one response.
- cacheableUnaryCall(Messages.SimpleRequest, StreamObserver<Messages.SimpleResponse>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.AsyncService
-
One request followed by one response.
- cacheableUnaryCall(Messages.SimpleRequest, StreamObserver<Messages.SimpleResponse>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
-
One request followed by one response.
- CANCEL_AFTER_BEGIN - io.grpc.testing.integration.TestCases
- CANCEL_AFTER_FIRST_RESPONSE - io.grpc.testing.integration.TestCases
- cancelAfterBegin() - Method in class io.grpc.testing.integration.AbstractInteropTest
- cancelAfterFirstResponse() - Method in class io.grpc.testing.integration.AbstractInteropTest
- censusContextsPropagated() - Method in class io.grpc.testing.integration.AbstractInteropTest
- channel - Variable in class io.grpc.testing.integration.AbstractInteropTest
- CHANNEL_SOAK - io.grpc.testing.integration.TestCases
- clear() - Method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- clear() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- clear() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- clear() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- clear() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- clearAggregatedPayloadSize() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
-
Aggregated size of payloads received from the client.
- clearBackoffMs() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
-
repeated int32 backoff_ms = 2; - clearBody() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
-
Primary contents of payload.
- clearCode() - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
-
int32 code = 1; - clearCompressed() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Whether to request the server to compress the response.
- clearCpuUtilization() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
double cpu_utilization = 1; - clearDoubleValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
double double_value = 3; - clearExpectCompressed() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether the server should expect this request to be compressed.
- clearExpectCompressed() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Whether the server should expect this request to be compressed.
- clearFillGrpclbRouteType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether SimpleResponse should include grpclb_route_type.
- clearFillOauthScope() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether SimpleResponse should include OAuth scope.
- clearFillServerId() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether SimpleResponse should include server_id.
- clearFillUsername() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether SimpleResponse should include username.
- clearGrpclbRouteType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
gRPCLB Path.
- clearHostname() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Server hostname.
- clearIntervalUs() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Desired interval between consecutive responses in the response stream in microseconds.
- clearKey() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
string key = 2; - clearLongValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
int64 long_value = 2; - clearMaxReconnectBackoffMs() - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
-
int32 max_reconnect_backoff_ms = 1; - clearMemoryUtilization() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
double memory_utilization = 2; - clearMessage() - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
-
string message = 2; - clearMetadata() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- clearName() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
-
string name = 1; - clearName() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
string name = 1; - clearNumFailures() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
The number of RPCs that failed to record a remote peer.
- clearNumRpcs() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
-
Request stats for the next num_rpcs sent by client.
- clearNumRpcsFailedByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- clearNumRpcsStartedByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- clearNumRpcsSucceededByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- clearOauthScope() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
OAuth scope.
- clearOrcaOobReport() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
If set the server should update this metrics report data at the OOB server.
- clearOrcaPerQueryReport() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
If set the server should record this metrics report data for the current RPC.
- clearPassed() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
-
bool passed = 1; - clearPayload() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Optional input payload sent along with the request.
- clearPayload() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Payload to increase message size.
- clearPayload() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Optional input payload sent along with the request.
- clearPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Optional input payload sent along with the request.
- clearPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
-
Payload to increase response size.
- clearRequestCost() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- clearResponseCompressed() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether to request the server to compress the response.
- clearResponseParameters() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- clearResponseSize() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Desired payload size in the response from the server.
- clearResponseStatus() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether server should return a given status
- clearResponseStatus() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Whether server should return a given status
- clearResponseType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Desired payload type in the response from the server.
- clearResponseType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Desired payload type in the response from the server.
- clearResult() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- clearRpcsByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- clearRpcsByPeer() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- clearRpcsByPeer() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- clearRpcsStarted() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
-
The number of RPCs that were started for this method.
- clearServerId() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Server ID.
- clearSize() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Desired payload sizes in responses from the server.
- clearStatsPerMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- clearStringValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
string string_value = 4; - clearTimeoutSec() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The deadline to use, in seconds, for all RPCs.
- clearTimeoutSec() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
-
If num_rpcs have not completed within timeout_sec, return partial results.
- clearType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
.grpc.testing.ClientConfigureRequest.RpcType type = 1; - clearType() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
-
The type of data in body.
- clearTypes() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The types of RPCs the client sends.
- clearUsername() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
The user the request came from, for verifying authentication was successful when the client expected it.
- clearUtilization() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- clearValue() - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
-
The bool value.
- clearValue() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
string value = 3; - clearValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- CLIENT_COMPRESSED_STREAMING - io.grpc.testing.integration.TestCases
- CLIENT_COMPRESSED_STREAMING_NOPROBE - io.grpc.testing.integration.TestCases
- CLIENT_COMPRESSED_UNARY - io.grpc.testing.integration.TestCases
- CLIENT_COMPRESSED_UNARY_NOPROBE - io.grpc.testing.integration.TestCases
- CLIENT_STREAMING - io.grpc.testing.integration.TestCases
- clientCompressedStreaming(boolean) - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Tests client per-message compression for streaming calls.
- clientCompressedUnary(boolean) - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Tests client per-message compression for unary calls.
- clientStreaming() - Method in class io.grpc.testing.integration.AbstractInteropTest
- CODE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.EchoStatus
- COMPRESSABLE - io.grpc.testing.integration.Messages.PayloadType
-
Compressable text format.
- COMPRESSABLE_VALUE - Static variable in enum io.grpc.testing.integration.Messages.PayloadType
-
Compressable text format.
- COMPRESSED_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ResponseParameters
- COMPUTE_ENGINE_CHANNEL_CREDENTIALS - io.grpc.testing.integration.TestCases
- COMPUTE_ENGINE_CREDS - io.grpc.testing.integration.TestCases
- computeEngineChannelCredentials(String, TestServiceGrpc.TestServiceBlockingStub) - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Sends an unary rpc with ComputeEngineChannelBuilder.
- computeEngineCreds(String, String) - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Sends a large unary rpc with compute engine credentials.
- configure(Messages.ClientConfigureRequest) - Method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceBlockingStub
-
Update the tes client's configuration.
- configure(Messages.ClientConfigureRequest) - Method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceFutureStub
-
Update the tes client's configuration.
- configure(Messages.ClientConfigureRequest, StreamObserver<Messages.ClientConfigureResponse>) - Method in interface io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc.AsyncService
-
Update the tes client's configuration.
- configure(Messages.ClientConfigureRequest, StreamObserver<Messages.ClientConfigureResponse>) - Method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceStub
-
Update the tes client's configuration.
- containsNumRpcsFailedByMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- containsNumRpcsFailedByMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- containsNumRpcsFailedByMethod(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- containsNumRpcsStartedByMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- containsNumRpcsStartedByMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- containsNumRpcsStartedByMethod(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- containsNumRpcsSucceededByMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- containsNumRpcsSucceededByMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- containsNumRpcsSucceededByMethod(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- containsRequestCost(String) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> request_cost = 3; - containsRequestCost(String) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
-
map<string, double> request_cost = 3; - containsRequestCost(String) - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
map<string, double> request_cost = 3; - containsResult(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
-
The number of RPCs that completed with each status for this method.
- containsResult(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
-
The number of RPCs that completed with each status for this method.
- containsResult(int) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStatsOrBuilder
-
The number of RPCs that completed with each status for this method.
- containsRpcsByMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - containsRpcsByMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - containsRpcsByMethod(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - containsRpcsByPeer(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
The number of completed RPCs for each peer.
- containsRpcsByPeer(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
-
The number of completed RPCs for each peer.
- containsRpcsByPeer(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
-
The number of completed RPCs for each peer.
- containsRpcsByPeer(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
-
The number of completed RPCs for each peer.
- containsRpcsByPeer(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeerOrBuilder
-
The number of completed RPCs for each peer.
- containsRpcsByPeer(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
The number of completed RPCs for each peer.
- containsStatsPerMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Per-method RPC statistics.
- containsStatsPerMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Per-method RPC statistics.
- containsStatsPerMethod(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Per-method RPC statistics.
- containsUtilization(String) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> utilization = 4; - containsUtilization(String) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
-
map<string, double> utilization = 4; - containsUtilization(String) - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
map<string, double> utilization = 4; - CPU_UTILIZATION_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.TestOrcaReport
- createCensusStatsClientInterceptor() - Method in class io.grpc.testing.integration.AbstractInteropTest
- createChannel() - Method in class io.grpc.testing.integration.AbstractInteropTest
- createChannelBuilder() - Method in class io.grpc.testing.integration.AbstractInteropTest
- createCustomCensusTracerFactory() - Method in class io.grpc.testing.integration.AbstractInteropTest
- CUSTOM_METADATA - io.grpc.testing.integration.TestCases
- customCensusModulePresent() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Override this when custom census module presence is different from
AbstractInteropTest.metricsExpected(). - customMetadata() - Method in class io.grpc.testing.integration.AbstractInteropTest
D
- deadlineExceeded() - Method in class io.grpc.testing.integration.AbstractInteropTest
- deadlineExceededServerStreaming() - Method in class io.grpc.testing.integration.AbstractInteropTest
- deadlineInPast() - Method in class io.grpc.testing.integration.AbstractInteropTest
- deadlineNotExceeded() - Method in class io.grpc.testing.integration.AbstractInteropTest
- description() - Method in enum io.grpc.testing.integration.Http2TestCases
-
Returns a description of the test case.
- description() - Method in enum io.grpc.testing.integration.TestCases
-
Returns a description of the test case.
- doHandshake(StreamObserver<HandshakerResp>) - Method in class io.grpc.testing.integration.AltsHandshakerTestService
- DOUBLE_VALUE - io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase
- DOUBLE_VALUE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Metrics.GaugeResponse
E
- ECHO_INITIAL_METADATA_KEY - Static variable in class io.grpc.testing.integration.Util
- ECHO_TRAILING_METADATA_KEY - Static variable in class io.grpc.testing.integration.Util
- EMPTY - Static variable in class io.grpc.testing.integration.AbstractInteropTest
- EMPTY_CALL - io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
-
EMPTY_CALL = 0; - EMPTY_CALL_VALUE - Static variable in enum io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
-
EMPTY_CALL = 0; - EMPTY_STREAM - io.grpc.testing.integration.TestCases
- EMPTY_UNARY - io.grpc.testing.integration.TestCases
- emptyCall(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingStub
-
One empty request followed by one empty response.
- emptyCall(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceFutureStub
-
One empty request followed by one empty response.
- emptyCall(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.AsyncService
-
One empty request followed by one empty response.
- emptyCall(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
-
One empty request followed by one empty response.
- emptyCall(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in class io.grpc.testing.integration.TestServiceImpl
- EmptyProtos - Class in io.grpc.testing.integration
- EmptyProtos.Empty - Class in io.grpc.testing.integration
-
An empty message that you can re-use to avoid defining duplicated empty messages in your project.
- EmptyProtos.Empty.Builder - Class in io.grpc.testing.integration
-
An empty message that you can re-use to avoid defining duplicated empty messages in your project.
- EmptyProtos.EmptyOrBuilder - Interface in io.grpc.testing.integration
- emptyStream() - Method in class io.grpc.testing.integration.AbstractInteropTest
- emptyUnary() - Method in class io.grpc.testing.integration.AbstractInteropTest
- emptyUnaryWithRetriableStream() - Method in class io.grpc.testing.integration.AbstractInteropTest
- equals(Object) - Method in class io.grpc.testing.integration.EmptyProtos.Empty
- equals(Object) - Method in class io.grpc.testing.integration.Messages.BoolValue
- equals(Object) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- equals(Object) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- equals(Object) - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- equals(Object) - Method in class io.grpc.testing.integration.Messages.EchoStatus
- equals(Object) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- equals(Object) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- equals(Object) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- equals(Object) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- equals(Object) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- equals(Object) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- equals(Object) - Method in class io.grpc.testing.integration.Messages.Payload
- equals(Object) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
- equals(Object) - Method in class io.grpc.testing.integration.Messages.ReconnectParams
- equals(Object) - Method in class io.grpc.testing.integration.Messages.ResponseParameters
- equals(Object) - Method in class io.grpc.testing.integration.Messages.SimpleRequest
- equals(Object) - Method in class io.grpc.testing.integration.Messages.SimpleResponse
- equals(Object) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- equals(Object) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- equals(Object) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- equals(Object) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- equals(Object) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- equals(Object) - Method in class io.grpc.testing.integration.Metrics.EmptyMessage
- equals(Object) - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
- equals(Object) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
- exchangeMetadataStreamingCall() - Method in class io.grpc.testing.integration.AbstractInteropTest
- exchangeMetadataUnaryCall() - Method in class io.grpc.testing.integration.AbstractInteropTest
- EXPECT_COMPRESSED_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
- EXPECT_COMPRESSED_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
F
- FILL_GRPCLB_ROUTE_TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
- FILL_OAUTH_SCOPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
- FILL_SERVER_ID_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
- FILL_USERNAME_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
- forNumber(int) - Static method in enum io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
- forNumber(int) - Static method in enum io.grpc.testing.integration.Messages.GrpclbRouteType
- forNumber(int) - Static method in enum io.grpc.testing.integration.Messages.PayloadType
- forNumber(int) - Static method in enum io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase
- fromString(String) - Static method in enum io.grpc.testing.integration.Http2TestCases
-
Returns the
Http2TestCasesmatching the strings. - fromString(String) - Static method in enum io.grpc.testing.integration.TestCases
-
Returns the
TestCasesmatching the strings. - fullDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.AsyncService
-
A sequence of requests with each request served by the server immediately.
- fullDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
-
A sequence of requests with each request served by the server immediately.
- fullDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceImpl
-
True bi-directional streaming.
- fullDuplexCallShouldSucceed() - Method in class io.grpc.testing.integration.AbstractInteropTest
G
- getAdditionalInterceptors() - Method in class io.grpc.testing.integration.AbstractInteropTest
- getAggregatedPayloadSize() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
-
Aggregated size of payloads received from the client.
- getAggregatedPayloadSize() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
-
Aggregated size of payloads received from the client.
- getAggregatedPayloadSize() - Method in interface io.grpc.testing.integration.Messages.StreamingInputCallResponseOrBuilder
-
Aggregated size of payloads received from the client.
- getAllGauges(Metrics.EmptyMessage) - Method in class io.grpc.testing.integration.MetricsServiceGrpc.MetricsServiceBlockingStub
-
Returns the values of all the gauges that are currently being maintained by the service
- getAllGauges(Metrics.EmptyMessage, StreamObserver<Metrics.GaugeResponse>) - Method in interface io.grpc.testing.integration.MetricsServiceGrpc.AsyncService
-
Returns the values of all the gauges that are currently being maintained by the service
- getAllGauges(Metrics.EmptyMessage, StreamObserver<Metrics.GaugeResponse>) - Method in class io.grpc.testing.integration.MetricsServiceGrpc.MetricsServiceStub
-
Returns the values of all the gauges that are currently being maintained by the service
- getBackoffMs(int) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
-
repeated int32 backoff_ms = 2; - getBackoffMs(int) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
-
repeated int32 backoff_ms = 2; - getBackoffMs(int) - Method in interface io.grpc.testing.integration.Messages.ReconnectInfoOrBuilder
-
repeated int32 backoff_ms = 2; - getBackoffMsCount() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
-
repeated int32 backoff_ms = 2; - getBackoffMsCount() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
-
repeated int32 backoff_ms = 2; - getBackoffMsCount() - Method in interface io.grpc.testing.integration.Messages.ReconnectInfoOrBuilder
-
repeated int32 backoff_ms = 2; - getBackoffMsList() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
-
repeated int32 backoff_ms = 2; - getBackoffMsList() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
-
repeated int32 backoff_ms = 2; - getBackoffMsList() - Method in interface io.grpc.testing.integration.Messages.ReconnectInfoOrBuilder
-
repeated int32 backoff_ms = 2; - getBody() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
-
Primary contents of payload.
- getBody() - Method in class io.grpc.testing.integration.Messages.Payload
-
Primary contents of payload.
- getBody() - Method in interface io.grpc.testing.integration.Messages.PayloadOrBuilder
-
Primary contents of payload.
- getCacheableUnaryCallMethod() - Static method in class io.grpc.testing.integration.TestServiceGrpc
- getClientAccumulatedStats(Messages.LoadBalancerAccumulatedStatsRequest) - Method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceBlockingStub
-
Gets the accumulated stats for RPCs sent by a test client.
- getClientAccumulatedStats(Messages.LoadBalancerAccumulatedStatsRequest) - Method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceFutureStub
-
Gets the accumulated stats for RPCs sent by a test client.
- getClientAccumulatedStats(Messages.LoadBalancerAccumulatedStatsRequest, StreamObserver<Messages.LoadBalancerAccumulatedStatsResponse>) - Method in interface io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.AsyncService
-
Gets the accumulated stats for RPCs sent by a test client.
- getClientAccumulatedStats(Messages.LoadBalancerAccumulatedStatsRequest, StreamObserver<Messages.LoadBalancerAccumulatedStatsResponse>) - Method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceStub
-
Gets the accumulated stats for RPCs sent by a test client.
- getClientStats(Messages.LoadBalancerStatsRequest) - Method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceBlockingStub
-
Gets the backend distribution for RPCs sent by a test client.
- getClientStats(Messages.LoadBalancerStatsRequest) - Method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceFutureStub
-
Gets the backend distribution for RPCs sent by a test client.
- getClientStats(Messages.LoadBalancerStatsRequest, StreamObserver<Messages.LoadBalancerStatsResponse>) - Method in interface io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.AsyncService
-
Gets the backend distribution for RPCs sent by a test client.
- getClientStats(Messages.LoadBalancerStatsRequest, StreamObserver<Messages.LoadBalancerStatsResponse>) - Method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceStub
-
Gets the backend distribution for RPCs sent by a test client.
- getCode() - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
-
int32 code = 1; - getCode() - Method in class io.grpc.testing.integration.Messages.EchoStatus
-
int32 code = 1; - getCode() - Method in interface io.grpc.testing.integration.Messages.EchoStatusOrBuilder
-
int32 code = 1; - getCompressed() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Whether to request the server to compress the response.
- getCompressed() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
-
Whether to request the server to compress the response.
- getCompressed() - Method in interface io.grpc.testing.integration.Messages.ResponseParametersOrBuilder
-
Whether to request the server to compress the response.
- getCompressedBuilder() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Whether to request the server to compress the response.
- getCompressedOrBuilder() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Whether to request the server to compress the response.
- getCompressedOrBuilder() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
-
Whether to request the server to compress the response.
- getCompressedOrBuilder() - Method in interface io.grpc.testing.integration.Messages.ResponseParametersOrBuilder
-
Whether to request the server to compress the response.
- getConfigureMethod() - Static method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc
- getCpuUtilization() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
double cpu_utilization = 1; - getCpuUtilization() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
-
double cpu_utilization = 1; - getCpuUtilization() - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
double cpu_utilization = 1; - getDefaultInstance() - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.BoolValue
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.Payload
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- getDefaultInstance() - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.EmptyProtos.Empty
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.BoolValue
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.EchoStatus
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.Payload
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ReconnectParams
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
- getDescriptor() - Static method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- getDescriptor() - Static method in class io.grpc.testing.integration.EmptyProtos
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.BoolValue
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- getDescriptor() - Static method in enum io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages
- getDescriptor() - Static method in enum io.grpc.testing.integration.Messages.GrpclbRouteType
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.Payload.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.Payload
- getDescriptor() - Static method in enum io.grpc.testing.integration.Messages.PayloadType
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- getDescriptor() - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- getDescriptor() - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- getDescriptor() - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- getDescriptor() - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- getDescriptor() - Static method in class io.grpc.testing.integration.Metrics
- getDescriptor() - Static method in class io.grpc.testing.integration.Test
- getDescriptorForType() - Method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- getDescriptorForType() - Method in enum io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- getDescriptorForType() - Method in enum io.grpc.testing.integration.Messages.GrpclbRouteType
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
- getDescriptorForType() - Method in enum io.grpc.testing.integration.Messages.PayloadType
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- getDescriptorForType() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- getDoubleValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
double double_value = 3; - getDoubleValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
-
double double_value = 3; - getDoubleValue() - Method in interface io.grpc.testing.integration.Metrics.GaugeResponseOrBuilder
-
double double_value = 3; - getEmptyCallMethod() - Static method in class io.grpc.testing.integration.TestServiceGrpc
- getExpectCompressed() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether the server should expect this request to be compressed.
- getExpectCompressed() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether the server should expect this request to be compressed.
- getExpectCompressed() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether the server should expect this request to be compressed.
- getExpectCompressed() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Whether the server should expect this request to be compressed.
- getExpectCompressed() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
-
Whether the server should expect this request to be compressed.
- getExpectCompressed() - Method in interface io.grpc.testing.integration.Messages.StreamingInputCallRequestOrBuilder
-
Whether the server should expect this request to be compressed.
- getExpectCompressedBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether the server should expect this request to be compressed.
- getExpectCompressedBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Whether the server should expect this request to be compressed.
- getExpectCompressedOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether the server should expect this request to be compressed.
- getExpectCompressedOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether the server should expect this request to be compressed.
- getExpectCompressedOrBuilder() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether the server should expect this request to be compressed.
- getExpectCompressedOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Whether the server should expect this request to be compressed.
- getExpectCompressedOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
-
Whether the server should expect this request to be compressed.
- getExpectCompressedOrBuilder() - Method in interface io.grpc.testing.integration.Messages.StreamingInputCallRequestOrBuilder
-
Whether the server should expect this request to be compressed.
- getFillGrpclbRouteType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether SimpleResponse should include grpclb_route_type.
- getFillGrpclbRouteType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether SimpleResponse should include grpclb_route_type.
- getFillGrpclbRouteType() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether SimpleResponse should include grpclb_route_type.
- getFillOauthScope() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether SimpleResponse should include OAuth scope.
- getFillOauthScope() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether SimpleResponse should include OAuth scope.
- getFillOauthScope() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether SimpleResponse should include OAuth scope.
- getFillServerId() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether SimpleResponse should include server_id.
- getFillServerId() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether SimpleResponse should include server_id.
- getFillServerId() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether SimpleResponse should include server_id.
- getFillUsername() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether SimpleResponse should include username.
- getFillUsername() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether SimpleResponse should include username.
- getFillUsername() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether SimpleResponse should include username.
- getFullDuplexCallMethod() - Static method in class io.grpc.testing.integration.TestServiceGrpc
- getGauge(Metrics.GaugeRequest) - Method in class io.grpc.testing.integration.MetricsServiceGrpc.MetricsServiceBlockingStub
-
Returns the value of one gauge
- getGauge(Metrics.GaugeRequest) - Method in class io.grpc.testing.integration.MetricsServiceGrpc.MetricsServiceFutureStub
-
Returns the value of one gauge
- getGauge(Metrics.GaugeRequest, StreamObserver<Metrics.GaugeResponse>) - Method in interface io.grpc.testing.integration.MetricsServiceGrpc.AsyncService
-
Returns the value of one gauge
- getGauge(Metrics.GaugeRequest, StreamObserver<Metrics.GaugeResponse>) - Method in class io.grpc.testing.integration.MetricsServiceGrpc.MetricsServiceStub
-
Returns the value of one gauge
- getGetAllGaugesMethod() - Static method in class io.grpc.testing.integration.MetricsServiceGrpc
- getGetClientAccumulatedStatsMethod() - Static method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc
- getGetClientStatsMethod() - Static method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc
- getGetGaugeMethod() - Static method in class io.grpc.testing.integration.MetricsServiceGrpc
- getGrpclbRouteType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
gRPCLB Path.
- getGrpclbRouteType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
gRPCLB Path.
- getGrpclbRouteType() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
gRPCLB Path.
- getGrpclbRouteTypeValue() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
gRPCLB Path.
- getGrpclbRouteTypeValue() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
gRPCLB Path.
- getGrpclbRouteTypeValue() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
gRPCLB Path.
- getHalfDuplexCallMethod() - Static method in class io.grpc.testing.integration.TestServiceGrpc
- getHandshakerServerBuilder() - Method in class io.grpc.testing.integration.AbstractInteropTest
- getHostname() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Server hostname.
- getHostname() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
Server hostname.
- getHostname() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
Server hostname.
- getHostnameBytes() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Server hostname.
- getHostnameBytes() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
Server hostname.
- getHostnameBytes() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
Server hostname.
- getIntervalUs() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Desired interval between consecutive responses in the response stream in microseconds.
- getIntervalUs() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
-
Desired interval between consecutive responses in the response stream in microseconds.
- getIntervalUs() - Method in interface io.grpc.testing.integration.Messages.ResponseParametersOrBuilder
-
Desired interval between consecutive responses in the response stream in microseconds.
- getKey() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
string key = 2; - getKey() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
-
string key = 2; - getKey() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequest.MetadataOrBuilder
-
string key = 2; - getKeyBytes() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
string key = 2; - getKeyBytes() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
-
string key = 2; - getKeyBytes() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequest.MetadataOrBuilder
-
string key = 2; - getLongValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
int64 long_value = 2; - getLongValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
-
int64 long_value = 2; - getLongValue() - Method in interface io.grpc.testing.integration.Metrics.GaugeResponseOrBuilder
-
int64 long_value = 2; - getMaxReconnectBackoffMs() - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
-
int32 max_reconnect_backoff_ms = 1; - getMaxReconnectBackoffMs() - Method in class io.grpc.testing.integration.Messages.ReconnectParams
-
int32 max_reconnect_backoff_ms = 1; - getMaxReconnectBackoffMs() - Method in interface io.grpc.testing.integration.Messages.ReconnectParamsOrBuilder
-
int32 max_reconnect_backoff_ms = 1; - getMemoryUtilization() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
double memory_utilization = 2; - getMemoryUtilization() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
-
double memory_utilization = 2; - getMemoryUtilization() - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
double memory_utilization = 2; - getMessage() - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
-
string message = 2; - getMessage() - Method in class io.grpc.testing.integration.Messages.EchoStatus
-
string message = 2; - getMessage() - Method in interface io.grpc.testing.integration.Messages.EchoStatusOrBuilder
-
string message = 2; - getMessageBytes() - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
-
string message = 2; - getMessageBytes() - Method in class io.grpc.testing.integration.Messages.EchoStatus
-
string message = 2; - getMessageBytes() - Method in interface io.grpc.testing.integration.Messages.EchoStatusOrBuilder
-
string message = 2; - getMetadata(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadata(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadata(int) - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequestOrBuilder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataBuilder(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataBuilderList() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataCount() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataCount() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataCount() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequestOrBuilder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataList() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataList() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataList() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequestOrBuilder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataOrBuilder(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataOrBuilder(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataOrBuilder(int) - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequestOrBuilder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataOrBuilderList() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataOrBuilderList() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMetadataOrBuilderList() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequestOrBuilder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- getMutableNumRpcsFailedByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getMutableNumRpcsStartedByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getMutableNumRpcsSucceededByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getMutableRequestCost() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
Deprecated.
- getMutableResult() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
-
Deprecated.
- getMutableRpcsByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
Deprecated.
- getMutableRpcsByPeer() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
Deprecated.
- getMutableRpcsByPeer() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
-
Deprecated.
- getMutableStatsPerMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getMutableUtilization() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
Deprecated.
- getName() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
-
string name = 1; - getName() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
-
string name = 1; - getName() - Method in interface io.grpc.testing.integration.Metrics.GaugeRequestOrBuilder
-
string name = 1; - getName() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
string name = 1; - getName() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
-
string name = 1; - getName() - Method in interface io.grpc.testing.integration.Metrics.GaugeResponseOrBuilder
-
string name = 1; - getNameBytes() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
-
string name = 1; - getNameBytes() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
-
string name = 1; - getNameBytes() - Method in interface io.grpc.testing.integration.Metrics.GaugeRequestOrBuilder
-
string name = 1; - getNameBytes() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
string name = 1; - getNameBytes() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
-
string name = 1; - getNameBytes() - Method in interface io.grpc.testing.integration.Metrics.GaugeResponseOrBuilder
-
string name = 1; - getNumber() - Method in enum io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
- getNumber() - Method in enum io.grpc.testing.integration.Messages.GrpclbRouteType
- getNumber() - Method in enum io.grpc.testing.integration.Messages.PayloadType
- getNumber() - Method in enum io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase
- getNumFailures() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
The number of RPCs that failed to record a remote peer.
- getNumFailures() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
-
The number of RPCs that failed to record a remote peer.
- getNumFailures() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
The number of RPCs that failed to record a remote peer.
- getNumRpcs() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
-
Request stats for the next num_rpcs sent by client.
- getNumRpcs() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
-
Request stats for the next num_rpcs sent by client.
- getNumRpcs() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsRequestOrBuilder
-
Request stats for the next num_rpcs sent by client.
- getNumRpcsFailedByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsFailedByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsFailedByMethod() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsFailedByMethodCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsFailedByMethodCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsFailedByMethodCount() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsFailedByMethodMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsFailedByMethodMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsFailedByMethodMap() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsFailedByMethodOrDefault(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsFailedByMethodOrDefault(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsFailedByMethodOrDefault(String, int) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsFailedByMethodOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsFailedByMethodOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsFailedByMethodOrThrow(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsStartedByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsStartedByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsStartedByMethod() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsStartedByMethodCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsStartedByMethodCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsStartedByMethodCount() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsStartedByMethodMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsStartedByMethodMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsStartedByMethodMap() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsStartedByMethodOrDefault(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsStartedByMethodOrDefault(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsStartedByMethodOrDefault(String, int) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsStartedByMethodOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsStartedByMethodOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsStartedByMethodOrThrow(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsSucceededByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsSucceededByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsSucceededByMethod() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsSucceededByMethodCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsSucceededByMethodCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsSucceededByMethodCount() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsSucceededByMethodMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsSucceededByMethodMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsSucceededByMethodMap() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsSucceededByMethodOrDefault(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsSucceededByMethodOrDefault(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsSucceededByMethodOrDefault(String, int) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getNumRpcsSucceededByMethodOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getNumRpcsSucceededByMethodOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getNumRpcsSucceededByMethodOrThrow(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getOauthScope() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
OAuth scope.
- getOauthScope() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
OAuth scope.
- getOauthScope() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
OAuth scope.
- getOauthScopeBytes() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
OAuth scope.
- getOauthScopeBytes() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
OAuth scope.
- getOauthScopeBytes() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
OAuth scope.
- getOrcaOobReport() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
If set the server should update this metrics report data at the OOB server.
- getOrcaOobReport() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
If set the server should update this metrics report data at the OOB server.
- getOrcaOobReport() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
If set the server should update this metrics report data at the OOB server.
- getOrcaOobReportBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
If set the server should update this metrics report data at the OOB server.
- getOrcaOobReportOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
If set the server should update this metrics report data at the OOB server.
- getOrcaOobReportOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
If set the server should update this metrics report data at the OOB server.
- getOrcaOobReportOrBuilder() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
If set the server should update this metrics report data at the OOB server.
- getOrcaPerQueryReport() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
If set the server should record this metrics report data for the current RPC.
- getOrcaPerQueryReport() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
If set the server should record this metrics report data for the current RPC.
- getOrcaPerQueryReport() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
If set the server should record this metrics report data for the current RPC.
- getOrcaPerQueryReportBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
If set the server should record this metrics report data for the current RPC.
- getOrcaPerQueryReportOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
If set the server should record this metrics report data for the current RPC.
- getOrcaPerQueryReportOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
If set the server should record this metrics report data for the current RPC.
- getOrcaPerQueryReportOrBuilder() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
If set the server should record this metrics report data for the current RPC.
- getParserForType() - Method in class io.grpc.testing.integration.EmptyProtos.Empty
- getParserForType() - Method in class io.grpc.testing.integration.Messages.BoolValue
- getParserForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- getParserForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- getParserForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- getParserForType() - Method in class io.grpc.testing.integration.Messages.EchoStatus
- getParserForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- getParserForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- getParserForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- getParserForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- getParserForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- getParserForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- getParserForType() - Method in class io.grpc.testing.integration.Messages.Payload
- getParserForType() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
- getParserForType() - Method in class io.grpc.testing.integration.Messages.ReconnectParams
- getParserForType() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
- getParserForType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
- getParserForType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
- getParserForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- getParserForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- getParserForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- getParserForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- getParserForType() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- getParserForType() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage
- getParserForType() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
- getParserForType() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
- getPassed() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
-
bool passed = 1; - getPassed() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
-
bool passed = 1; - getPassed() - Method in interface io.grpc.testing.integration.Messages.ReconnectInfoOrBuilder
-
bool passed = 1; - getPayload() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Optional input payload sent along with the request.
- getPayload() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Optional input payload sent along with the request.
- getPayload() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Optional input payload sent along with the request.
- getPayload() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Payload to increase message size.
- getPayload() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
Payload to increase message size.
- getPayload() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
Payload to increase message size.
- getPayload() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Optional input payload sent along with the request.
- getPayload() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
-
Optional input payload sent along with the request.
- getPayload() - Method in interface io.grpc.testing.integration.Messages.StreamingInputCallRequestOrBuilder
-
Optional input payload sent along with the request.
- getPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Optional input payload sent along with the request.
- getPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Optional input payload sent along with the request.
- getPayload() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Optional input payload sent along with the request.
- getPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
-
Payload to increase response size.
- getPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
-
Payload to increase response size.
- getPayload() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallResponseOrBuilder
-
Payload to increase response size.
- getPayloadBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Optional input payload sent along with the request.
- getPayloadBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Payload to increase message size.
- getPayloadBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Optional input payload sent along with the request.
- getPayloadBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Optional input payload sent along with the request.
- getPayloadBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
-
Payload to increase response size.
- getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Optional input payload sent along with the request.
- getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Optional input payload sent along with the request.
- getPayloadOrBuilder() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Optional input payload sent along with the request.
- getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Payload to increase message size.
- getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
Payload to increase message size.
- getPayloadOrBuilder() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
Payload to increase message size.
- getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Optional input payload sent along with the request.
- getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
-
Optional input payload sent along with the request.
- getPayloadOrBuilder() - Method in interface io.grpc.testing.integration.Messages.StreamingInputCallRequestOrBuilder
-
Optional input payload sent along with the request.
- getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Optional input payload sent along with the request.
- getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Optional input payload sent along with the request.
- getPayloadOrBuilder() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Optional input payload sent along with the request.
- getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
-
Payload to increase response size.
- getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
-
Payload to increase response size.
- getPayloadOrBuilder() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallResponseOrBuilder
-
Payload to increase response size.
- getPolicyName() - Method in class io.grpc.testing.integration.RpcBehaviorLoadBalancerProvider
- getPriority() - Method in class io.grpc.testing.integration.RpcBehaviorLoadBalancerProvider
- getRequestCost() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
Deprecated.
- getRequestCost() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
-
Deprecated.
- getRequestCost() - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
Deprecated.
- getRequestCostCount() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- getRequestCostCount() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- getRequestCostCount() - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
map<string, double> request_cost = 3; - getRequestCostMap() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> request_cost = 3; - getRequestCostMap() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
-
map<string, double> request_cost = 3; - getRequestCostMap() - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
map<string, double> request_cost = 3; - getRequestCostOrDefault(String, double) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> request_cost = 3; - getRequestCostOrDefault(String, double) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
-
map<string, double> request_cost = 3; - getRequestCostOrDefault(String, double) - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
map<string, double> request_cost = 3; - getRequestCostOrThrow(String) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> request_cost = 3; - getRequestCostOrThrow(String) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
-
map<string, double> request_cost = 3; - getRequestCostOrThrow(String) - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
map<string, double> request_cost = 3; - getResponseCompressed() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether to request the server to compress the response.
- getResponseCompressed() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether to request the server to compress the response.
- getResponseCompressed() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether to request the server to compress the response.
- getResponseCompressedBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether to request the server to compress the response.
- getResponseCompressedOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether to request the server to compress the response.
- getResponseCompressedOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether to request the server to compress the response.
- getResponseCompressedOrBuilder() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether to request the server to compress the response.
- getResponseParameters(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- getResponseParameters(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Configuration for each expected response message.
- getResponseParameters(int) - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Configuration for each expected response message.
- getResponseParametersBuilder(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- getResponseParametersBuilderList() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- getResponseParametersCount() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- getResponseParametersCount() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Configuration for each expected response message.
- getResponseParametersCount() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Configuration for each expected response message.
- getResponseParametersList() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- getResponseParametersList() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Configuration for each expected response message.
- getResponseParametersList() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Configuration for each expected response message.
- getResponseParametersOrBuilder(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- getResponseParametersOrBuilder(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Configuration for each expected response message.
- getResponseParametersOrBuilder(int) - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Configuration for each expected response message.
- getResponseParametersOrBuilderList() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- getResponseParametersOrBuilderList() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Configuration for each expected response message.
- getResponseParametersOrBuilderList() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Configuration for each expected response message.
- getResponseSize() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Desired payload size in the response from the server.
- getResponseSize() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Desired payload size in the response from the server.
- getResponseSize() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Desired payload size in the response from the server.
- getResponseStatus() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether server should return a given status
- getResponseStatus() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether server should return a given status
- getResponseStatus() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether server should return a given status
- getResponseStatus() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Whether server should return a given status
- getResponseStatus() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Whether server should return a given status
- getResponseStatus() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Whether server should return a given status
- getResponseStatusBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether server should return a given status
- getResponseStatusBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Whether server should return a given status
- getResponseStatusOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether server should return a given status
- getResponseStatusOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether server should return a given status
- getResponseStatusOrBuilder() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether server should return a given status
- getResponseStatusOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Whether server should return a given status
- getResponseStatusOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Whether server should return a given status
- getResponseStatusOrBuilder() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Whether server should return a given status
- getResponseType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Desired payload type in the response from the server.
- getResponseType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Desired payload type in the response from the server.
- getResponseType() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Desired payload type in the response from the server.
- getResponseType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Desired payload type in the response from the server.
- getResponseType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Desired payload type in the response from the server.
- getResponseType() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Desired payload type in the response from the server.
- getResponseTypeValue() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Desired payload type in the response from the server.
- getResponseTypeValue() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Desired payload type in the response from the server.
- getResponseTypeValue() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Desired payload type in the response from the server.
- getResponseTypeValue() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Desired payload type in the response from the server.
- getResponseTypeValue() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Desired payload type in the response from the server.
- getResponseTypeValue() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Desired payload type in the response from the server.
- getResult() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
-
Deprecated.
- getResult() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
-
Deprecated.
- getResult() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStatsOrBuilder
-
Deprecated.
- getResultCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- getResultCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- getResultCount() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStatsOrBuilder
-
The number of RPCs that completed with each status for this method.
- getResultMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
-
The number of RPCs that completed with each status for this method.
- getResultMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
-
The number of RPCs that completed with each status for this method.
- getResultMap() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStatsOrBuilder
-
The number of RPCs that completed with each status for this method.
- getResultOrDefault(int, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
-
The number of RPCs that completed with each status for this method.
- getResultOrDefault(int, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
-
The number of RPCs that completed with each status for this method.
- getResultOrDefault(int, int) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStatsOrBuilder
-
The number of RPCs that completed with each status for this method.
- getResultOrThrow(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
-
The number of RPCs that completed with each status for this method.
- getResultOrThrow(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
-
The number of RPCs that completed with each status for this method.
- getResultOrThrow(int) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStatsOrBuilder
-
The number of RPCs that completed with each status for this method.
- getRpcsByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
Deprecated.
- getRpcsByMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
-
Deprecated.
- getRpcsByMethod() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
Deprecated.
- getRpcsByMethodCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- getRpcsByMethodCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- getRpcsByMethodCount() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - getRpcsByMethodMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - getRpcsByMethodMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - getRpcsByMethodMap() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - getRpcsByMethodOrDefault(String, Messages.LoadBalancerStatsResponse.RpcsByPeer) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - getRpcsByMethodOrDefault(String, Messages.LoadBalancerStatsResponse.RpcsByPeer) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - getRpcsByMethodOrDefault(String, Messages.LoadBalancerStatsResponse.RpcsByPeer) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - getRpcsByMethodOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - getRpcsByMethodOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - getRpcsByMethodOrThrow(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - getRpcsByPeer() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
Deprecated.
- getRpcsByPeer() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
-
Deprecated.
- getRpcsByPeer() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
-
Deprecated.
- getRpcsByPeer() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
-
Deprecated.
- getRpcsByPeer() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeerOrBuilder
-
Deprecated.
- getRpcsByPeer() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
Deprecated.
- getRpcsByPeerCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- getRpcsByPeerCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- getRpcsByPeerCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- getRpcsByPeerCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- getRpcsByPeerCount() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeerOrBuilder
-
The number of completed RPCs for each peer.
- getRpcsByPeerCount() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
The number of completed RPCs for each peer.
- getRpcsByPeerMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
The number of completed RPCs for each peer.
- getRpcsByPeerMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
-
The number of completed RPCs for each peer.
- getRpcsByPeerMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
-
The number of completed RPCs for each peer.
- getRpcsByPeerMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
-
The number of completed RPCs for each peer.
- getRpcsByPeerMap() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeerOrBuilder
-
The number of completed RPCs for each peer.
- getRpcsByPeerMap() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
The number of completed RPCs for each peer.
- getRpcsByPeerOrDefault(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
The number of completed RPCs for each peer.
- getRpcsByPeerOrDefault(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
-
The number of completed RPCs for each peer.
- getRpcsByPeerOrDefault(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
-
The number of completed RPCs for each peer.
- getRpcsByPeerOrDefault(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
-
The number of completed RPCs for each peer.
- getRpcsByPeerOrDefault(String, int) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeerOrBuilder
-
The number of completed RPCs for each peer.
- getRpcsByPeerOrDefault(String, int) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
The number of completed RPCs for each peer.
- getRpcsByPeerOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
The number of completed RPCs for each peer.
- getRpcsByPeerOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
-
The number of completed RPCs for each peer.
- getRpcsByPeerOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
-
The number of completed RPCs for each peer.
- getRpcsByPeerOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
-
The number of completed RPCs for each peer.
- getRpcsByPeerOrThrow(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeerOrBuilder
-
The number of completed RPCs for each peer.
- getRpcsByPeerOrThrow(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsResponseOrBuilder
-
The number of completed RPCs for each peer.
- getRpcsStarted() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
-
The number of RPCs that were started for this method.
- getRpcsStarted() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
-
The number of RPCs that were started for this method.
- getRpcsStarted() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStatsOrBuilder
-
The number of RPCs that were started for this method.
- getSerializedSize() - Method in class io.grpc.testing.integration.EmptyProtos.Empty
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.BoolValue
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.EchoStatus
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.Payload
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.ReconnectParams
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- getSerializedSize() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- getSerializedSize() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage
- getSerializedSize() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
- getSerializedSize() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
- getServerAddressAndLocalAddressFromClient() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Verifies remote server address and local client address are available from ClientCall Attributes via ClientInterceptor.
- getServerBuilder() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Returns the server builder used to create server for each test run.
- getServerId() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Server ID.
- getServerId() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
Server ID.
- getServerId() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
Server ID.
- getServerIdBytes() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Server ID.
- getServerIdBytes() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
Server ID.
- getServerIdBytes() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
Server ID.
- getServiceDescriptor() - Static method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc
- getServiceDescriptor() - Static method in class io.grpc.testing.integration.MetricsServiceGrpc
- getServiceDescriptor() - Static method in class io.grpc.testing.integration.ReconnectServiceGrpc
- getServiceDescriptor() - Static method in class io.grpc.testing.integration.TestServiceGrpc
- getServiceDescriptor() - Static method in class io.grpc.testing.integration.UnimplementedServiceGrpc
- getServiceDescriptor() - Static method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc
- getServiceDescriptor() - Static method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc
- getSetNotServingMethod() - Static method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc
- getSetServingMethod() - Static method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc
- getSize() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Desired payload sizes in responses from the server.
- getSize() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
-
Desired payload sizes in responses from the server.
- getSize() - Method in interface io.grpc.testing.integration.Messages.ResponseParametersOrBuilder
-
Desired payload sizes in responses from the server.
- getStartMethod() - Static method in class io.grpc.testing.integration.ReconnectServiceGrpc
- getStatsPerMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- getStatsPerMethod() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Deprecated.
- getStatsPerMethod() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Deprecated.
- getStatsPerMethodCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- getStatsPerMethodCount() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- getStatsPerMethodCount() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Per-method RPC statistics.
- getStatsPerMethodMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Per-method RPC statistics.
- getStatsPerMethodMap() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Per-method RPC statistics.
- getStatsPerMethodMap() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Per-method RPC statistics.
- getStatsPerMethodOrDefault(String, Messages.LoadBalancerAccumulatedStatsResponse.MethodStats) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Per-method RPC statistics.
- getStatsPerMethodOrDefault(String, Messages.LoadBalancerAccumulatedStatsResponse.MethodStats) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Per-method RPC statistics.
- getStatsPerMethodOrDefault(String, Messages.LoadBalancerAccumulatedStatsResponse.MethodStats) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Per-method RPC statistics.
- getStatsPerMethodOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Per-method RPC statistics.
- getStatsPerMethodOrThrow(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
-
Per-method RPC statistics.
- getStatsPerMethodOrThrow(String) - Method in interface io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponseOrBuilder
-
Per-method RPC statistics.
- getStopMethod() - Static method in class io.grpc.testing.integration.ReconnectServiceGrpc
- getStreamingInputCallMethod() - Static method in class io.grpc.testing.integration.TestServiceGrpc
- getStreamingOutputCallMethod() - Static method in class io.grpc.testing.integration.TestServiceGrpc
- getStringValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
string string_value = 4; - getStringValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
-
string string_value = 4; - getStringValue() - Method in interface io.grpc.testing.integration.Metrics.GaugeResponseOrBuilder
-
string string_value = 4; - getStringValueBytes() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
string string_value = 4; - getStringValueBytes() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
-
string string_value = 4; - getStringValueBytes() - Method in interface io.grpc.testing.integration.Metrics.GaugeResponseOrBuilder
-
string string_value = 4; - getTimeoutSec() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The deadline to use, in seconds, for all RPCs.
- getTimeoutSec() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
-
The deadline to use, in seconds, for all RPCs.
- getTimeoutSec() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequestOrBuilder
-
The deadline to use, in seconds, for all RPCs.
- getTimeoutSec() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
-
If num_rpcs have not completed within timeout_sec, return partial results.
- getTimeoutSec() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
-
If num_rpcs have not completed within timeout_sec, return partial results.
- getTimeoutSec() - Method in interface io.grpc.testing.integration.Messages.LoadBalancerStatsRequestOrBuilder
-
If num_rpcs have not completed within timeout_sec, return partial results.
- getType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
.grpc.testing.ClientConfigureRequest.RpcType type = 1; - getType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
-
.grpc.testing.ClientConfigureRequest.RpcType type = 1; - getType() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequest.MetadataOrBuilder
-
.grpc.testing.ClientConfigureRequest.RpcType type = 1; - getType() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
-
The type of data in body.
- getType() - Method in class io.grpc.testing.integration.Messages.Payload
-
The type of data in body.
- getType() - Method in interface io.grpc.testing.integration.Messages.PayloadOrBuilder
-
The type of data in body.
- getTypes(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The types of RPCs the client sends.
- getTypes(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
-
The types of RPCs the client sends.
- getTypes(int) - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequestOrBuilder
-
The types of RPCs the client sends.
- getTypesCount() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The types of RPCs the client sends.
- getTypesCount() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
-
The types of RPCs the client sends.
- getTypesCount() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequestOrBuilder
-
The types of RPCs the client sends.
- getTypesList() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The types of RPCs the client sends.
- getTypesList() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
-
The types of RPCs the client sends.
- getTypesList() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequestOrBuilder
-
The types of RPCs the client sends.
- getTypesValue(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The types of RPCs the client sends.
- getTypesValue(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
-
The types of RPCs the client sends.
- getTypesValue(int) - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequestOrBuilder
-
The types of RPCs the client sends.
- getTypesValueList() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The types of RPCs the client sends.
- getTypesValueList() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
-
The types of RPCs the client sends.
- getTypesValueList() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequestOrBuilder
-
The types of RPCs the client sends.
- getTypeValue() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
.grpc.testing.ClientConfigureRequest.RpcType type = 1; - getTypeValue() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
-
.grpc.testing.ClientConfigureRequest.RpcType type = 1; - getTypeValue() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequest.MetadataOrBuilder
-
.grpc.testing.ClientConfigureRequest.RpcType type = 1; - getTypeValue() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
-
The type of data in body.
- getTypeValue() - Method in class io.grpc.testing.integration.Messages.Payload
-
The type of data in body.
- getTypeValue() - Method in interface io.grpc.testing.integration.Messages.PayloadOrBuilder
-
The type of data in body.
- getUnaryCallMethod() - Static method in class io.grpc.testing.integration.TestServiceGrpc
- getUnimplementedCallMethod() - Static method in class io.grpc.testing.integration.TestServiceGrpc
- getUnimplementedCallMethod() - Static method in class io.grpc.testing.integration.UnimplementedServiceGrpc
- getUsername() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
The user the request came from, for verifying authentication was successful when the client expected it.
- getUsername() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
The user the request came from, for verifying authentication was successful when the client expected it.
- getUsername() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
The user the request came from, for verifying authentication was successful when the client expected it.
- getUsernameBytes() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
The user the request came from, for verifying authentication was successful when the client expected it.
- getUsernameBytes() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
The user the request came from, for verifying authentication was successful when the client expected it.
- getUsernameBytes() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
The user the request came from, for verifying authentication was successful when the client expected it.
- getUtilization() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
Deprecated.
- getUtilization() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
-
Deprecated.
- getUtilization() - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
Deprecated.
- getUtilizationCount() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- getUtilizationCount() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- getUtilizationCount() - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
map<string, double> utilization = 4; - getUtilizationMap() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> utilization = 4; - getUtilizationMap() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
-
map<string, double> utilization = 4; - getUtilizationMap() - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
map<string, double> utilization = 4; - getUtilizationOrDefault(String, double) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> utilization = 4; - getUtilizationOrDefault(String, double) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
-
map<string, double> utilization = 4; - getUtilizationOrDefault(String, double) - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
map<string, double> utilization = 4; - getUtilizationOrThrow(String) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> utilization = 4; - getUtilizationOrThrow(String) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
-
map<string, double> utilization = 4; - getUtilizationOrThrow(String) - Method in interface io.grpc.testing.integration.Messages.TestOrcaReportOrBuilder
-
map<string, double> utilization = 4; - getValue() - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
-
The bool value.
- getValue() - Method in class io.grpc.testing.integration.Messages.BoolValue
-
The bool value.
- getValue() - Method in interface io.grpc.testing.integration.Messages.BoolValueOrBuilder
-
The bool value.
- getValue() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
string value = 3; - getValue() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
-
string value = 3; - getValue() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequest.MetadataOrBuilder
-
string value = 3; - getValueBytes() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
string value = 3; - getValueBytes() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
-
string value = 3; - getValueBytes() - Method in interface io.grpc.testing.integration.Messages.ClientConfigureRequest.MetadataOrBuilder
-
string value = 3; - getValueCase() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- getValueCase() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
- getValueCase() - Method in interface io.grpc.testing.integration.Metrics.GaugeResponseOrBuilder
- getValueDescriptor() - Method in enum io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
- getValueDescriptor() - Method in enum io.grpc.testing.integration.Messages.GrpclbRouteType
- getValueDescriptor() - Method in enum io.grpc.testing.integration.Messages.PayloadType
- globalTimeout - Variable in class io.grpc.testing.integration.AbstractInteropTest
- GOAWAY - io.grpc.testing.integration.Http2TestCases
- GOOGLE_DEFAULT_CREDENTIALS - io.grpc.testing.integration.TestCases
- googleDefaultCredentials(String, TestServiceGrpc.TestServiceBlockingStub) - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Sends an unary rpc with "google default credentials".
- gracefulShutdown() - Method in class io.grpc.testing.integration.AbstractInteropTest
- GRPCLB_ROUTE_TYPE_BACKEND - io.grpc.testing.integration.Messages.GrpclbRouteType
-
Indicates that a client reached a server as a gRPCLB-given backend.
- GRPCLB_ROUTE_TYPE_BACKEND_VALUE - Static variable in enum io.grpc.testing.integration.Messages.GrpclbRouteType
-
Indicates that a client reached a server as a gRPCLB-given backend.
- GRPCLB_ROUTE_TYPE_FALLBACK - io.grpc.testing.integration.Messages.GrpclbRouteType
-
Indicates that a client reached a server via gRPCLB fallback.
- GRPCLB_ROUTE_TYPE_FALLBACK_VALUE - Static variable in enum io.grpc.testing.integration.Messages.GrpclbRouteType
-
Indicates that a client reached a server via gRPCLB fallback.
- GRPCLB_ROUTE_TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleResponse
- GRPCLB_ROUTE_TYPE_UNKNOWN - io.grpc.testing.integration.Messages.GrpclbRouteType
-
Server didn't detect the route that a client took to reach it.
- GRPCLB_ROUTE_TYPE_UNKNOWN_VALUE - Static variable in enum io.grpc.testing.integration.Messages.GrpclbRouteType
-
Server didn't detect the route that a client took to reach it.
- GrpclbFallbackTestClient - Class in io.grpc.testing.integration
-
Test client that verifies that grpclb failover into fallback mode works under different failure modes.
- GrpclbFallbackTestClient() - Constructor for class io.grpc.testing.integration.GrpclbFallbackTestClient
- GrpclbLongLivedAffinityTestClient - Class in io.grpc.testing.integration
-
Test client that verifies all requests are sent to the same server even running for an extended time, while allowing for occasionally switching server.
- GrpclbLongLivedAffinityTestClient() - Constructor for class io.grpc.testing.integration.GrpclbLongLivedAffinityTestClient
H
- halfDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.AsyncService
-
A sequence of requests followed by a sequence of responses.
- halfDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
-
A sequence of requests followed by a sequence of responses.
- halfDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceImpl
-
Similar to
TestServiceImpl.fullDuplexCall(io.grpc.stub.StreamObserver<io.grpc.testing.integration.Messages.StreamingOutputCallResponse>), except that it waits for all streaming requests to be received before starting the streaming responses. - halfDuplexCallShouldSucceed() - Method in class io.grpc.testing.integration.AbstractInteropTest
- hasCompressed() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Whether to request the server to compress the response.
- hasCompressed() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
-
Whether to request the server to compress the response.
- hasCompressed() - Method in interface io.grpc.testing.integration.Messages.ResponseParametersOrBuilder
-
Whether to request the server to compress the response.
- hasDoubleValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
double double_value = 3; - hasDoubleValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
-
double double_value = 3; - hasDoubleValue() - Method in interface io.grpc.testing.integration.Metrics.GaugeResponseOrBuilder
-
double double_value = 3; - hasExpectCompressed() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether the server should expect this request to be compressed.
- hasExpectCompressed() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether the server should expect this request to be compressed.
- hasExpectCompressed() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether the server should expect this request to be compressed.
- hasExpectCompressed() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Whether the server should expect this request to be compressed.
- hasExpectCompressed() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
-
Whether the server should expect this request to be compressed.
- hasExpectCompressed() - Method in interface io.grpc.testing.integration.Messages.StreamingInputCallRequestOrBuilder
-
Whether the server should expect this request to be compressed.
- hashCode() - Method in class io.grpc.testing.integration.EmptyProtos.Empty
- hashCode() - Method in class io.grpc.testing.integration.Messages.BoolValue
- hashCode() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- hashCode() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- hashCode() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- hashCode() - Method in class io.grpc.testing.integration.Messages.EchoStatus
- hashCode() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- hashCode() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- hashCode() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- hashCode() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- hashCode() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- hashCode() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- hashCode() - Method in class io.grpc.testing.integration.Messages.Payload
- hashCode() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
- hashCode() - Method in class io.grpc.testing.integration.Messages.ReconnectParams
- hashCode() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
- hashCode() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
- hashCode() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
- hashCode() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- hashCode() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- hashCode() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- hashCode() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- hashCode() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- hashCode() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage
- hashCode() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
- hashCode() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
- hasLongValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
int64 long_value = 2; - hasLongValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
-
int64 long_value = 2; - hasLongValue() - Method in interface io.grpc.testing.integration.Metrics.GaugeResponseOrBuilder
-
int64 long_value = 2; - hasOrcaOobReport() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
If set the server should update this metrics report data at the OOB server.
- hasOrcaOobReport() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
If set the server should update this metrics report data at the OOB server.
- hasOrcaOobReport() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
If set the server should update this metrics report data at the OOB server.
- hasOrcaPerQueryReport() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
If set the server should record this metrics report data for the current RPC.
- hasOrcaPerQueryReport() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
If set the server should record this metrics report data for the current RPC.
- hasOrcaPerQueryReport() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
If set the server should record this metrics report data for the current RPC.
- hasPayload() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Optional input payload sent along with the request.
- hasPayload() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Optional input payload sent along with the request.
- hasPayload() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Optional input payload sent along with the request.
- hasPayload() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Payload to increase message size.
- hasPayload() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
-
Payload to increase message size.
- hasPayload() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
-
Payload to increase message size.
- hasPayload() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Optional input payload sent along with the request.
- hasPayload() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
-
Optional input payload sent along with the request.
- hasPayload() - Method in interface io.grpc.testing.integration.Messages.StreamingInputCallRequestOrBuilder
-
Optional input payload sent along with the request.
- hasPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Optional input payload sent along with the request.
- hasPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Optional input payload sent along with the request.
- hasPayload() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Optional input payload sent along with the request.
- hasPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
-
Payload to increase response size.
- hasPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
-
Payload to increase response size.
- hasPayload() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallResponseOrBuilder
-
Payload to increase response size.
- hasResponseCompressed() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether to request the server to compress the response.
- hasResponseCompressed() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether to request the server to compress the response.
- hasResponseCompressed() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether to request the server to compress the response.
- hasResponseStatus() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether server should return a given status
- hasResponseStatus() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
-
Whether server should return a given status
- hasResponseStatus() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
-
Whether server should return a given status
- hasResponseStatus() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Whether server should return a given status
- hasResponseStatus() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
Whether server should return a given status
- hasResponseStatus() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
-
Whether server should return a given status
- hasStringValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
string string_value = 4; - hasStringValue() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
-
string string_value = 4; - hasStringValue() - Method in interface io.grpc.testing.integration.Metrics.GaugeResponseOrBuilder
-
string string_value = 4; - HOSTNAME_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleResponse
- Http2Client - Class in io.grpc.testing.integration
-
Client application for the
TestServiceGrpc.TestServiceImplBasethat runs through a series of HTTP/2 interop tests. - Http2Client() - Constructor for class io.grpc.testing.integration.Http2Client
- Http2TestCases - Enum in io.grpc.testing.integration
-
Enum of HTTP/2 interop test cases.
I
- interceptors() - Static method in class io.grpc.testing.integration.TestServiceImpl
-
Returns interceptors necessary for full service implementation.
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.EmptyProtos.Empty
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.BoolValue
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.EchoStatus
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.Payload
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ReconnectParams
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
- internalGetMapField(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- internalGetMapField(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- internalGetMapField(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- internalGetMapField(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- internalGetMapField(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- internalGetMapField(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- internalGetMapField(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- internalGetMapField(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- internalGetMapField(int) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- internalGetMapField(int) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- internalGetMutableMapField(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- internalGetMutableMapField(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- internalGetMutableMapField(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- internalGetMutableMapField(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- internalGetMutableMapField(int) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- internalGetValueMap() - Static method in enum io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
- internalGetValueMap() - Static method in enum io.grpc.testing.integration.Messages.GrpclbRouteType
- internalGetValueMap() - Static method in enum io.grpc.testing.integration.Messages.PayloadType
- INTERVAL_US_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ResponseParameters
- io.grpc.testing.integration - package io.grpc.testing.integration
- isAvailable() - Method in class io.grpc.testing.integration.RpcBehaviorLoadBalancerProvider
- isInitialized() - Method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- isInitialized() - Method in class io.grpc.testing.integration.EmptyProtos.Empty
- isInitialized() - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.BoolValue
- isInitialized() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- isInitialized() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- isInitialized() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- isInitialized() - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.EchoStatus
- isInitialized() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- isInitialized() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- isInitialized() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- isInitialized() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- isInitialized() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- isInitialized() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- isInitialized() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.Payload
- isInitialized() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
- isInitialized() - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.ReconnectParams
- isInitialized() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
- isInitialized() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
- isInitialized() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
- isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- isInitialized() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- isInitialized() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage
- isInitialized() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
- isInitialized() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- isInitialized() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
J
- JWT_TOKEN_CREDS - io.grpc.testing.integration.TestCases
- jwtTokenCreds(InputStream) - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Test JWT-based auth.
K
- KEY_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
L
- LARGE_UNARY - io.grpc.testing.integration.TestCases
- largeUnary() - Method in class io.grpc.testing.integration.AbstractInteropTest
- LoadBalancerStatsServiceGrpc - Class in io.grpc.testing.integration
-
A service used to obtain stats for verifying LB behavior.
- LoadBalancerStatsServiceGrpc.AsyncService - Interface in io.grpc.testing.integration
-
A service used to obtain stats for verifying LB behavior.
- LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceBlockingStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do synchronous rpc calls to service LoadBalancerStatsService.
- LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceFutureStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do ListenableFuture-style rpc calls to service LoadBalancerStatsService.
- LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceImplBase - Class in io.grpc.testing.integration
-
Base class for the server implementation of the service LoadBalancerStatsService.
- LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do asynchronous rpc calls to service LoadBalancerStatsService.
- LoadBalancerStatsServiceImplBase() - Constructor for class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc.LoadBalancerStatsServiceImplBase
- LONG_VALUE - io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase
- LONG_VALUE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Metrics.GaugeResponse
M
- main(String[]) - Static method in class io.grpc.testing.integration.GrpclbFallbackTestClient
-
Entry point.
- main(String[]) - Static method in class io.grpc.testing.integration.GrpclbLongLivedAffinityTestClient
-
Entry point.
- main(String[]) - Static method in class io.grpc.testing.integration.Http2Client
-
The main application allowing this client to be launched from the command line.
- main(String[]) - Static method in class io.grpc.testing.integration.ReconnectTestClient
-
The main application allowing this client to be launched from the command line.
- main(String...) - Static method in class io.grpc.testing.integration.StressTestClient
-
The main application allowing this client to be launched from the command line.
- main(String[]) - Static method in class io.grpc.testing.integration.TestServiceClient
-
The main application allowing this client to be launched from the command line.
- main(String[]) - Static method in class io.grpc.testing.integration.TestServiceServer
-
The main application allowing this server to be launched from the command line.
- main(String[]) - Static method in class io.grpc.testing.integration.XdsFederationTestClient
-
Entry point.
- main(String[]) - Static method in class io.grpc.testing.integration.XdsTestClient
-
The main application allowing this client to be launched from the command line.
- main(String[]) - Static method in class io.grpc.testing.integration.XdsTestServer
-
The main application allowing this client to be launched from the command line.
- MAX_MESSAGE_SIZE - Static variable in class io.grpc.testing.integration.AbstractInteropTest
-
Must be at least
AbstractInteropTest.unaryPayloadLength(), plus some to account for encoding overhead. - MAX_RECONNECT_BACKOFF_MS_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ReconnectParams
- MAX_STREAMS - io.grpc.testing.integration.Http2TestCases
- maxInboundSize_exact() - Method in class io.grpc.testing.integration.AbstractInteropTest
- maxInboundSize_tooBig() - Method in class io.grpc.testing.integration.AbstractInteropTest
- maxOutboundSize_exact() - Method in class io.grpc.testing.integration.AbstractInteropTest
- maxOutboundSize_tooBig() - Method in class io.grpc.testing.integration.AbstractInteropTest
- MEMORY_UTILIZATION_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.TestOrcaReport
- mergeCompressed(Messages.BoolValue) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Whether to request the server to compress the response.
- mergeExpectCompressed(Messages.BoolValue) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether the server should expect this request to be compressed.
- mergeExpectCompressed(Messages.BoolValue) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Whether the server should expect this request to be compressed.
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- mergeFrom(Message) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- mergeFrom(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- mergeFrom(Messages.BoolValue) - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- mergeFrom(Messages.ClientConfigureRequest) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- mergeFrom(Messages.ClientConfigureRequest.Metadata) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- mergeFrom(Messages.ClientConfigureResponse) - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- mergeFrom(Messages.EchoStatus) - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- mergeFrom(Messages.LoadBalancerAccumulatedStatsRequest) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- mergeFrom(Messages.LoadBalancerAccumulatedStatsResponse) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- mergeFrom(Messages.LoadBalancerAccumulatedStatsResponse.MethodStats) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- mergeFrom(Messages.LoadBalancerStatsRequest) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- mergeFrom(Messages.LoadBalancerStatsResponse) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- mergeFrom(Messages.LoadBalancerStatsResponse.RpcsByPeer) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- mergeFrom(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
- mergeFrom(Messages.ReconnectInfo) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- mergeFrom(Messages.ReconnectParams) - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- mergeFrom(Messages.ResponseParameters) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- mergeFrom(Messages.SimpleRequest) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- mergeFrom(Messages.SimpleResponse) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- mergeFrom(Messages.StreamingInputCallRequest) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- mergeFrom(Messages.StreamingInputCallResponse) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- mergeFrom(Messages.StreamingOutputCallRequest) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- mergeFrom(Messages.StreamingOutputCallResponse) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- mergeFrom(Messages.TestOrcaReport) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- mergeFrom(Metrics.EmptyMessage) - Method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- mergeFrom(Metrics.GaugeRequest) - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- mergeFrom(Metrics.GaugeResponse) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- mergeOrcaOobReport(Messages.TestOrcaReport) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
If set the server should update this metrics report data at the OOB server.
- mergeOrcaPerQueryReport(Messages.TestOrcaReport) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
If set the server should record this metrics report data for the current RPC.
- mergePayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Optional input payload sent along with the request.
- mergePayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Payload to increase message size.
- mergePayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Optional input payload sent along with the request.
- mergePayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Optional input payload sent along with the request.
- mergePayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
-
Payload to increase response size.
- mergeResponseCompressed(Messages.BoolValue) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether to request the server to compress the response.
- mergeResponseStatus(Messages.EchoStatus) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether server should return a given status
- mergeResponseStatus(Messages.EchoStatus) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Whether server should return a given status
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- MESSAGE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.EchoStatus
- Messages - Class in io.grpc.testing.integration
- Messages.BoolValue - Class in io.grpc.testing.integration
-
TODO(dgq): Go back to using well-known types once https://github.com/grpc/grpc/issues/6980 has been fixed.
- Messages.BoolValue.Builder - Class in io.grpc.testing.integration
-
TODO(dgq): Go back to using well-known types once https://github.com/grpc/grpc/issues/6980 has been fixed.
- Messages.BoolValueOrBuilder - Interface in io.grpc.testing.integration
- Messages.ClientConfigureRequest - Class in io.grpc.testing.integration
-
Configurations for a test client.
- Messages.ClientConfigureRequest.Builder - Class in io.grpc.testing.integration
-
Configurations for a test client.
- Messages.ClientConfigureRequest.Metadata - Class in io.grpc.testing.integration
-
Metadata to be attached for the given type of RPCs.
- Messages.ClientConfigureRequest.Metadata.Builder - Class in io.grpc.testing.integration
-
Metadata to be attached for the given type of RPCs.
- Messages.ClientConfigureRequest.MetadataOrBuilder - Interface in io.grpc.testing.integration
- Messages.ClientConfigureRequest.RpcType - Enum in io.grpc.testing.integration
-
Type of RPCs to send.
- Messages.ClientConfigureRequestOrBuilder - Interface in io.grpc.testing.integration
- Messages.ClientConfigureResponse - Class in io.grpc.testing.integration
-
Response for updating a test client's configuration.
- Messages.ClientConfigureResponse.Builder - Class in io.grpc.testing.integration
-
Response for updating a test client's configuration.
- Messages.ClientConfigureResponseOrBuilder - Interface in io.grpc.testing.integration
- Messages.EchoStatus - Class in io.grpc.testing.integration
-
A protobuf representation for grpc status.
- Messages.EchoStatus.Builder - Class in io.grpc.testing.integration
-
A protobuf representation for grpc status.
- Messages.EchoStatusOrBuilder - Interface in io.grpc.testing.integration
- Messages.GrpclbRouteType - Enum in io.grpc.testing.integration
-
The type of route that a client took to reach a server w.r.t.
- Messages.LoadBalancerAccumulatedStatsRequest - Class in io.grpc.testing.integration
-
Request for retrieving a test client's accumulated stats.
- Messages.LoadBalancerAccumulatedStatsRequest.Builder - Class in io.grpc.testing.integration
-
Request for retrieving a test client's accumulated stats.
- Messages.LoadBalancerAccumulatedStatsRequestOrBuilder - Interface in io.grpc.testing.integration
- Messages.LoadBalancerAccumulatedStatsResponse - Class in io.grpc.testing.integration
-
Accumulated stats for RPCs sent by a test client.
- Messages.LoadBalancerAccumulatedStatsResponse.Builder - Class in io.grpc.testing.integration
-
Accumulated stats for RPCs sent by a test client.
- Messages.LoadBalancerAccumulatedStatsResponse.MethodStats - Class in io.grpc.testing.integration
-
Protobuf type
grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats - Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder - Class in io.grpc.testing.integration
-
Protobuf type
grpc.testing.LoadBalancerAccumulatedStatsResponse.MethodStats - Messages.LoadBalancerAccumulatedStatsResponse.MethodStatsOrBuilder - Interface in io.grpc.testing.integration
- Messages.LoadBalancerAccumulatedStatsResponseOrBuilder - Interface in io.grpc.testing.integration
- Messages.LoadBalancerStatsRequest - Class in io.grpc.testing.integration
-
Protobuf type
grpc.testing.LoadBalancerStatsRequest - Messages.LoadBalancerStatsRequest.Builder - Class in io.grpc.testing.integration
-
Protobuf type
grpc.testing.LoadBalancerStatsRequest - Messages.LoadBalancerStatsRequestOrBuilder - Interface in io.grpc.testing.integration
- Messages.LoadBalancerStatsResponse - Class in io.grpc.testing.integration
-
Protobuf type
grpc.testing.LoadBalancerStatsResponse - Messages.LoadBalancerStatsResponse.Builder - Class in io.grpc.testing.integration
-
Protobuf type
grpc.testing.LoadBalancerStatsResponse - Messages.LoadBalancerStatsResponse.RpcsByPeer - Class in io.grpc.testing.integration
-
Protobuf type
grpc.testing.LoadBalancerStatsResponse.RpcsByPeer - Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder - Class in io.grpc.testing.integration
-
Protobuf type
grpc.testing.LoadBalancerStatsResponse.RpcsByPeer - Messages.LoadBalancerStatsResponse.RpcsByPeerOrBuilder - Interface in io.grpc.testing.integration
- Messages.LoadBalancerStatsResponseOrBuilder - Interface in io.grpc.testing.integration
- Messages.Payload - Class in io.grpc.testing.integration
-
A block of data, to simply increase gRPC message size.
- Messages.Payload.Builder - Class in io.grpc.testing.integration
-
A block of data, to simply increase gRPC message size.
- Messages.PayloadOrBuilder - Interface in io.grpc.testing.integration
- Messages.PayloadType - Enum in io.grpc.testing.integration
-
The type of payload that should be returned.
- Messages.ReconnectInfo - Class in io.grpc.testing.integration
-
For reconnect interop test only.
- Messages.ReconnectInfo.Builder - Class in io.grpc.testing.integration
-
For reconnect interop test only.
- Messages.ReconnectInfoOrBuilder - Interface in io.grpc.testing.integration
- Messages.ReconnectParams - Class in io.grpc.testing.integration
-
For reconnect interop test only.
- Messages.ReconnectParams.Builder - Class in io.grpc.testing.integration
-
For reconnect interop test only.
- Messages.ReconnectParamsOrBuilder - Interface in io.grpc.testing.integration
- Messages.ResponseParameters - Class in io.grpc.testing.integration
-
Configuration for a particular response.
- Messages.ResponseParameters.Builder - Class in io.grpc.testing.integration
-
Configuration for a particular response.
- Messages.ResponseParametersOrBuilder - Interface in io.grpc.testing.integration
- Messages.SimpleRequest - Class in io.grpc.testing.integration
-
Unary request.
- Messages.SimpleRequest.Builder - Class in io.grpc.testing.integration
-
Unary request.
- Messages.SimpleRequestOrBuilder - Interface in io.grpc.testing.integration
- Messages.SimpleResponse - Class in io.grpc.testing.integration
-
Unary response, as configured by the request.
- Messages.SimpleResponse.Builder - Class in io.grpc.testing.integration
-
Unary response, as configured by the request.
- Messages.SimpleResponseOrBuilder - Interface in io.grpc.testing.integration
- Messages.StreamingInputCallRequest - Class in io.grpc.testing.integration
-
Client-streaming request.
- Messages.StreamingInputCallRequest.Builder - Class in io.grpc.testing.integration
-
Client-streaming request.
- Messages.StreamingInputCallRequestOrBuilder - Interface in io.grpc.testing.integration
- Messages.StreamingInputCallResponse - Class in io.grpc.testing.integration
-
Client-streaming response.
- Messages.StreamingInputCallResponse.Builder - Class in io.grpc.testing.integration
-
Client-streaming response.
- Messages.StreamingInputCallResponseOrBuilder - Interface in io.grpc.testing.integration
- Messages.StreamingOutputCallRequest - Class in io.grpc.testing.integration
-
Server-streaming request.
- Messages.StreamingOutputCallRequest.Builder - Class in io.grpc.testing.integration
-
Server-streaming request.
- Messages.StreamingOutputCallRequestOrBuilder - Interface in io.grpc.testing.integration
- Messages.StreamingOutputCallResponse - Class in io.grpc.testing.integration
-
Server-streaming response, as configured by the request and parameters.
- Messages.StreamingOutputCallResponse.Builder - Class in io.grpc.testing.integration
-
Server-streaming response, as configured by the request and parameters.
- Messages.StreamingOutputCallResponseOrBuilder - Interface in io.grpc.testing.integration
- Messages.TestOrcaReport - Class in io.grpc.testing.integration
-
Metrics data the server will update and send to the client.
- Messages.TestOrcaReport.Builder - Class in io.grpc.testing.integration
-
Metrics data the server will update and send to the client.
- Messages.TestOrcaReportOrBuilder - Interface in io.grpc.testing.integration
- METADATA_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- METADATA_KEY - Static variable in class io.grpc.testing.integration.Util
- Metrics - Class in io.grpc.testing.integration
- Metrics.EmptyMessage - Class in io.grpc.testing.integration
-
Protobuf type
grpc.testing.EmptyMessage - Metrics.EmptyMessage.Builder - Class in io.grpc.testing.integration
-
Protobuf type
grpc.testing.EmptyMessage - Metrics.EmptyMessageOrBuilder - Interface in io.grpc.testing.integration
- Metrics.GaugeRequest - Class in io.grpc.testing.integration
-
Request message containing the gauge name
- Metrics.GaugeRequest.Builder - Class in io.grpc.testing.integration
-
Request message containing the gauge name
- Metrics.GaugeRequestOrBuilder - Interface in io.grpc.testing.integration
- Metrics.GaugeResponse - Class in io.grpc.testing.integration
-
Reponse message containing the gauge name and value
- Metrics.GaugeResponse.Builder - Class in io.grpc.testing.integration
-
Reponse message containing the gauge name and value
- Metrics.GaugeResponse.ValueCase - Enum in io.grpc.testing.integration
- Metrics.GaugeResponseOrBuilder - Interface in io.grpc.testing.integration
- metricsExpected() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Return true if exact metric values should be checked.
- MetricsServiceGrpc - Class in io.grpc.testing.integration
- MetricsServiceGrpc.AsyncService - Interface in io.grpc.testing.integration
- MetricsServiceGrpc.MetricsServiceBlockingStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do synchronous rpc calls to service MetricsService.
- MetricsServiceGrpc.MetricsServiceFutureStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do ListenableFuture-style rpc calls to service MetricsService.
- MetricsServiceGrpc.MetricsServiceImplBase - Class in io.grpc.testing.integration
-
Base class for the server implementation of the service MetricsService.
- MetricsServiceGrpc.MetricsServiceStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do asynchronous rpc calls to service MetricsService.
- MetricsServiceImplBase() - Constructor for class io.grpc.testing.integration.MetricsServiceGrpc.MetricsServiceImplBase
N
- NAME_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Metrics.GaugeRequest
- NAME_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Metrics.GaugeResponse
- newBlockingStub(Channel) - Static method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class io.grpc.testing.integration.MetricsServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class io.grpc.testing.integration.ReconnectServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class io.grpc.testing.integration.TestServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class io.grpc.testing.integration.UnimplementedServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBuilder() - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.BoolValue
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.Payload
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- newBuilder() - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- newBuilder() - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- newBuilder() - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- newBuilder() - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- newBuilder(EmptyProtos.Empty) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- newBuilder(Messages.BoolValue) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- newBuilder(Messages.ClientConfigureRequest) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- newBuilder(Messages.ClientConfigureRequest.Metadata) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- newBuilder(Messages.ClientConfigureResponse) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- newBuilder(Messages.EchoStatus) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- newBuilder(Messages.LoadBalancerAccumulatedStatsRequest) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- newBuilder(Messages.LoadBalancerAccumulatedStatsResponse) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- newBuilder(Messages.LoadBalancerAccumulatedStatsResponse.MethodStats) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- newBuilder(Messages.LoadBalancerStatsRequest) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- newBuilder(Messages.LoadBalancerStatsResponse) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- newBuilder(Messages.LoadBalancerStatsResponse.RpcsByPeer) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- newBuilder(Messages.Payload) - Static method in class io.grpc.testing.integration.Messages.Payload
- newBuilder(Messages.ReconnectInfo) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- newBuilder(Messages.ReconnectParams) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- newBuilder(Messages.ResponseParameters) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- newBuilder(Messages.SimpleRequest) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- newBuilder(Messages.SimpleResponse) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- newBuilder(Messages.StreamingInputCallRequest) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- newBuilder(Messages.StreamingInputCallResponse) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- newBuilder(Messages.StreamingOutputCallRequest) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- newBuilder(Messages.StreamingOutputCallResponse) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- newBuilder(Messages.TestOrcaReport) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- newBuilder(Metrics.EmptyMessage) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- newBuilder(Metrics.GaugeRequest) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- newBuilder(Metrics.GaugeResponse) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- newBuilderForType() - Method in class io.grpc.testing.integration.EmptyProtos.Empty
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.BoolValue
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.EchoStatus
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.Payload
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.ReconnectParams
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- newBuilderForType() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- newBuilderForType() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage
- newBuilderForType() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
- newBuilderForType() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.EmptyProtos.Empty
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.BoolValue
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.EchoStatus
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.Payload
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.ReconnectParams
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.ResponseParameters
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.SimpleRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.SimpleResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Metrics.EmptyMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
- newFutureStub(Channel) - Static method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class io.grpc.testing.integration.MetricsServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class io.grpc.testing.integration.ReconnectServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class io.grpc.testing.integration.TestServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class io.grpc.testing.integration.UnimplementedServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.EmptyProtos.Empty
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.BoolValue
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.EchoStatus
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.Payload
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.ReconnectParams
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.ResponseParameters
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.SimpleRequest
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.SimpleResponse
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Metrics.EmptyMessage
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
- newLoadBalancer(LoadBalancer.Helper) - Method in class io.grpc.testing.integration.RpcBehaviorLoadBalancerProvider
- newStub(Channel) - Static method in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class io.grpc.testing.integration.MetricsServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class io.grpc.testing.integration.ReconnectServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class io.grpc.testing.integration.TestServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class io.grpc.testing.integration.UnimplementedServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc
-
Creates a new async stub that supports all call types for the service
- NUM_FAILURES_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- NUM_RPCS_FAILED_BY_METHOD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- NUM_RPCS_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- NUM_RPCS_STARTED_BY_METHOD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- NUM_RPCS_SUCCEEDED_BY_METHOD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
O
- OAUTH_SCOPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleResponse
- OAUTH2_AUTH_TOKEN - io.grpc.testing.integration.TestCases
- oauth2AuthToken(String, InputStream, String) - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Sends a unary rpc with raw oauth2 access token credentials.
- obtainLocalClientAddr() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Helper for getting local address from
ClientCall.getAttributes(). - obtainLocalServerAddr() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Helper for getting local address from
ServerCall.getAttributes(). - obtainRemoteClientAddr() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Helper for getting remote address from
ServerCall.getAttributes(). - obtainRemoteServerAddr() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Helper for getting remote address from
ClientCall.getAttributes(). - operationTimeoutMillis() - Method in class io.grpc.testing.integration.AbstractInteropTest
- ORCA_OOB - io.grpc.testing.integration.TestCases
- ORCA_OOB_REPORT_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- ORCA_PER_QUERY_REPORT_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
- ORCA_PER_RPC - io.grpc.testing.integration.TestCases
P
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.Payload
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.Payload
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.Payload
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.Payload
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.Payload
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.Payload
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.Payload
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.Payload
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.Payload
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.Payload
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.Payload
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parseFrom(ByteBuffer) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.Payload
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- parseLoadBalancingPolicyConfig(Map<String, ?>) - Method in class io.grpc.testing.integration.RpcBehaviorLoadBalancerProvider
- parser() - Static method in class io.grpc.testing.integration.EmptyProtos.Empty
- parser() - Static method in class io.grpc.testing.integration.Messages.BoolValue
- parser() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- parser() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- parser() - Static method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- parser() - Static method in class io.grpc.testing.integration.Messages.EchoStatus
- parser() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- parser() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- parser() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- parser() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- parser() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- parser() - Static method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- parser() - Static method in class io.grpc.testing.integration.Messages.Payload
- parser() - Static method in class io.grpc.testing.integration.Messages.ReconnectInfo
- parser() - Static method in class io.grpc.testing.integration.Messages.ReconnectParams
- parser() - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
- parser() - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
- parser() - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
- parser() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- parser() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- parser() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- parser() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- parser() - Static method in class io.grpc.testing.integration.Messages.TestOrcaReport
- parser() - Static method in class io.grpc.testing.integration.Metrics.EmptyMessage
- parser() - Static method in class io.grpc.testing.integration.Metrics.GaugeRequest
- parser() - Static method in class io.grpc.testing.integration.Metrics.GaugeResponse
- PASSED_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ReconnectInfo
- PAYLOAD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
- PAYLOAD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleResponse
- PAYLOAD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- PAYLOAD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- PAYLOAD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- PER_RPC_CREDS - io.grpc.testing.integration.TestCases
- performSoakTest(String, boolean, int, int, int, int, int) - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Runs large unary RPCs in a loop with configurable failure thresholds and channel creation behavior.
- perRpcCreds(String, InputStream, String) - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Sends a unary rpc with "per rpc" raw oauth2 access token credentials.
- PICK_FIRST_UNARY - io.grpc.testing.integration.TestCases
- pickFirstUnary() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Assuming "pick_first" policy is used, tests that all requests are sent to the same server.
- PING - io.grpc.testing.integration.Http2TestCases
- PING_PONG - io.grpc.testing.integration.TestCases
- pingPong() - Method in class io.grpc.testing.integration.AbstractInteropTest
- putAllNumRpcsFailedByMethod(Map<String, Integer>) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- putAllNumRpcsStartedByMethod(Map<String, Integer>) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- putAllNumRpcsSucceededByMethod(Map<String, Integer>) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- putAllRequestCost(Map<String, Double>) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> request_cost = 3; - putAllResult(Map<Integer, Integer>) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
-
The number of RPCs that completed with each status for this method.
- putAllRpcsByMethod(Map<String, Messages.LoadBalancerStatsResponse.RpcsByPeer>) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - putAllRpcsByPeer(Map<String, Integer>) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
The number of completed RPCs for each peer.
- putAllRpcsByPeer(Map<String, Integer>) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
-
The number of completed RPCs for each peer.
- putAllStatsPerMethod(Map<String, Messages.LoadBalancerAccumulatedStatsResponse.MethodStats>) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Per-method RPC statistics.
- putAllUtilization(Map<String, Double>) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> utilization = 4; - putNumRpcsFailedByMethod(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- putNumRpcsStartedByMethod(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- putNumRpcsSucceededByMethod(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- putRequestCost(String, double) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> request_cost = 3; - putResult(int, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
-
The number of RPCs that completed with each status for this method.
- putRpcsByMethod(String, Messages.LoadBalancerStatsResponse.RpcsByPeer) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - putRpcsByPeer(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
The number of completed RPCs for each peer.
- putRpcsByPeer(String, int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
-
The number of completed RPCs for each peer.
- putStatsPerMethod(String, Messages.LoadBalancerAccumulatedStatsResponse.MethodStats) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Per-method RPC statistics.
- putUtilization(String, double) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> utilization = 4;
R
- ReconnectServiceGrpc - Class in io.grpc.testing.integration
-
A service used to control reconnect server.
- ReconnectServiceGrpc.AsyncService - Interface in io.grpc.testing.integration
-
A service used to control reconnect server.
- ReconnectServiceGrpc.ReconnectServiceBlockingStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do synchronous rpc calls to service ReconnectService.
- ReconnectServiceGrpc.ReconnectServiceFutureStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do ListenableFuture-style rpc calls to service ReconnectService.
- ReconnectServiceGrpc.ReconnectServiceImplBase - Class in io.grpc.testing.integration
-
Base class for the server implementation of the service ReconnectService.
- ReconnectServiceGrpc.ReconnectServiceStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do asynchronous rpc calls to service ReconnectService.
- ReconnectServiceImplBase() - Constructor for class io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceImplBase
- ReconnectTestClient - Class in io.grpc.testing.integration
-
Verifies the client is reconnecting the server with correct backoffs
- ReconnectTestClient() - Constructor for class io.grpc.testing.integration.ReconnectTestClient
- registerAllExtensions(ExtensionRegistry) - Static method in class io.grpc.testing.integration.EmptyProtos
- registerAllExtensions(ExtensionRegistry) - Static method in class io.grpc.testing.integration.Messages
- registerAllExtensions(ExtensionRegistry) - Static method in class io.grpc.testing.integration.Metrics
- registerAllExtensions(ExtensionRegistry) - Static method in class io.grpc.testing.integration.Test
- registerAllExtensions(ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.EmptyProtos
- registerAllExtensions(ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages
- registerAllExtensions(ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Metrics
- registerAllExtensions(ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Test
- removeMetadata(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- removeNumRpcsFailedByMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- removeNumRpcsStartedByMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- removeNumRpcsSucceededByMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Deprecated.
- removeRequestCost(String) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> request_cost = 3; - removeResponseParameters(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- removeResult(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
-
The number of RPCs that completed with each status for this method.
- removeRpcsByMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
map<string, .grpc.testing.LoadBalancerStatsResponse.RpcsByPeer> rpcs_by_method = 3; - removeRpcsByPeer(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
The number of completed RPCs for each peer.
- removeRpcsByPeer(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
-
The number of completed RPCs for each peer.
- removeStatsPerMethod(String) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
-
Per-method RPC statistics.
- removeUtilization(String) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
map<string, double> utilization = 4; - REQUEST_COST_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.TestOrcaReport
- RESPONSE_COMPRESSED_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
- RESPONSE_PARAMETERS_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- RESPONSE_SIZE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
- RESPONSE_STATUS_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
- RESPONSE_STATUS_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- RESPONSE_TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
- RESPONSE_TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- RESULT_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- RPC_SOAK - io.grpc.testing.integration.TestCases
- RpcBehaviorLoadBalancerProvider - Class in io.grpc.testing.integration
-
Provides a xDS interop test
LoadBalancerdesigned to work withXdsTestServer. - RpcBehaviorLoadBalancerProvider() - Constructor for class io.grpc.testing.integration.RpcBehaviorLoadBalancerProvider
- RPCS_BY_METHOD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- RPCS_BY_PEER_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- RPCS_BY_PEER_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- RPCS_STARTED_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- RST_AFTER_DATA - io.grpc.testing.integration.Http2TestCases
- RST_AFTER_HEADER - io.grpc.testing.integration.Http2TestCases
- RST_DURING_DATA - io.grpc.testing.integration.Http2TestCases
S
- sendsTimeoutHeader() - Method in class io.grpc.testing.integration.AbstractInteropTest
- SERVER_COMPRESSED_STREAMING - io.grpc.testing.integration.TestCases
- SERVER_COMPRESSED_UNARY - io.grpc.testing.integration.TestCases
- SERVER_ID_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleResponse
- SERVER_STREAMING - io.grpc.testing.integration.TestCases
- serverCompressedStreaming() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Tests server per-message compression in a streaming response.
- serverCompressedUnary() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Tests if the server can send a compressed unary response.
- serverStreaming() - Method in class io.grpc.testing.integration.AbstractInteropTest
- serverStreamingShouldBeFlowControlled() - Method in class io.grpc.testing.integration.AbstractInteropTest
- SERVICE_ACCOUNT_CREDS - io.grpc.testing.integration.TestCases
- SERVICE_NAME - Static variable in class io.grpc.testing.integration.LoadBalancerStatsServiceGrpc
- SERVICE_NAME - Static variable in class io.grpc.testing.integration.MetricsServiceGrpc
- SERVICE_NAME - Static variable in class io.grpc.testing.integration.ReconnectServiceGrpc
- SERVICE_NAME - Static variable in class io.grpc.testing.integration.TestServiceGrpc
- SERVICE_NAME - Static variable in class io.grpc.testing.integration.UnimplementedServiceGrpc
- SERVICE_NAME - Static variable in class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc
- SERVICE_NAME - Static variable in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc
- serviceAccountCreds(String, InputStream, String) - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Sends a large unary rpc with service account credentials.
- setAggregatedPayloadSize(int) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
-
Aggregated size of payloads received from the client.
- setBackoffMs(int, int) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
-
repeated int32 backoff_ms = 2; - setBody(ByteString) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
-
Primary contents of payload.
- setCode(int) - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
-
int32 code = 1; - setCompressed(Messages.BoolValue) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Whether to request the server to compress the response.
- setCompressed(Messages.BoolValue.Builder) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Whether to request the server to compress the response.
- setCpuUtilization(double) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
double cpu_utilization = 1; - setDoubleValue(double) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
double double_value = 3; - setExpectCompressed(Messages.BoolValue) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether the server should expect this request to be compressed.
- setExpectCompressed(Messages.BoolValue) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Whether the server should expect this request to be compressed.
- setExpectCompressed(Messages.BoolValue.Builder) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether the server should expect this request to be compressed.
- setExpectCompressed(Messages.BoolValue.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Whether the server should expect this request to be compressed.
- setFillGrpclbRouteType(boolean) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether SimpleResponse should include grpclb_route_type.
- setFillOauthScope(boolean) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether SimpleResponse should include OAuth scope.
- setFillServerId(boolean) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether SimpleResponse should include server_id.
- setFillUsername(boolean) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether SimpleResponse should include username.
- setGrpclbRouteType(Messages.GrpclbRouteType) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
gRPCLB Path.
- setGrpclbRouteTypeValue(int) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
gRPCLB Path.
- setHostname(String) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Server hostname.
- setHostnameBytes(ByteString) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Server hostname.
- setIntervalUs(int) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Desired interval between consecutive responses in the response stream in microseconds.
- setKey(String) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
string key = 2; - setKeyBytes(ByteString) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
string key = 2; - setLongValue(long) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
int64 long_value = 2; - setMaxReconnectBackoffMs(int) - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
-
int32 max_reconnect_backoff_ms = 1; - setMemoryUtilization(double) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
-
double memory_utilization = 2; - setMessage(String) - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
-
string message = 2; - setMessageBytes(ByteString) - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
-
string message = 2; - setMetadata(int, Messages.ClientConfigureRequest.Metadata) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- setMetadata(int, Messages.ClientConfigureRequest.Metadata.Builder) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The collection of custom metadata to be attached to RPCs sent by the client.
- setName(String) - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
-
string name = 1; - setName(String) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
string name = 1; - setNameBytes(ByteString) - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
-
string name = 1; - setNameBytes(ByteString) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
string name = 1; - setNotServing(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceBlockingStub
- setNotServing(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStub
- setNotServing(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in interface io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.AsyncService
- setNotServing(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceStub
- setNumFailures(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
-
The number of RPCs that failed to record a remote peer.
- setNumRpcs(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
-
Request stats for the next num_rpcs sent by client.
- setOauthScope(String) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
OAuth scope.
- setOauthScopeBytes(ByteString) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
OAuth scope.
- setOrcaOobReport(Messages.TestOrcaReport) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
If set the server should update this metrics report data at the OOB server.
- setOrcaOobReport(Messages.TestOrcaReport.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
If set the server should update this metrics report data at the OOB server.
- setOrcaPerQueryReport(Messages.TestOrcaReport) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
If set the server should record this metrics report data for the current RPC.
- setOrcaPerQueryReport(Messages.TestOrcaReport.Builder) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
If set the server should record this metrics report data for the current RPC.
- setPassed(boolean) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
-
bool passed = 1; - setPayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Optional input payload sent along with the request.
- setPayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Payload to increase message size.
- setPayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Optional input payload sent along with the request.
- setPayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Optional input payload sent along with the request.
- setPayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
-
Payload to increase response size.
- setPayload(Messages.Payload.Builder) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Optional input payload sent along with the request.
- setPayload(Messages.Payload.Builder) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Payload to increase message size.
- setPayload(Messages.Payload.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
-
Optional input payload sent along with the request.
- setPayload(Messages.Payload.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Optional input payload sent along with the request.
- setPayload(Messages.Payload.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
-
Payload to increase response size.
- setResponseCompressed(Messages.BoolValue) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether to request the server to compress the response.
- setResponseCompressed(Messages.BoolValue.Builder) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether to request the server to compress the response.
- setResponseParameters(int, Messages.ResponseParameters) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- setResponseParameters(int, Messages.ResponseParameters.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Configuration for each expected response message.
- setResponseSize(int) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Desired payload size in the response from the server.
- setResponseStatus(Messages.EchoStatus) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether server should return a given status
- setResponseStatus(Messages.EchoStatus) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Whether server should return a given status
- setResponseStatus(Messages.EchoStatus.Builder) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Whether server should return a given status
- setResponseStatus(Messages.EchoStatus.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Whether server should return a given status
- setResponseType(Messages.PayloadType) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Desired payload type in the response from the server.
- setResponseType(Messages.PayloadType) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Desired payload type in the response from the server.
- setResponseTypeValue(int) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
-
Desired payload type in the response from the server.
- setResponseTypeValue(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
-
Desired payload type in the response from the server.
- setRpcsStarted(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
-
The number of RPCs that were started for this method.
- setServerId(String) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Server ID.
- setServerIdBytes(ByteString) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
Server ID.
- setServing(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceBlockingStub
- setServing(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStub
- setServing(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in interface io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.AsyncService
- setServing(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceStub
- setSize(int) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
-
Desired payload sizes in responses from the server.
- setStringValue(String) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
string string_value = 4; - setStringValueBytes(ByteString) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
-
string string_value = 4; - setTimeoutSec(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The deadline to use, in seconds, for all RPCs.
- setTimeoutSec(int) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
-
If num_rpcs have not completed within timeout_sec, return partial results.
- setType(Messages.ClientConfigureRequest.RpcType) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
.grpc.testing.ClientConfigureRequest.RpcType type = 1; - setType(Messages.PayloadType) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
-
The type of data in body.
- setTypes(int, Messages.ClientConfigureRequest.RpcType) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The types of RPCs the client sends.
- setTypesValue(int, int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
-
The types of RPCs the client sends.
- setTypeValue(int) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
.grpc.testing.ClientConfigureRequest.RpcType type = 1; - setTypeValue(int) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
-
The type of data in body.
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.EmptyProtos.Empty.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.EchoStatus.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ReconnectParams.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Metrics.EmptyMessage.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Metrics.GaugeRequest.Builder
- setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse.Builder
- setUp() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Must be called by the subclass setup method if overridden.
- setUsername(String) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
The user the request came from, for verifying authentication was successful when the client expected it.
- setUsernameBytes(ByteString) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
-
The user the request came from, for verifying authentication was successful when the client expected it.
- setValue(boolean) - Method in class io.grpc.testing.integration.Messages.BoolValue.Builder
-
The bool value.
- setValue(String) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
string value = 3; - setValueBytes(ByteString) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata.Builder
-
string value = 3; - SIZE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ResponseParameters
- SPECIAL_STATUS_MESSAGE - io.grpc.testing.integration.TestCases
- specialStatusMessage() - Method in class io.grpc.testing.integration.AbstractInteropTest
- start(Messages.ReconnectParams) - Method in class io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceBlockingStub
- start(Messages.ReconnectParams) - Method in class io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceFutureStub
- start(Messages.ReconnectParams, StreamObserver<EmptyProtos.Empty>) - Method in interface io.grpc.testing.integration.ReconnectServiceGrpc.AsyncService
- start(Messages.ReconnectParams, StreamObserver<EmptyProtos.Empty>) - Method in class io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceStub
- startServer(ServerBuilder<?>) - Method in class io.grpc.testing.integration.AbstractInteropTest
- STATS_PER_METHOD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- STATUS_CODE_AND_MESSAGE - io.grpc.testing.integration.TestCases
- statusCodeAndMessage() - Method in class io.grpc.testing.integration.AbstractInteropTest
- stop(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceBlockingStub
- stop(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceFutureStub
- stop(EmptyProtos.Empty, StreamObserver<Messages.ReconnectInfo>) - Method in interface io.grpc.testing.integration.ReconnectServiceGrpc.AsyncService
- stop(EmptyProtos.Empty, StreamObserver<Messages.ReconnectInfo>) - Method in class io.grpc.testing.integration.ReconnectServiceGrpc.ReconnectServiceStub
- streamingInputCall(StreamObserver<Messages.StreamingInputCallResponse>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.AsyncService
-
A sequence of requests followed by one response (streamed upload).
- streamingInputCall(StreamObserver<Messages.StreamingInputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
-
A sequence of requests followed by one response (streamed upload).
- streamingInputCall(StreamObserver<Messages.StreamingInputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceImpl
-
Waits until we have received all of the request messages and then returns the aggregate payload size for all of the received requests.
- streamingOutputCall(Messages.StreamingOutputCallRequest) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingStub
-
One request followed by a sequence of responses (streamed download).
- streamingOutputCall(Messages.StreamingOutputCallRequest, StreamObserver<Messages.StreamingOutputCallResponse>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.AsyncService
-
One request followed by a sequence of responses (streamed download).
- streamingOutputCall(Messages.StreamingOutputCallRequest, StreamObserver<Messages.StreamingOutputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
-
One request followed by a sequence of responses (streamed download).
- streamingOutputCall(Messages.StreamingOutputCallRequest, StreamObserver<Messages.StreamingOutputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceImpl
-
Given a request that specifies chunk size and interval between responses, creates and schedules the response stream.
- StressTestClient - Class in io.grpc.testing.integration
-
A stress test client following the specifications of the gRPC stress testing framework.
- StressTestClient() - Constructor for class io.grpc.testing.integration.StressTestClient
- STRING_VALUE - io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase
- STRING_VALUE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Metrics.GaugeResponse
T
- tearDown() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Clean up.
- Test - Class in io.grpc.testing.integration
- TEST_FLOW_CONTROL_WINDOW - Static variable in class io.grpc.testing.integration.AbstractInteropTest
-
Use a small flow control to help detect flow control bugs.
- TestCases - Enum in io.grpc.testing.integration
-
Enum of interop test cases.
- testOrcaOob() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Test backend metrics OOB reporting: expect the test client LB policy to receive load reports.
- testOrcaPerRpc() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Test backend metrics per query reporting: expect the test client LB policy to receive load reports.
- TestServiceClient - Class in io.grpc.testing.integration
-
Application that starts a client for the
TestServiceGrpc.TestServiceImplBaseand runs through a series of tests. - TestServiceClient() - Constructor for class io.grpc.testing.integration.TestServiceClient
- TestServiceGrpc - Class in io.grpc.testing.integration
-
A simple service to test the various types of RPCs and experiment with performance with various types of payload.
- TestServiceGrpc.AsyncService - Interface in io.grpc.testing.integration
-
A simple service to test the various types of RPCs and experiment with performance with various types of payload.
- TestServiceGrpc.TestServiceBlockingStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do synchronous rpc calls to service TestService.
- TestServiceGrpc.TestServiceFutureStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do ListenableFuture-style rpc calls to service TestService.
- TestServiceGrpc.TestServiceImplBase - Class in io.grpc.testing.integration
-
Base class for the server implementation of the service TestService.
- TestServiceGrpc.TestServiceStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do asynchronous rpc calls to service TestService.
- TestServiceImpl - Class in io.grpc.testing.integration
-
Implementation of the business logic for the TestService.
- TestServiceImpl(ScheduledExecutorService) - Constructor for class io.grpc.testing.integration.TestServiceImpl
- TestServiceImpl(ScheduledExecutorService, MetricRecorder) - Constructor for class io.grpc.testing.integration.TestServiceImpl
-
Constructs a controller using the given executor for scheduling response stream chunks.
- TestServiceImplBase() - Constructor for class io.grpc.testing.integration.TestServiceGrpc.TestServiceImplBase
- TestServiceServer - Class in io.grpc.testing.integration
-
Server that manages startup/shutdown of a single
TestService. - TestServiceServer() - Constructor for class io.grpc.testing.integration.TestServiceServer
- TIMEOUT_ON_SLEEPING_SERVER - io.grpc.testing.integration.TestCases
- TIMEOUT_SEC_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- TIMEOUT_SEC_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- timeoutOnSleepingServer() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Start a fullDuplexCall which the server will not respond, and verify the deadline expires.
- toBuilder() - Method in class io.grpc.testing.integration.EmptyProtos.Empty
- toBuilder() - Method in class io.grpc.testing.integration.Messages.BoolValue
- toBuilder() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- toBuilder() - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- toBuilder() - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- toBuilder() - Method in class io.grpc.testing.integration.Messages.EchoStatus
- toBuilder() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- toBuilder() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- toBuilder() - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- toBuilder() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- toBuilder() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- toBuilder() - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- toBuilder() - Method in class io.grpc.testing.integration.Messages.Payload
- toBuilder() - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
- toBuilder() - Method in class io.grpc.testing.integration.Messages.ReconnectParams
- toBuilder() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
- toBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
- toBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
- toBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- toBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- toBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- toBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- toBuilder() - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- toBuilder() - Method in class io.grpc.testing.integration.Metrics.EmptyMessage
- toBuilder() - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
- toBuilder() - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
- toChunkQueue(Messages.StreamingOutputCallRequest) - Method in class io.grpc.testing.integration.TestServiceImpl
-
Breaks down the request and creates a queue of response chunks for the given request.
- TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.Payload
- TYPES_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ClientConfigureRequest
U
- UNARY_CALL - io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
-
UNARY_CALL = 1; - UNARY_CALL_VALUE - Static variable in enum io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
-
UNARY_CALL = 1; - unaryCall(Messages.SimpleRequest) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingStub
-
One request followed by one response.
- unaryCall(Messages.SimpleRequest) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceFutureStub
-
One request followed by one response.
- unaryCall(Messages.SimpleRequest, StreamObserver<Messages.SimpleResponse>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.AsyncService
-
One request followed by one response.
- unaryCall(Messages.SimpleRequest, StreamObserver<Messages.SimpleResponse>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
-
One request followed by one response.
- unaryCall(Messages.SimpleRequest, StreamObserver<Messages.SimpleResponse>) - Method in class io.grpc.testing.integration.TestServiceImpl
-
Immediately responds with a payload of the type and size specified in the request.
- unaryPayloadLength() - Method in class io.grpc.testing.integration.AbstractInteropTest
- UNIMPLEMENTED_METHOD - io.grpc.testing.integration.TestCases
- UNIMPLEMENTED_SERVICE - io.grpc.testing.integration.TestCases
- unimplementedCall(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingStub
-
The test server will not implement this method.
- unimplementedCall(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceFutureStub
-
The test server will not implement this method.
- unimplementedCall(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.UnimplementedServiceGrpc.UnimplementedServiceBlockingStub
-
A call that no server should implement
- unimplementedCall(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.UnimplementedServiceGrpc.UnimplementedServiceFutureStub
-
A call that no server should implement
- unimplementedCall(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.AsyncService
-
The test server will not implement this method.
- unimplementedCall(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
-
The test server will not implement this method.
- unimplementedCall(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in interface io.grpc.testing.integration.UnimplementedServiceGrpc.AsyncService
-
A call that no server should implement
- unimplementedCall(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in class io.grpc.testing.integration.UnimplementedServiceGrpc.UnimplementedServiceStub
-
A call that no server should implement
- unimplementedMethod() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Sends an rpc to an unimplemented method within TestService.
- unimplementedService() - Method in class io.grpc.testing.integration.AbstractInteropTest
-
Sends an rpc to an unimplemented service on the server.
- UnimplementedServiceGrpc - Class in io.grpc.testing.integration
-
A simple service NOT implemented at servers so clients can test for that case.
- UnimplementedServiceGrpc.AsyncService - Interface in io.grpc.testing.integration
-
A simple service NOT implemented at servers so clients can test for that case.
- UnimplementedServiceGrpc.UnimplementedServiceBlockingStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do synchronous rpc calls to service UnimplementedService.
- UnimplementedServiceGrpc.UnimplementedServiceFutureStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do ListenableFuture-style rpc calls to service UnimplementedService.
- UnimplementedServiceGrpc.UnimplementedServiceImplBase - Class in io.grpc.testing.integration
-
Base class for the server implementation of the service UnimplementedService.
- UnimplementedServiceGrpc.UnimplementedServiceStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do asynchronous rpc calls to service UnimplementedService.
- UnimplementedServiceImplBase() - Constructor for class io.grpc.testing.integration.UnimplementedServiceGrpc.UnimplementedServiceImplBase
- UNRECOGNIZED - io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
- UNRECOGNIZED - io.grpc.testing.integration.Messages.GrpclbRouteType
- UNRECOGNIZED - io.grpc.testing.integration.Messages.PayloadType
- USERNAME_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleResponse
- Util - Class in io.grpc.testing.integration
-
Utility methods to support integration testing.
- Util() - Constructor for class io.grpc.testing.integration.Util
- UTILIZATION_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.TestOrcaReport
V
- VALUE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.BoolValue
- VALUE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- VALUE_NOT_SET - io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase
- valueOf(int) - Static method in enum io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
-
Deprecated.
- valueOf(int) - Static method in enum io.grpc.testing.integration.Messages.GrpclbRouteType
-
Deprecated.
- valueOf(int) - Static method in enum io.grpc.testing.integration.Messages.PayloadType
-
Deprecated.
- valueOf(int) - Static method in enum io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase
-
Deprecated.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.grpc.testing.integration.Messages.GrpclbRouteType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.grpc.testing.integration.Messages.PayloadType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.grpc.testing.integration.Http2TestCases
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.grpc.testing.integration.Messages.GrpclbRouteType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.grpc.testing.integration.Messages.PayloadType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.grpc.testing.integration.TestCases
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.grpc.testing.integration.Http2TestCases
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.grpc.testing.integration.Messages.ClientConfigureRequest.RpcType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.grpc.testing.integration.Messages.GrpclbRouteType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.grpc.testing.integration.Messages.PayloadType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.grpc.testing.integration.TestCases
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERY_LARGE_REQUEST - io.grpc.testing.integration.TestCases
- veryLargeRequest() - Method in class io.grpc.testing.integration.AbstractInteropTest
- veryLargeResponse() - Method in class io.grpc.testing.integration.AbstractInteropTest
W
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.EmptyProtos.Empty
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.BoolValue
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest.Metadata
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.ClientConfigureRequest
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.ClientConfigureResponse
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.EchoStatus
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsRequest
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse.MethodStats
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.LoadBalancerAccumulatedStatsResponse
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsRequest
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse.RpcsByPeer
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.LoadBalancerStatsResponse
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.Payload
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.ReconnectInfo
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.ReconnectParams
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.ResponseParameters
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.SimpleRequest
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.SimpleResponse
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.TestOrcaReport
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Metrics.EmptyMessage
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Metrics.GaugeRequest
- writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Metrics.GaugeResponse
X
- XdsFederationTestClient - Class in io.grpc.testing.integration
-
Test client that can be used to verify that XDS federation works.
- XdsFederationTestClient() - Constructor for class io.grpc.testing.integration.XdsFederationTestClient
- XdsTestClient - Class in io.grpc.testing.integration
-
Client for xDS interop tests.
- XdsTestClient() - Constructor for class io.grpc.testing.integration.XdsTestClient
- XdsTestServer - Class in io.grpc.testing.integration
-
Interop test server that implements the xDS testing service.
- XdsTestServer() - Constructor for class io.grpc.testing.integration.XdsTestServer
- XdsUpdateClientConfigureServiceGrpc - Class in io.grpc.testing.integration
-
A service to dynamically update the configuration of an xDS test client.
- XdsUpdateClientConfigureServiceGrpc.AsyncService - Interface in io.grpc.testing.integration
-
A service to dynamically update the configuration of an xDS test client.
- XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceBlockingStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do synchronous rpc calls to service XdsUpdateClientConfigureService.
- XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceFutureStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do ListenableFuture-style rpc calls to service XdsUpdateClientConfigureService.
- XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceImplBase - Class in io.grpc.testing.integration
-
Base class for the server implementation of the service XdsUpdateClientConfigureService.
- XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do asynchronous rpc calls to service XdsUpdateClientConfigureService.
- XdsUpdateClientConfigureServiceImplBase() - Constructor for class io.grpc.testing.integration.XdsUpdateClientConfigureServiceGrpc.XdsUpdateClientConfigureServiceImplBase
- XdsUpdateHealthServiceGrpc - Class in io.grpc.testing.integration
-
A service to remotely control health status of an xDS test server.
- XdsUpdateHealthServiceGrpc.AsyncService - Interface in io.grpc.testing.integration
-
A service to remotely control health status of an xDS test server.
- XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceBlockingStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do synchronous rpc calls to service XdsUpdateHealthService.
- XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceFutureStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do ListenableFuture-style rpc calls to service XdsUpdateHealthService.
- XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceImplBase - Class in io.grpc.testing.integration
-
Base class for the server implementation of the service XdsUpdateHealthService.
- XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceStub - Class in io.grpc.testing.integration
-
A stub to allow clients to do asynchronous rpc calls to service XdsUpdateHealthService.
- XdsUpdateHealthServiceImplBase() - Constructor for class io.grpc.testing.integration.XdsUpdateHealthServiceGrpc.XdsUpdateHealthServiceImplBase
All Classes All Packages