| Package | Description |
|---|---|
| io.grpc.lb.v1 |
| Modifier and Type | Method and Description |
|---|---|
ClientStats |
ClientStats.Builder.build() |
ClientStats |
ClientStats.Builder.buildPartial() |
ClientStats |
LoadBalanceRequest.getClientStats()
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
|
ClientStats |
LoadBalanceRequest.Builder.getClientStats()
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
|
ClientStats |
LoadBalanceRequestOrBuilder.getClientStats()
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
|
static ClientStats |
ClientStats.getDefaultInstance() |
ClientStats |
ClientStats.getDefaultInstanceForType() |
ClientStats |
ClientStats.Builder.getDefaultInstanceForType() |
static ClientStats |
ClientStats.parseDelimitedFrom(InputStream input) |
static ClientStats |
ClientStats.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientStats |
ClientStats.parseFrom(byte[] data) |
static ClientStats |
ClientStats.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientStats |
ClientStats.parseFrom(ByteBuffer data) |
static ClientStats |
ClientStats.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientStats |
ClientStats.parseFrom(com.google.protobuf.ByteString data) |
static ClientStats |
ClientStats.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientStats |
ClientStats.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientStats |
ClientStats.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientStats |
ClientStats.parseFrom(InputStream input) |
static ClientStats |
ClientStats.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ClientStats> |
ClientStats.getParserForType() |
static com.google.protobuf.Parser<ClientStats> |
ClientStats.parser() |
| Modifier and Type | Method and Description |
|---|---|
LoadBalanceRequest.Builder |
LoadBalanceRequest.Builder.mergeClientStats(ClientStats value)
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
|
ClientStats.Builder |
ClientStats.Builder.mergeFrom(ClientStats other) |
static ClientStats.Builder |
ClientStats.newBuilder(ClientStats prototype) |
LoadBalanceRequest.Builder |
LoadBalanceRequest.Builder.setClientStats(ClientStats value)
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
|