Package com.google.cloud.compute.v1
Interface ManagedInstanceVersionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ManagedInstanceVersion,ManagedInstanceVersion.Builder
public interface ManagedInstanceVersionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInstanceTemplate()[Output Only] The intended template of the instance.com.google.protobuf.ByteStringgetInstanceTemplateBytes()[Output Only] The intended template of the instance.StringgetName()[Output Only] Name of the version.com.google.protobuf.ByteStringgetNameBytes()[Output Only] Name of the version.booleanhasInstanceTemplate()[Output Only] The intended template of the instance.booleanhasName()[Output Only] Name of the version.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstanceTemplate
boolean 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;- Returns:
- Whether the instanceTemplate field is set.
-
getInstanceTemplate
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;- Returns:
- The instanceTemplate.
-
getInstanceTemplateBytes
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;- Returns:
- The bytes for instanceTemplate.
-
hasName
boolean hasName()
[Output Only] Name of the version.
optional string name = 3373707;- Returns:
- Whether the name field is set.
-
getName
String getName()
[Output Only] Name of the version.
optional string name = 3373707;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
[Output Only] Name of the version.
optional string name = 3373707;- Returns:
- The bytes for name.
-
-