@Deprecated public interface OSPolicyResourceComplianceOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOsPolicyResourceId()
The id of the OS policy resource.
string os_policy_resource_id = 1;com.google.protobuf.ByteString getOsPolicyResourceIdBytes()
The id of the OS policy resource.
string os_policy_resource_id = 1;List<OSPolicyResourceConfigStep> getConfigStepsList()
Ordered list of configuration steps taken by the agent for the OS policy resource.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
OSPolicyResourceConfigStep getConfigSteps(int index)
Ordered list of configuration steps taken by the agent for the OS policy resource.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
int getConfigStepsCount()
Ordered list of configuration steps taken by the agent for the OS policy resource.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
List<? extends OSPolicyResourceConfigStepOrBuilder> getConfigStepsOrBuilderList()
Ordered list of configuration steps taken by the agent for the OS policy resource.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
OSPolicyResourceConfigStepOrBuilder getConfigStepsOrBuilder(int index)
Ordered list of configuration steps taken by the agent for the OS policy resource.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
int getStateValue()
Compliance state of the OS policy resource.
.google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 3;OSPolicyComplianceState getState()
Compliance state of the OS policy resource.
.google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 3;boolean hasExecResourceOutput()
ExecResource specific output.
.google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;
OSPolicyResourceCompliance.ExecResourceOutput getExecResourceOutput()
ExecResource specific output.
.google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;
OSPolicyResourceCompliance.ExecResourceOutputOrBuilder getExecResourceOutputOrBuilder()
ExecResource specific output.
.google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;
OSPolicyResourceCompliance.OutputCase getOutputCase()
Copyright © 2023 Google LLC. All rights reserved.