Uses of Class
io.grpc.lb.v1.InitialLoadBalanceResponse.Builder
Packages that use InitialLoadBalanceResponse.Builder
-
Uses of InitialLoadBalanceResponse.Builder in io.grpc.lb.v1
Fields in io.grpc.lb.v1 with type parameters of type InitialLoadBalanceResponse.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<InitialLoadBalanceResponse, InitialLoadBalanceResponse.Builder, InitialLoadBalanceResponseOrBuilder> LoadBalanceResponse.Builder.initialResponseBuilder_
Methods in io.grpc.lb.v1 that return InitialLoadBalanceResponse.BuilderModifier and TypeMethodDescriptionInitialLoadBalanceResponse.Builder.clear()
InitialLoadBalanceResponse.Builder.clearClientStatsReportInterval()
This interval defines how often the client should send the client stats to the load balancer.LoadBalanceResponse.Builder.getInitialResponseBuilder()
This message should be sent on the first response to the client.InitialLoadBalanceResponse.Builder.mergeClientStatsReportInterval
(com.google.protobuf.Duration value) This interval defines how often the client should send the client stats to the load balancer.InitialLoadBalanceResponse.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) InitialLoadBalanceResponse.Builder.mergeFrom
(com.google.protobuf.Message other) InitialLoadBalanceResponse.Builder.mergeFrom
(InitialLoadBalanceResponse other) InitialLoadBalanceResponse.newBuilder()
InitialLoadBalanceResponse.newBuilder
(InitialLoadBalanceResponse prototype) InitialLoadBalanceResponse.newBuilderForType()
protected InitialLoadBalanceResponse.Builder
InitialLoadBalanceResponse.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) InitialLoadBalanceResponse.Builder.setClientStatsReportInterval
(com.google.protobuf.Duration value) This interval defines how often the client should send the client stats to the load balancer.InitialLoadBalanceResponse.Builder.setClientStatsReportInterval
(com.google.protobuf.Duration.Builder builderForValue) This interval defines how often the client should send the client stats to the load balancer.InitialLoadBalanceResponse.toBuilder()
Methods in io.grpc.lb.v1 that return types with arguments of type InitialLoadBalanceResponse.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<InitialLoadBalanceResponse, InitialLoadBalanceResponse.Builder, InitialLoadBalanceResponseOrBuilder> LoadBalanceResponse.Builder.getInitialResponseFieldBuilder()
This message should be sent on the first response to the client.Methods in io.grpc.lb.v1 with parameters of type InitialLoadBalanceResponse.BuilderModifier and TypeMethodDescriptionLoadBalanceResponse.Builder.setInitialResponse
(InitialLoadBalanceResponse.Builder builderForValue) This message should be sent on the first response to the client.