public interface InstanceManagedByIgmErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getError()
public abstract InstanceManagedByIgmErrorManagedInstanceError getError()[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
| Type | Description |
| InstanceManagedByIgmErrorManagedInstanceError | The error. |
getErrorOrBuilder()
public abstract InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder getErrorOrBuilder()[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
| Type | Description |
| InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder |
getInstanceActionDetails()
public abstract InstanceManagedByIgmErrorInstanceActionDetails getInstanceActionDetails()[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
| Type | Description |
| InstanceManagedByIgmErrorInstanceActionDetails | The instanceActionDetails. |
getInstanceActionDetailsOrBuilder()
public abstract InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder getInstanceActionDetailsOrBuilder()[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
| Type | Description |
| InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder |
getTimestamp()
public abstract String getTimestamp()[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;
| Type | Description |
| String | The timestamp. |
getTimestampBytes()
public abstract ByteString getTimestampBytes()[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;
| Type | Description |
| ByteString | The bytes for timestamp. |
hasError()
public abstract boolean hasError()[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
| Type | Description |
| boolean | Whether the error field is set. |
hasInstanceActionDetails()
public abstract boolean hasInstanceActionDetails()[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails instance_action_details = 292224547;
| Type | Description |
| boolean | Whether the instanceActionDetails field is set. |
hasTimestamp()
public abstract boolean hasTimestamp()[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;
| Type | Description |
| boolean | Whether the timestamp field is set. |