public final class OSPolicyResourceConfigStep extends GeneratedMessageV3 implements OSPolicyResourceConfigStepOrBuilder
Step performed by the OS Config agent for configuring an OSPolicyResource
to its desired state.
Protobuf type google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep
Static Fields
ERROR_MESSAGE_FIELD_NUMBER
public static final int ERROR_MESSAGE_FIELD_NUMBER
Field Value
OUTCOME_FIELD_NUMBER
public static final int OUTCOME_FIELD_NUMBER
Field Value
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static OSPolicyResourceConfigStep getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static OSPolicyResourceConfigStep.Builder newBuilder()
Returns
newBuilder(OSPolicyResourceConfigStep prototype)
public static OSPolicyResourceConfigStep.Builder newBuilder(OSPolicyResourceConfigStep prototype)
Parameter
Returns
public static OSPolicyResourceConfigStep parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static OSPolicyResourceConfigStep parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static OSPolicyResourceConfigStep parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OSPolicyResourceConfigStep parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static OSPolicyResourceConfigStep parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OSPolicyResourceConfigStep parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OSPolicyResourceConfigStep parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static OSPolicyResourceConfigStep parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static OSPolicyResourceConfigStep parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static OSPolicyResourceConfigStep parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static OSPolicyResourceConfigStep parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OSPolicyResourceConfigStep parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<OSPolicyResourceConfigStep> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public OSPolicyResourceConfigStep getDefaultInstanceForType()
Returns
getErrorMessage()
public 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()
public 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()
public OSPolicyResourceConfigStep.Outcome getOutcome()
Outcome of the configuration step.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Outcome outcome = 2;
Returns
getOutcomeValue()
public int getOutcomeValue()
Outcome of the configuration step.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Outcome outcome = 2;
Returns
Type | Description |
int | The enum numeric value on the wire for outcome.
|
getParserForType()
public Parser<OSPolicyResourceConfigStep> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getType()
public OSPolicyResourceConfigStep.Type getType()
Configuration step type.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type type = 1;
Returns
getTypeValue()
public int getTypeValue()
Configuration step type.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type type = 1;
Returns
Type | Description |
int | The enum numeric value on the wire for type.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public OSPolicyResourceConfigStep.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OSPolicyResourceConfigStep.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public OSPolicyResourceConfigStep.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions