Interface OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStepOrBuilder

    • Method Detail

      • getTypeValue

        int getTypeValue()
         Configuration step type.
         
        .google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • getErrorMessage

        String getErrorMessage()
         An error message recorded during the execution of this step.
         Only populated if errors were encountered during this step execution.
         
        string error_message = 2;
        Returns:
        The errorMessage.
      • getErrorMessageBytes

        com.google.protobuf.ByteString getErrorMessageBytes()
         An error message recorded during the execution of this step.
         Only populated if errors were encountered during this step execution.
         
        string error_message = 2;
        Returns:
        The bytes for errorMessage.