Interface OSPolicyResourceConfigStepOrBuilder (2.58.0)

public interface OSPolicyResourceConfigStepOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorMessage() (deprecated)

public abstract String getErrorMessage()

An error message recorded during the execution of this step. Only populated when outcome is FAILED.

string error_message = 3;

Returns
Type Description
String

The errorMessage.

getErrorMessageBytes() (deprecated)

public abstract ByteString getErrorMessageBytes()

An error message recorded during the execution of this step. Only populated when outcome is FAILED.

string error_message = 3;

Returns
Type Description
ByteString

The bytes for errorMessage.

getOutcome() (deprecated)

public abstract OSPolicyResourceConfigStep.Outcome getOutcome()

Outcome of the configuration step.

.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Outcome outcome = 2;

Returns
Type Description
OSPolicyResourceConfigStep.Outcome