Interface InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder (1.51.0)

public interface InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction()

public abstract String getAction()

[Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values: Check the Action enum for the list of possible values.

optional string action = 187661878;

Returns
TypeDescription
String

The action.

getActionBytes()

public abstract ByteString getActionBytes()

[Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values: Check the Action enum for the list of possible values.

optional string action = 187661878;

Returns
TypeDescription
ByteString

The bytes for action.

getInstance()

public abstract String getInstance()

[Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.

optional string instance = 18257045;

Returns
TypeDescription
String

The instance.

getInstanceBytes()

public abstract ByteString getInstanceBytes()

[Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.

optional string instance = 18257045;

Returns
TypeDescription
ByteString

The bytes for instance.

getVersion()

public abstract ManagedInstanceVersion getVersion()

[Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.

optional .google.cloud.compute.v1.ManagedInstanceVersion version = 351608024;

Returns
TypeDescription
ManagedInstanceVersion

The version.

getVersionOrBuilder()

public abstract ManagedInstanceVersionOrBuilder getVersionOrBuilder()

[Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.

optional .google.cloud.compute.v1.ManagedInstanceVersion version = 351608024;

Returns
TypeDescription
ManagedInstanceVersionOrBuilder

hasAction()

public abstract boolean hasAction()

[Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values: Check the Action enum for the list of possible values.

optional string action = 187661878;

Returns
TypeDescription
boolean

Whether the action field is set.

hasInstance()

public abstract boolean hasInstance()

[Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.

optional string instance = 18257045;

Returns
TypeDescription
boolean

Whether the instance field is set.

hasVersion()

public abstract boolean hasVersion()

[Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.

optional .google.cloud.compute.v1.ManagedInstanceVersion version = 351608024;

Returns
TypeDescription
boolean

Whether the version field is set.