Interface ClustersConfigDump.DynamicClusterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClustersConfigDump.DynamicCluster,ClustersConfigDump.DynamicCluster.Builder
- Enclosing class:
- ClustersConfigDump
public static interface ClustersConfigDump.DynamicClusterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.AnygetCluster()The cluster config.com.google.protobuf.AnyOrBuildergetClusterOrBuilder()The cluster config.com.google.protobuf.TimestampgetLastUpdated()The timestamp when the Cluster was last updated.com.google.protobuf.TimestampOrBuildergetLastUpdatedOrBuilder()The timestamp when the Cluster was last updated.StringgetVersionInfo()This is the per-resource version information.com.google.protobuf.ByteStringgetVersionInfoBytes()This is the per-resource version information.booleanhasCluster()The cluster config.booleanhasLastUpdated()The timestamp when the Cluster was last updated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersionInfo
String getVersionInfo()
This is the per-resource version information. This version is currently taken from the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` field at the time that the cluster was loaded. In the future, discrete per-cluster versions may be supported by the API.
string version_info = 1;- Returns:
- The versionInfo.
-
getVersionInfoBytes
com.google.protobuf.ByteString getVersionInfoBytes()
This is the per-resource version information. This version is currently taken from the :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` field at the time that the cluster was loaded. In the future, discrete per-cluster versions may be supported by the API.
string version_info = 1;- Returns:
- The bytes for versionInfo.
-
hasCluster
boolean hasCluster()
The cluster config.
.google.protobuf.Any cluster = 2;- Returns:
- Whether the cluster field is set.
-
getCluster
com.google.protobuf.Any getCluster()
The cluster config.
.google.protobuf.Any cluster = 2;- Returns:
- The cluster.
-
getClusterOrBuilder
com.google.protobuf.AnyOrBuilder getClusterOrBuilder()
The cluster config.
.google.protobuf.Any cluster = 2;
-
hasLastUpdated
boolean hasLastUpdated()
The timestamp when the Cluster was last updated.
.google.protobuf.Timestamp last_updated = 3;- Returns:
- Whether the lastUpdated field is set.
-
getLastUpdated
com.google.protobuf.Timestamp getLastUpdated()
The timestamp when the Cluster was last updated.
.google.protobuf.Timestamp last_updated = 3;- Returns:
- The lastUpdated.
-
getLastUpdatedOrBuilder
com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
The timestamp when the Cluster was last updated.
.google.protobuf.Timestamp last_updated = 3;
-
-