@Deprecated public interface OSPolicyResourceConfigStepOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
Deprecated.
An error message recorded during the execution of this step.
|
com.google.protobuf.ByteString |
getErrorMessageBytes()
Deprecated.
An error message recorded during the execution of this step.
|
OSPolicyResourceConfigStep.Outcome |
getOutcome()
Deprecated.
Outcome of the configuration step.
|
int |
getOutcomeValue()
Deprecated.
Outcome of the configuration step.
|
OSPolicyResourceConfigStep.Type |
getType()
Deprecated.
Configuration step type.
|
int |
getTypeValue()
Deprecated.
Configuration step type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
Configuration step type.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type type = 1;OSPolicyResourceConfigStep.Type getType()
Configuration step type.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type type = 1;int getOutcomeValue()
Outcome of the configuration step.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Outcome outcome = 2;OSPolicyResourceConfigStep.Outcome getOutcome()
Outcome of the configuration step.
.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Outcome outcome = 2;String getErrorMessage()
An error message recorded during the execution of this step. Only populated when outcome is FAILED.
string error_message = 3;com.google.protobuf.ByteString getErrorMessageBytes()
An error message recorded during the execution of this step. Only populated when outcome is FAILED.
string error_message = 3;Copyright © 2023 Google LLC. All rights reserved.