public interface LoadBalanceRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClientStats |
getClientStats()
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
|
ClientStatsOrBuilder |
getClientStatsOrBuilder()
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
|
InitialLoadBalanceRequest |
getInitialRequest()
This message should be sent on the first request to the load balancer.
|
InitialLoadBalanceRequestOrBuilder |
getInitialRequestOrBuilder()
This message should be sent on the first request to the load balancer.
|
LoadBalanceRequest.LoadBalanceRequestTypeCase |
getLoadBalanceRequestTypeCase() |
boolean |
hasClientStats()
The client stats should be periodically reported to the load balancer
based on the duration defined in the InitialLoadBalanceResponse.
|
boolean |
hasInitialRequest()
This message should be sent on the first request to the load balancer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasInitialRequest()
This message should be sent on the first request to the load balancer.
.grpc.lb.v1.InitialLoadBalanceRequest initial_request = 1;InitialLoadBalanceRequest getInitialRequest()
This message should be sent on the first request to the load balancer.
.grpc.lb.v1.InitialLoadBalanceRequest initial_request = 1;InitialLoadBalanceRequestOrBuilder getInitialRequestOrBuilder()
This message should be sent on the first request to the load balancer.
.grpc.lb.v1.InitialLoadBalanceRequest initial_request = 1;boolean hasClientStats()
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.
.grpc.lb.v1.ClientStats client_stats = 2;ClientStats getClientStats()
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.
.grpc.lb.v1.ClientStats client_stats = 2;ClientStatsOrBuilder getClientStatsOrBuilder()
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.
.grpc.lb.v1.ClientStats client_stats = 2;LoadBalanceRequest.LoadBalanceRequestTypeCase getLoadBalanceRequestTypeCase()