Package com.google.cloud.compute.v1
Interface InstanceManagedByIgmErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceManagedByIgmError,InstanceManagedByIgmError.Builder
public interface InstanceManagedByIgmErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceManagedByIgmErrorManagedInstanceErrorgetError()[Output Only] Contents of the error.InstanceManagedByIgmErrorManagedInstanceErrorOrBuildergetErrorOrBuilder()[Output Only] Contents of the error.InstanceManagedByIgmErrorInstanceActionDetailsgetInstanceActionDetails()[Output Only] Details of the instance action that triggered this error.InstanceManagedByIgmErrorInstanceActionDetailsOrBuildergetInstanceActionDetailsOrBuilder()[Output Only] Details of the instance action that triggered this error.StringgetTimestamp()[Output Only] The time that this error occurred.com.google.protobuf.ByteStringgetTimestampBytes()[Output Only] The time that this error occurred.booleanhasError()[Output Only] Contents of the error.booleanhasInstanceActionDetails()[Output Only] Details of the instance action that triggered this error.booleanhasTimestamp()[Output Only] The time that this error occurred.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasError
boolean hasError()
[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;- Returns:
- Whether the error field is set.
-
getError
InstanceManagedByIgmErrorManagedInstanceError getError()
[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;- Returns:
- The error.
-
getErrorOrBuilder
InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder getErrorOrBuilder()
[Output Only] Contents of the error.
optional .google.cloud.compute.v1.InstanceManagedByIgmErrorManagedInstanceError error = 96784904;
-
hasInstanceActionDetails
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;- Returns:
- Whether the instanceActionDetails field is set.
-
getInstanceActionDetails
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;- Returns:
- The instanceActionDetails.
-
getInstanceActionDetailsOrBuilder
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;
-
hasTimestamp
boolean hasTimestamp()
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
String getTimestamp()
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;- Returns:
- The timestamp.
-
getTimestampBytes
com.google.protobuf.ByteString getTimestampBytes()
[Output Only] The time that this error occurred. This value is in RFC3339 text format.
optional string timestamp = 55126294;- Returns:
- The bytes for timestamp.
-
-