public static interface OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStepOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
An error message recorded during the execution of this step.
|
com.google.protobuf.ByteString |
getErrorMessageBytes()
An error message recorded during the execution of this step.
|
OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type |
getType()
Configuration step type.
|
int |
getTypeValue()
Configuration step type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
Configuration step type.
.google.cloud.osconfig.v1alpha.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type type = 1;
OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type getType()
Configuration step type.
.google.cloud.osconfig.v1alpha.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type type = 1;
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;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;Copyright © 2024 Google LLC. All rights reserved.