Interface OSPolicyResourceComplianceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OSPolicyResourceCompliance,OSPolicyResourceCompliance.Builder
@Deprecated public interface OSPolicyResourceComplianceOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description OSPolicyResourceConfigStepgetConfigSteps(int index)Deprecated.Ordered list of configuration steps taken by the agent for the OS policy resource.intgetConfigStepsCount()Deprecated.Ordered list of configuration steps taken by the agent for the OS policy resource.List<OSPolicyResourceConfigStep>getConfigStepsList()Deprecated.Ordered list of configuration steps taken by the agent for the OS policy resource.OSPolicyResourceConfigStepOrBuildergetConfigStepsOrBuilder(int index)Deprecated.Ordered list of configuration steps taken by the agent for the OS policy resource.List<? extends OSPolicyResourceConfigStepOrBuilder>getConfigStepsOrBuilderList()Deprecated.Ordered list of configuration steps taken by the agent for the OS policy resource.OSPolicyResourceCompliance.ExecResourceOutputgetExecResourceOutput()Deprecated.ExecResource specific output.OSPolicyResourceCompliance.ExecResourceOutputOrBuildergetExecResourceOutputOrBuilder()Deprecated.ExecResource specific output.StringgetOsPolicyResourceId()Deprecated.The id of the OS policy resource.com.google.protobuf.ByteStringgetOsPolicyResourceIdBytes()Deprecated.The id of the OS policy resource.OSPolicyResourceCompliance.OutputCasegetOutputCase()Deprecated.OSPolicyComplianceStategetState()Deprecated.Compliance state of the OS policy resource.intgetStateValue()Deprecated.Compliance state of the OS policy resource.booleanhasExecResourceOutput()Deprecated.ExecResource specific output.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOsPolicyResourceId
String getOsPolicyResourceId()
Deprecated.The id of the OS policy resource.
string os_policy_resource_id = 1;- Returns:
- The osPolicyResourceId.
-
getOsPolicyResourceIdBytes
com.google.protobuf.ByteString getOsPolicyResourceIdBytes()
Deprecated.The id of the OS policy resource.
string os_policy_resource_id = 1;- Returns:
- The bytes for osPolicyResourceId.
-
getConfigStepsList
List<OSPolicyResourceConfigStep> getConfigStepsList()
Deprecated.Ordered list of configuration steps taken by the agent for the OS policy resource.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
-
getConfigSteps
OSPolicyResourceConfigStep getConfigSteps(int index)
Deprecated.Ordered list of configuration steps taken by the agent for the OS policy resource.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
-
getConfigStepsCount
int getConfigStepsCount()
Deprecated.Ordered list of configuration steps taken by the agent for the OS policy resource.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
-
getConfigStepsOrBuilderList
List<? extends OSPolicyResourceConfigStepOrBuilder> getConfigStepsOrBuilderList()
Deprecated.Ordered list of configuration steps taken by the agent for the OS policy resource.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
-
getConfigStepsOrBuilder
OSPolicyResourceConfigStepOrBuilder getConfigStepsOrBuilder(int index)
Deprecated.Ordered list of configuration steps taken by the agent for the OS policy resource.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
-
getStateValue
int getStateValue()
Deprecated.Compliance state of the OS policy resource.
.google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 3;- Returns:
- The enum numeric value on the wire for state.
-
getState
OSPolicyComplianceState getState()
Deprecated.Compliance state of the OS policy resource.
.google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 3;- Returns:
- The state.
-
hasExecResourceOutput
boolean hasExecResourceOutput()
Deprecated.ExecResource specific output.
.google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;- Returns:
- Whether the execResourceOutput field is set.
-
getExecResourceOutput
OSPolicyResourceCompliance.ExecResourceOutput getExecResourceOutput()
Deprecated.ExecResource specific output.
.google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;- Returns:
- The execResourceOutput.
-
getExecResourceOutputOrBuilder
OSPolicyResourceCompliance.ExecResourceOutputOrBuilder getExecResourceOutputOrBuilder()
Deprecated.ExecResource specific output.
.google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;
-
getOutputCase
OSPolicyResourceCompliance.OutputCase getOutputCase()
Deprecated.
-
-