Interface ClustersConfigDump.StaticClusterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClustersConfigDump.StaticCluster, ClustersConfigDump.StaticCluster.Builder
- Enclosing class:
ClustersConfigDump
public static interface ClustersConfigDump.StaticClusterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.AnyThe cluster config.com.google.protobuf.AnyOrBuilderThe cluster config.com.google.protobuf.TimestampThe timestamp when the Cluster was last updated.com.google.protobuf.TimestampOrBuilderThe timestamp when the Cluster was last updated.booleanThe cluster config.booleanThe timestamp when the Cluster was last updated.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
-
hasCluster
boolean hasCluster()The cluster config.
.google.protobuf.Any cluster = 1;- Returns:
- Whether the cluster field is set.
-
getCluster
com.google.protobuf.Any getCluster()The cluster config.
.google.protobuf.Any cluster = 1;- Returns:
- The cluster.
-
getClusterOrBuilder
com.google.protobuf.AnyOrBuilder getClusterOrBuilder()The cluster config.
.google.protobuf.Any cluster = 1; -
hasLastUpdated
boolean hasLastUpdated()The timestamp when the Cluster was last updated.
.google.protobuf.Timestamp last_updated = 2;- 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 = 2;- Returns:
- The lastUpdated.
-
getLastUpdatedOrBuilder
com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()The timestamp when the Cluster was last updated.
.google.protobuf.Timestamp last_updated = 2;
-