public interface OSPolicyResourceConfigStepOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorMessage()
public abstract String getErrorMessage()An error message recorded during the execution of this step. Only populated when outcome is FAILED.
string error_message = 3;
| Type | Description |
| String | The errorMessage. |
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()An error message recorded during the execution of this step. Only populated when outcome is FAILED.
string error_message = 3;
| Type | Description |
| ByteString | The bytes for errorMessage. |
getOutcome()
public abstract OSPolicyResourceConfigStep.Outcome getOutcome()Outcome of the configuration step.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Outcome outcome = 2;
| Type | Description |
| OSPolicyResourceConfigStep.Outcome | The outcome. |
getOutcomeValue()
public abstract int getOutcomeValue()Outcome of the configuration step.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Outcome outcome = 2;
| Type | Description |
| int | The enum numeric value on the wire for outcome. |
getType()
public abstract OSPolicyResourceConfigStep.Type getType()Configuration step type.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type type = 1;
| Type | Description |
| OSPolicyResourceConfigStep.Type | The type. |
getTypeValue()
public abstract int getTypeValue()Configuration step type.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type type = 1;
| Type | Description |
| int | The enum numeric value on the wire for type. |