Interface OSPolicyResourceConfigStepOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OSPolicyResourceConfigStep,OSPolicyResourceConfigStep.Builder
@Deprecated public interface OSPolicyResourceConfigStepOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetErrorMessage()Deprecated.An error message recorded during the execution of this step.com.google.protobuf.ByteStringgetErrorMessageBytes()Deprecated.An error message recorded during the execution of this step.OSPolicyResourceConfigStep.OutcomegetOutcome()Deprecated.Outcome of the configuration step.intgetOutcomeValue()Deprecated.Outcome of the configuration step.OSPolicyResourceConfigStep.TypegetType()Deprecated.Configuration step type.intgetTypeValue()Deprecated.Configuration step type.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
Deprecated.Configuration step type.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
OSPolicyResourceConfigStep.Type getType()
Deprecated.Configuration step type.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type type = 1;- Returns:
- The type.
-
getOutcomeValue
int getOutcomeValue()
Deprecated.Outcome of the configuration step.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Outcome outcome = 2;- Returns:
- The enum numeric value on the wire for outcome.
-
getOutcome
OSPolicyResourceConfigStep.Outcome getOutcome()
Deprecated.Outcome of the configuration step.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Outcome outcome = 2;- Returns:
- The outcome.
-
getErrorMessage
String getErrorMessage()
Deprecated.An error message recorded during the execution of this step. Only populated when outcome is FAILED.
string error_message = 3;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()
Deprecated.An error message recorded during the execution of this step. Only populated when outcome is FAILED.
string error_message = 3;- Returns:
- The bytes for errorMessage.
-
-