public static interface EndpointsConfigDump.DynamicEndpointConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Any |
getEndpointConfig()
The endpoint config.
|
com.google.protobuf.AnyOrBuilder |
getEndpointConfigOrBuilder()
The endpoint config.
|
com.google.protobuf.Timestamp |
getLastUpdated()
[#not-implemented-hide:] The timestamp when the Endpoint was last updated.
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdatedOrBuilder()
[#not-implemented-hide:] The timestamp when the Endpoint was last updated.
|
String |
getVersionInfo()
[#not-implemented-hide:] This is the per-resource version information.
|
com.google.protobuf.ByteString |
getVersionInfoBytes()
[#not-implemented-hide:] This is the per-resource version information.
|
boolean |
hasEndpointConfig()
The endpoint config.
|
boolean |
hasLastUpdated()
[#not-implemented-hide:] The timestamp when the Endpoint was last updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersionInfo()
[#not-implemented-hide:] This is the per-resource version information. This version is currently taken from the :ref:`version_info <envoy_api_field_service.discovery.v4alpha.DiscoveryResponse.version_info>` field at the time that the endpoint configuration was loaded.
string version_info = 1;com.google.protobuf.ByteString getVersionInfoBytes()
[#not-implemented-hide:] This is the per-resource version information. This version is currently taken from the :ref:`version_info <envoy_api_field_service.discovery.v4alpha.DiscoveryResponse.version_info>` field at the time that the endpoint configuration was loaded.
string version_info = 1;boolean hasEndpointConfig()
The endpoint config.
.google.protobuf.Any endpoint_config = 2;com.google.protobuf.Any getEndpointConfig()
The endpoint config.
.google.protobuf.Any endpoint_config = 2;com.google.protobuf.AnyOrBuilder getEndpointConfigOrBuilder()
The endpoint config.
.google.protobuf.Any endpoint_config = 2;boolean hasLastUpdated()
[#not-implemented-hide:] The timestamp when the Endpoint was last updated.
.google.protobuf.Timestamp last_updated = 3;com.google.protobuf.Timestamp getLastUpdated()
[#not-implemented-hide:] The timestamp when the Endpoint was last updated.
.google.protobuf.Timestamp last_updated = 3;com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
[#not-implemented-hide:] The timestamp when the Endpoint was last updated.
.google.protobuf.Timestamp last_updated = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.