public static interface OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStepOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorMessage()
public abstract 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;
| Type | Description |
| String | The errorMessage. |
getErrorMessageBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for errorMessage. |
getType()
public abstract OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type getType()Configuration step type.
.google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type type = 1;
| Type | Description |
| OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type | The type. |
getTypeValue()
public abstract int getTypeValue()Configuration step type.
.google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type type = 1;
| Type | Description |
| int | The enum numeric value on the wire for type. |