Package com.google.cloud.compute.v1
Interface InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceManagedByIgmErrorInstanceActionDetails,InstanceManagedByIgmErrorInstanceActionDetails.Builder
public interface InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAction()[Output Only] Action that managed instance group was executing on the instance when the error occurred.com.google.protobuf.ByteStringgetActionBytes()[Output Only] Action that managed instance group was executing on the instance when the error occurred.StringgetInstance()[Output Only] The URL of the instance.com.google.protobuf.ByteStringgetInstanceBytes()[Output Only] The URL of the instance.ManagedInstanceVersiongetVersion()[Output Only] Version this instance was created from, or was being created from, but the creation failed.ManagedInstanceVersionOrBuildergetVersionOrBuilder()[Output Only] Version this instance was created from, or was being created from, but the creation failed.booleanhasAction()[Output Only] Action that managed instance group was executing on the instance when the error occurred.booleanhasInstance()[Output Only] The URL of the instance.booleanhasVersion()[Output Only] Version this instance was created from, or was being created from, but the creation failed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAction
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:
- Whether the action field is set.
-
getAction
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:
- The action.
-
getActionBytes
com.google.protobuf.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:
- The bytes for action.
-
hasInstance
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:
- Whether the instance field is set.
-
getInstance
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:
- The instance.
-
getInstanceBytes
com.google.protobuf.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:
- The bytes for instance.
-
hasVersion
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:
- Whether the version field is set.
-
getVersion
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:
- The version.
-
getVersionOrBuilder
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;
-
-