public static interface ClustersConfigDump.StaticClusterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Any |
getCluster()
The cluster config.
|
com.google.protobuf.AnyOrBuilder |
getClusterOrBuilder()
The cluster config.
|
com.google.protobuf.Timestamp |
getLastUpdated()
The timestamp when the Cluster was last updated.
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdatedOrBuilder()
The timestamp when the Cluster was last updated.
|
boolean |
hasCluster()
The cluster config.
|
boolean |
hasLastUpdated()
The timestamp when the Cluster was last updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCluster()
The cluster config.
.google.protobuf.Any cluster = 1;com.google.protobuf.Any getCluster()
The cluster config.
.google.protobuf.Any cluster = 1;com.google.protobuf.AnyOrBuilder getClusterOrBuilder()
The cluster config.
.google.protobuf.Any cluster = 1;boolean hasLastUpdated()
The timestamp when the Cluster was last updated.
.google.protobuf.Timestamp last_updated = 2;com.google.protobuf.Timestamp getLastUpdated()
The timestamp when the Cluster was last updated.
.google.protobuf.Timestamp last_updated = 2;com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
The timestamp when the Cluster was last updated.
.google.protobuf.Timestamp last_updated = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.