@Deprecated public static interface InstanceOSPoliciesCompliance.OSPolicyComplianceOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getOsPolicyAssignment()
Deprecated.
Reference to the `OSPolicyAssignment` API resource that the `OSPolicy`
belongs to.
|
com.google.protobuf.ByteString |
getOsPolicyAssignmentBytes()
Deprecated.
Reference to the `OSPolicyAssignment` API resource that the `OSPolicy`
belongs to.
|
String |
getOsPolicyId()
Deprecated.
The OS policy id
|
com.google.protobuf.ByteString |
getOsPolicyIdBytes()
Deprecated.
The OS policy id
|
OSPolicyResourceCompliance |
getOsPolicyResourceCompliances(int index)
Deprecated.
Compliance data for each `OSPolicyResource` that is applied to the
VM.
|
int |
getOsPolicyResourceCompliancesCount()
Deprecated.
Compliance data for each `OSPolicyResource` that is applied to the
VM.
|
List<OSPolicyResourceCompliance> |
getOsPolicyResourceCompliancesList()
Deprecated.
Compliance data for each `OSPolicyResource` that is applied to the
VM.
|
OSPolicyResourceComplianceOrBuilder |
getOsPolicyResourceCompliancesOrBuilder(int index)
Deprecated.
Compliance data for each `OSPolicyResource` that is applied to the
VM.
|
List<? extends OSPolicyResourceComplianceOrBuilder> |
getOsPolicyResourceCompliancesOrBuilderList()
Deprecated.
Compliance data for each `OSPolicyResource` that is applied to the
VM.
|
OSPolicyComplianceState |
getState()
Deprecated.
Compliance state of the OS policy.
|
int |
getStateValue()
Deprecated.
Compliance state of the OS policy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOsPolicyId()
The OS policy id
string os_policy_id = 1;com.google.protobuf.ByteString getOsPolicyIdBytes()
The OS policy id
string os_policy_id = 1;String getOsPolicyAssignment()
Reference to the `OSPolicyAssignment` API resource that the `OSPolicy`
belongs to.
Format:
`projects/{project_number}/locations/{location}/osPolicyAssignments/{os_policy_assignment_id@revision_id}`
string os_policy_assignment = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getOsPolicyAssignmentBytes()
Reference to the `OSPolicyAssignment` API resource that the `OSPolicy`
belongs to.
Format:
`projects/{project_number}/locations/{location}/osPolicyAssignments/{os_policy_assignment_id@revision_id}`
string os_policy_assignment = 2 [(.google.api.resource_reference) = { ... }int getStateValue()
Compliance state of the OS policy.
.google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 4;OSPolicyComplianceState getState()
Compliance state of the OS policy.
.google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 4;List<OSPolicyResourceCompliance> getOsPolicyResourceCompliancesList()
Compliance data for each `OSPolicyResource` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance os_policy_resource_compliances = 5;
OSPolicyResourceCompliance getOsPolicyResourceCompliances(int index)
Compliance data for each `OSPolicyResource` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance os_policy_resource_compliances = 5;
int getOsPolicyResourceCompliancesCount()
Compliance data for each `OSPolicyResource` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance os_policy_resource_compliances = 5;
List<? extends OSPolicyResourceComplianceOrBuilder> getOsPolicyResourceCompliancesOrBuilderList()
Compliance data for each `OSPolicyResource` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance os_policy_resource_compliances = 5;
OSPolicyResourceComplianceOrBuilder getOsPolicyResourceCompliancesOrBuilder(int index)
Compliance data for each `OSPolicyResource` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance os_policy_resource_compliances = 5;
Copyright © 2024 Google LLC. All rights reserved.