public static interface Messages.ClientConfigureRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.ClientConfigureRequest.Metadata |
getMetadata(int index)
The collection of custom metadata to be attached to RPCs sent by the client.
|
int |
getMetadataCount()
The collection of custom metadata to be attached to RPCs sent by the client.
|
List<Messages.ClientConfigureRequest.Metadata> |
getMetadataList()
The collection of custom metadata to be attached to RPCs sent by the client.
|
Messages.ClientConfigureRequest.MetadataOrBuilder |
getMetadataOrBuilder(int index)
The collection of custom metadata to be attached to RPCs sent by the client.
|
List<? extends Messages.ClientConfigureRequest.MetadataOrBuilder> |
getMetadataOrBuilderList()
The collection of custom metadata to be attached to RPCs sent by the client.
|
int |
getTimeoutSec()
The deadline to use, in seconds, for all RPCs.
|
Messages.ClientConfigureRequest.RpcType |
getTypes(int index)
The types of RPCs the client sends.
|
int |
getTypesCount()
The types of RPCs the client sends.
|
List<Messages.ClientConfigureRequest.RpcType> |
getTypesList()
The types of RPCs the client sends.
|
int |
getTypesValue(int index)
The types of RPCs the client sends.
|
List<Integer> |
getTypesValueList()
The types of RPCs the client sends.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Messages.ClientConfigureRequest.RpcType> getTypesList()
The types of RPCs the client sends.
repeated .grpc.testing.ClientConfigureRequest.RpcType types = 1;int getTypesCount()
The types of RPCs the client sends.
repeated .grpc.testing.ClientConfigureRequest.RpcType types = 1;Messages.ClientConfigureRequest.RpcType getTypes(int index)
The types of RPCs the client sends.
repeated .grpc.testing.ClientConfigureRequest.RpcType types = 1;index - The index of the element to return.List<Integer> getTypesValueList()
The types of RPCs the client sends.
repeated .grpc.testing.ClientConfigureRequest.RpcType types = 1;int getTypesValue(int index)
The types of RPCs the client sends.
repeated .grpc.testing.ClientConfigureRequest.RpcType types = 1;index - The index of the value to return.List<Messages.ClientConfigureRequest.Metadata> getMetadataList()
The collection of custom metadata to be attached to RPCs sent by the client.
repeated .grpc.testing.ClientConfigureRequest.Metadata metadata = 2;Messages.ClientConfigureRequest.Metadata getMetadata(int index)
The collection of custom metadata to be attached to RPCs sent by the client.
repeated .grpc.testing.ClientConfigureRequest.Metadata metadata = 2;int getMetadataCount()
The collection of custom metadata to be attached to RPCs sent by the client.
repeated .grpc.testing.ClientConfigureRequest.Metadata metadata = 2;List<? extends Messages.ClientConfigureRequest.MetadataOrBuilder> getMetadataOrBuilderList()
The collection of custom metadata to be attached to RPCs sent by the client.
repeated .grpc.testing.ClientConfigureRequest.Metadata metadata = 2;Messages.ClientConfigureRequest.MetadataOrBuilder getMetadataOrBuilder(int index)
The collection of custom metadata to be attached to RPCs sent by the client.
repeated .grpc.testing.ClientConfigureRequest.Metadata metadata = 2;int getTimeoutSec()
The deadline to use, in seconds, for all RPCs. If unset or zero, the client will use the default from the command-line.
int32 timeout_sec = 3;