public interface ManagedInstanceVersionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstanceTemplate()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The instanceTemplate. |
getInstanceTemplateBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceTemplate. |
getName()
public abstract String getName()[Output Only] Name of the version.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()[Output Only] Name of the version.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasInstanceTemplate()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the instanceTemplate field is set. |
hasName()
public abstract boolean hasName()[Output Only] Name of the version.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the name field is set. |