public interface InstanceGroupManagerStatusAllInstancesConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentRevision()
[Output Only] Current all-instances configuration revision.
|
com.google.protobuf.ByteString |
getCurrentRevisionBytes()
[Output Only] Current all-instances configuration revision.
|
boolean |
getEffective()
[Output Only] A bit indicating whether this configuration has been applied to all managed instances in the group.
|
boolean |
hasCurrentRevision()
[Output Only] Current all-instances configuration revision.
|
boolean |
hasEffective()
[Output Only] A bit indicating whether this configuration has been applied to all managed instances in the group.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCurrentRevision()
[Output Only] Current all-instances configuration revision. This value is in RFC3339 text format.
optional string current_revision = 38355937;String getCurrentRevision()
[Output Only] Current all-instances configuration revision. This value is in RFC3339 text format.
optional string current_revision = 38355937;com.google.protobuf.ByteString getCurrentRevisionBytes()
[Output Only] Current all-instances configuration revision. This value is in RFC3339 text format.
optional string current_revision = 38355937;boolean hasEffective()
[Output Only] A bit indicating whether this configuration has been applied to all managed instances in the group.
optional bool effective = 141961639;boolean getEffective()
[Output Only] A bit indicating whether this configuration has been applied to all managed instances in the group.
optional bool effective = 141961639;Copyright © 2025 Google LLC. All rights reserved.