Send feedback
Class OSPolicyAssignmentReport.OSPolicyCompliance (2.34.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.34.0 keyboard_arrow_down
public static final class OSPolicyAssignmentReport . OSPolicyCompliance extends GeneratedMessageV3 implements OSPolicyAssignmentReport . OSPolicyComplianceOrBuilder
Compliance data for an OS policy
Protobuf type google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
COMPLIANCE_STATE_FIELD_NUMBER
public static final int COMPLIANCE_STATE_FIELD_NUMBER
Field Value Type Description int
COMPLIANCE_STATE_REASON_FIELD_NUMBER
public static final int COMPLIANCE_STATE_REASON_FIELD_NUMBER
Field Value Type Description int
OS_POLICY_ID_FIELD_NUMBER
public static final int OS_POLICY_ID_FIELD_NUMBER
Field Value Type Description int
OS_POLICY_RESOURCE_COMPLIANCES_FIELD_NUMBER
public static final int OS_POLICY_RESOURCE_COMPLIANCES_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static OSPolicyAssignmentReport . OSPolicyCompliance getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static OSPolicyAssignmentReport . OSPolicyCompliance . Builder newBuilder ()
newBuilder(OSPolicyAssignmentReport.OSPolicyCompliance prototype)
public static OSPolicyAssignmentReport . OSPolicyCompliance . Builder newBuilder ( OSPolicyAssignmentReport . OSPolicyCompliance prototype )
public static OSPolicyAssignmentReport . OSPolicyCompliance parseDelimitedFrom ( InputStream input )
public static OSPolicyAssignmentReport . OSPolicyCompliance parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static OSPolicyAssignmentReport . OSPolicyCompliance parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OSPolicyAssignmentReport . OSPolicyCompliance parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static OSPolicyAssignmentReport . OSPolicyCompliance parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OSPolicyAssignmentReport . OSPolicyCompliance parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static OSPolicyAssignmentReport . OSPolicyCompliance parseFrom ( CodedInputStream input )
public static OSPolicyAssignmentReport . OSPolicyCompliance parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static OSPolicyAssignmentReport . OSPolicyCompliance parseFrom ( InputStream input )
public static OSPolicyAssignmentReport . OSPolicyCompliance parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static OSPolicyAssignmentReport . OSPolicyCompliance parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OSPolicyAssignmentReport . OSPolicyCompliance parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<OSPolicyAssignmentReport . OSPolicyCompliance > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getComplianceState()
public OSPolicyAssignmentReport . OSPolicyCompliance . ComplianceState getComplianceState ()
The compliance state of the OS policy.
.google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.ComplianceState compliance_state = 2;
getComplianceStateReason()
public String getComplianceStateReason ()
The reason for the OS policy to be in an unknown compliance state.
This field is always populated when compliance_state
is UNKNOWN
.
If populated, the field can contain one of the following values:
vm-not-running
: The VM was not running.
os-policies-not-supported-by-agent
: The version of the OS Config
agent running on the VM does not support running OS policies.
no-agent-detected
: The OS Config agent is not detected for the VM.
resource-execution-errors
: The OS Config agent encountered errors
while executing one or more resources in the policy. See
os_policy_resource_compliances
for details.
task-timeout
: The task sent to the agent to apply the policy timed
out.
unexpected-agent-state
: The OS Config agent did not report the final
status of the task that attempted to apply the policy. Instead, the agent
unexpectedly started working on a different task. This mostly happens
when the agent or VM unexpectedly restarts while applying OS policies.
internal-service-errors
: Internal service errors were encountered
while attempting to apply the policy.
string compliance_state_reason = 3;
Returns Type Description String
The complianceStateReason.
getComplianceStateReasonBytes()
public ByteString getComplianceStateReasonBytes ()
The reason for the OS policy to be in an unknown compliance state.
This field is always populated when compliance_state
is UNKNOWN
.
If populated, the field can contain one of the following values:
vm-not-running
: The VM was not running.
os-policies-not-supported-by-agent
: The version of the OS Config
agent running on the VM does not support running OS policies.
no-agent-detected
: The OS Config agent is not detected for the VM.
resource-execution-errors
: The OS Config agent encountered errors
while executing one or more resources in the policy. See
os_policy_resource_compliances
for details.
task-timeout
: The task sent to the agent to apply the policy timed
out.
unexpected-agent-state
: The OS Config agent did not report the final
status of the task that attempted to apply the policy. Instead, the agent
unexpectedly started working on a different task. This mostly happens
when the agent or VM unexpectedly restarts while applying OS policies.
internal-service-errors
: Internal service errors were encountered
while attempting to apply the policy.
string compliance_state_reason = 3;
Returns Type Description ByteString
The bytes for complianceStateReason.
getComplianceStateValue()
public int getComplianceStateValue ()
The compliance state of the OS policy.
.google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.ComplianceState compliance_state = 2;
Returns Type Description int
The enum numeric value on the wire for complianceState.
getDefaultInstanceForType()
public OSPolicyAssignmentReport . OSPolicyCompliance getDefaultInstanceForType ()
getOsPolicyId()
public String getOsPolicyId ()
The OS policy id
string os_policy_id = 1;
Returns Type Description String
The osPolicyId.
getOsPolicyIdBytes()
public ByteString getOsPolicyIdBytes ()
The OS policy id
string os_policy_id = 1;
Returns Type Description ByteString
The bytes for osPolicyId.
getOsPolicyResourceCompliances(int index)
public OSPolicyAssignmentReport . OSPolicyCompliance . OSPolicyResourceCompliance getOsPolicyResourceCompliances ( int index )
Compliance data for each resource within the policy that is applied to
the VM.
repeated .google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance os_policy_resource_compliances = 4;
Parameter Name Description index
int
getOsPolicyResourceCompliancesCount()
public int getOsPolicyResourceCompliancesCount ()
Compliance data for each resource within the policy that is applied to
the VM.
repeated .google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance os_policy_resource_compliances = 4;
Returns Type Description int
getOsPolicyResourceCompliancesList()
public List<OSPolicyAssignmentReport . OSPolicyCompliance . OSPolicyResourceCompliance > getOsPolicyResourceCompliancesList ()
Compliance data for each resource within the policy that is applied to
the VM.
repeated .google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance os_policy_resource_compliances = 4;
getOsPolicyResourceCompliancesOrBuilder(int index)
public OSPolicyAssignmentReport . OSPolicyCompliance . OSPolicyResourceComplianceOrBuilder getOsPolicyResourceCompliancesOrBuilder ( int index )
Compliance data for each resource within the policy that is applied to
the VM.
repeated .google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance os_policy_resource_compliances = 4;
Parameter Name Description index
int
getOsPolicyResourceCompliancesOrBuilderList()
public List <? extends OSPolicyAssignmentReport . OSPolicyCompliance . OSPolicyResourceComplianceOrBuilder > getOsPolicyResourceCompliancesOrBuilderList ()
Compliance data for each resource within the policy that is applied to
the VM.
repeated .google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance os_policy_resource_compliances = 4;
Returns Type Description List <? extends com.google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceComplianceOrBuilder >
getParserForType()
public Parser<OSPolicyAssignmentReport . OSPolicyCompliance > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public OSPolicyAssignmentReport . OSPolicyCompliance . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OSPolicyAssignmentReport . OSPolicyCompliance . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public OSPolicyAssignmentReport . OSPolicyCompliance . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]