Interface OSPolicyResourceConfigStepOrBuilder (2.3.2)

public interface OSPolicyResourceConfigStepOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for errorMessage.

getOutcome()

public abstract OSPolicyResourceConfigStep.Outcome getOutcome()

Outcome of the configuration step.

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

Returns
TypeDescription
OSPolicyResourceConfigStep.Outcome

The outcome.

getOutcomeValue()

public abstract int getOutcomeValue()

Outcome of the configuration step.

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

Returns
TypeDescription
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;

Returns
TypeDescription
OSPolicyResourceConfigStep.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Configuration step type.

.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.