Interface LocalityEndpointsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocalityEndpoints,LocalityEndpoints.Builder
public interface LocalityEndpointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEndpoints(int index) repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;intrepeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;getEndpointsOrBuilder(int index) repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;List<? extends EndpointOrBuilder>repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;.envoy.api.v2.core.Locality locality = 1;.envoy.api.v2.core.Locality locality = 1;boolean.envoy.api.v2.core.Locality locality = 1;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
-
hasLocality
boolean hasLocality().envoy.api.v2.core.Locality locality = 1;- Returns:
- Whether the locality field is set.
-
getLocality
Locality getLocality().envoy.api.v2.core.Locality locality = 1;- Returns:
- The locality.
-
getLocalityOrBuilder
LocalityOrBuilder getLocalityOrBuilder().envoy.api.v2.core.Locality locality = 1; -
getEndpointsList
repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2; -
getEndpoints
repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2; -
getEndpointsCount
int getEndpointsCount()repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2; -
getEndpointsOrBuilderList
List<? extends EndpointOrBuilder> getEndpointsOrBuilderList()repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2; -
getEndpointsOrBuilder
repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;
-