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 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.-
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.
-
-