public interface ManagedInstanceVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceTemplate()
[Output Only] The intended template of the instance.
|
com.google.protobuf.ByteString |
getInstanceTemplateBytes()
[Output Only] The intended template of the instance.
|
String |
getName()
[Output Only] Name of the version.
|
com.google.protobuf.ByteString |
getNameBytes()
[Output Only] Name of the version.
|
boolean |
hasInstanceTemplate()
[Output Only] The intended template of the instance.
|
boolean |
hasName()
[Output Only] Name of the version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInstanceTemplate()
[Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.
optional string instance_template = 309248228;String getInstanceTemplate()
[Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.
optional string instance_template = 309248228;com.google.protobuf.ByteString getInstanceTemplateBytes()
[Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.
optional string instance_template = 309248228;boolean hasName()
[Output Only] Name of the version.
optional string name = 3373707;String getName()
[Output Only] Name of the version.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
[Output Only] Name of the version.
optional string name = 3373707;Copyright © 2023 Google LLC. All rights reserved.