Interface KubernetesLocalityLbEndpointsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KubernetesLocalityLbEndpoints, KubernetesLocalityLbEndpoints.Builder
public interface KubernetesLocalityLbEndpointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.UInt32Value.google.protobuf.UInt32Value load_balancing_weight = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.UInt32ValueOrBuilder.google.protobuf.UInt32Value load_balancing_weight = 4 [(.google.api.field_behavior) = OPTIONAL];io.envoyproxy.envoy.config.core.v3.Locality.envoy.config.core.v3.Locality locality = 2 [(.google.api.field_behavior) = OPTIONAL];io.envoyproxy.envoy.config.core.v3.LocalityOrBuilder.envoy.config.core.v3.Locality locality = 2 [(.google.api.field_behavior) = OPTIONAL];intint32 priority = 3 [(.google.api.field_behavior) = OPTIONAL];.centraldogma.xds.k8s.v1.ServiceEndpointWatcher watcher = 1 [(.google.api.field_behavior) = REQUIRED];.centraldogma.xds.k8s.v1.ServiceEndpointWatcher watcher = 1 [(.google.api.field_behavior) = REQUIRED];boolean.google.protobuf.UInt32Value load_balancing_weight = 4 [(.google.api.field_behavior) = OPTIONAL];boolean.envoy.config.core.v3.Locality locality = 2 [(.google.api.field_behavior) = OPTIONAL];boolean.centraldogma.xds.k8s.v1.ServiceEndpointWatcher watcher = 1 [(.google.api.field_behavior) = REQUIRED];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasWatcher
boolean hasWatcher().centraldogma.xds.k8s.v1.ServiceEndpointWatcher watcher = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the watcher field is set.
-
getWatcher
ServiceEndpointWatcher getWatcher().centraldogma.xds.k8s.v1.ServiceEndpointWatcher watcher = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The watcher.
-
getWatcherOrBuilder
ServiceEndpointWatcherOrBuilder getWatcherOrBuilder().centraldogma.xds.k8s.v1.ServiceEndpointWatcher watcher = 1 [(.google.api.field_behavior) = REQUIRED]; -
hasLocality
boolean hasLocality().envoy.config.core.v3.Locality locality = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the locality field is set.
-
getLocality
io.envoyproxy.envoy.config.core.v3.Locality getLocality().envoy.config.core.v3.Locality locality = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The locality.
-
getLocalityOrBuilder
io.envoyproxy.envoy.config.core.v3.LocalityOrBuilder getLocalityOrBuilder().envoy.config.core.v3.Locality locality = 2 [(.google.api.field_behavior) = OPTIONAL]; -
getPriority
int getPriority()int32 priority = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The priority.
-
hasLoadBalancingWeight
boolean hasLoadBalancingWeight().google.protobuf.UInt32Value load_balancing_weight = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the loadBalancingWeight field is set.
-
getLoadBalancingWeight
com.google.protobuf.UInt32Value getLoadBalancingWeight().google.protobuf.UInt32Value load_balancing_weight = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The loadBalancingWeight.
-
getLoadBalancingWeightOrBuilder
com.google.protobuf.UInt32ValueOrBuilder getLoadBalancingWeightOrBuilder().google.protobuf.UInt32Value load_balancing_weight = 4 [(.google.api.field_behavior) = OPTIONAL];
-