Interface ManagedInstanceVersionOrBuilder (1.22.0)

public interface ManagedInstanceVersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for instanceTemplate.

getName()

public abstract String getName()

[Output Only] Name of the version.

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

[Output Only] Name of the version.

optional string name = 3373707;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the instanceTemplate field is set.

hasName()

public abstract boolean hasName()

[Output Only] Name of the version.

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.