public interface InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
[Output Only] Action that managed instance group was executing on the instance when the error occurred.
|
com.google.protobuf.ByteString |
getActionBytes()
[Output Only] Action that managed instance group was executing on the instance when the error occurred.
|
String |
getInstance()
[Output Only] The URL of the instance.
|
com.google.protobuf.ByteString |
getInstanceBytes()
[Output Only] The URL of the instance.
|
ManagedInstanceVersion |
getVersion()
[Output Only] Version this instance was created from, or was being created from, but the creation failed.
|
ManagedInstanceVersionOrBuilder |
getVersionOrBuilder()
[Output Only] Version this instance was created from, or was being created from, but the creation failed.
|
boolean |
hasAction()
[Output Only] Action that managed instance group was executing on the instance when the error occurred.
|
boolean |
hasInstance()
[Output Only] The URL of the instance.
|
boolean |
hasVersion()
[Output Only] Version this instance was created from, or was being created from, but the creation failed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.