public interface InstanceManagedByIgmErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InstanceManagedByIgmErrorManagedInstanceError |
getError()
[Output Only] Contents of the error.
|
InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder |
getErrorOrBuilder()
[Output Only] Contents of the error.
|
InstanceManagedByIgmErrorInstanceActionDetails |
getInstanceActionDetails()
[Output Only] Details of the instance action that triggered this error.
|
InstanceManagedByIgmErrorInstanceActionDetailsOrBuilder |
getInstanceActionDetailsOrBuilder()
[Output Only] Details of the instance action that triggered this error.
|
String |
getTimestamp()
[Output Only] The time that this error occurred.
|
com.google.protobuf.ByteString |
getTimestampBytes()
[Output Only] The time that this error occurred.
|
boolean |
hasError()
[Output Only] Contents of the error.
|
boolean |
hasInstanceActionDetails()
[Output Only] Details of the instance action that triggered this error.
|
boolean |
hasTimestamp()
[Output Only] The time that this error occurred.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasError()
[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
InstanceManagedByIgmErrorManagedInstanceError getError()
[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder getErrorOrBuilder()
[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
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;
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;
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;
boolean hasTimestamp()
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;String getTimestamp()
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;com.google.protobuf.ByteString getTimestampBytes()
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;Copyright © 2023 Google LLC. All rights reserved.