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 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.
      • 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.