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 OSPolicyResourceConfigStep
getConfigSteps(int index)
Deprecated.Ordered list of configuration steps taken by the agent for the OS policy resource.int
getConfigStepsCount()
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.OSPolicyResourceConfigStepOrBuilder
getConfigStepsOrBuilder(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.ExecResourceOutput
getExecResourceOutput()
Deprecated.ExecResource specific output.OSPolicyResourceCompliance.ExecResourceOutputOrBuilder
getExecResourceOutputOrBuilder()
Deprecated.ExecResource specific output.String
getOsPolicyResourceId()
Deprecated.The id of the OS policy resource.com.google.protobuf.ByteString
getOsPolicyResourceIdBytes()
Deprecated.The id of the OS policy resource.OSPolicyResourceCompliance.OutputCase
getOutputCase()
Deprecated.OSPolicyComplianceState
getState()
Deprecated.Compliance state of the OS policy resource.int
getStateValue()
Deprecated.Compliance state of the OS policy resource.boolean
hasExecResourceOutput()
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.
-
-