Package io.envoyproxy.envoy.admin.v3
Interface EndpointsConfigDump.StaticEndpointConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EndpointsConfigDump.StaticEndpointConfig
,EndpointsConfigDump.StaticEndpointConfig.Builder
- Enclosing class:
EndpointsConfigDump
public static interface EndpointsConfigDump.StaticEndpointConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Any
The endpoint config.com.google.protobuf.AnyOrBuilder
The endpoint config.com.google.protobuf.Timestamp
[#not-implemented-hide:] The timestamp when the Endpoint was last updated.com.google.protobuf.TimestampOrBuilder
[#not-implemented-hide:] The timestamp when the Endpoint was last updated.boolean
The endpoint config.boolean
[#not-implemented-hide:] The timestamp when the Endpoint was last updated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasEndpointConfig
boolean hasEndpointConfig()The endpoint config.
.google.protobuf.Any endpoint_config = 1;
- Returns:
- Whether the endpointConfig field is set.
-
getEndpointConfig
com.google.protobuf.Any getEndpointConfig()The endpoint config.
.google.protobuf.Any endpoint_config = 1;
- Returns:
- The endpointConfig.
-
getEndpointConfigOrBuilder
com.google.protobuf.AnyOrBuilder getEndpointConfigOrBuilder()The endpoint config.
.google.protobuf.Any endpoint_config = 1;
-
hasLastUpdated
boolean hasLastUpdated()[#not-implemented-hide:] The timestamp when the Endpoint was last updated.
.google.protobuf.Timestamp last_updated = 2;
- Returns:
- Whether the lastUpdated field is set.
-
getLastUpdated
com.google.protobuf.Timestamp getLastUpdated()[#not-implemented-hide:] The timestamp when the Endpoint was last updated.
.google.protobuf.Timestamp last_updated = 2;
- Returns:
- The lastUpdated.
-
getLastUpdatedOrBuilder
com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()[#not-implemented-hide:] The timestamp when the Endpoint was last updated.
.google.protobuf.Timestamp last_updated = 2;
-