Send feedback
Class OSPolicyResourceCompliance (2.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.13.0 keyboard_arrow_down
public final class OSPolicyResourceCompliance extends GeneratedMessageV3 implements OSPolicyResourceComplianceOrBuilder
Compliance data for an OS policy resource.
Protobuf type google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance
Static Fields
CONFIG_STEPS_FIELD_NUMBER
public static final int CONFIG_STEPS_FIELD_NUMBER
Field Value
EXEC_RESOURCE_OUTPUT_FIELD_NUMBER
public static final int EXEC_RESOURCE_OUTPUT_FIELD_NUMBER
Field Value
OS_POLICY_RESOURCE_ID_FIELD_NUMBER
public static final int OS_POLICY_RESOURCE_ID_FIELD_NUMBER
Field Value
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static OSPolicyResourceCompliance getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static OSPolicyResourceCompliance . Builder newBuilder ()
Returns
newBuilder(OSPolicyResourceCompliance prototype)
public static OSPolicyResourceCompliance . Builder newBuilder ( OSPolicyResourceCompliance prototype )
Parameter
Returns
public static OSPolicyResourceCompliance parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static OSPolicyResourceCompliance parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static OSPolicyResourceCompliance parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OSPolicyResourceCompliance parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static OSPolicyResourceCompliance parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OSPolicyResourceCompliance parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static OSPolicyResourceCompliance parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static OSPolicyResourceCompliance parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static OSPolicyResourceCompliance parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static OSPolicyResourceCompliance parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static OSPolicyResourceCompliance parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OSPolicyResourceCompliance parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<OSPolicyResourceCompliance> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getConfigSteps(int index)
public 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;
Parameter
Returns
getConfigStepsCount()
public 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;
Returns
getConfigStepsList()
public 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;
Returns
getConfigStepsOrBuilder(int index)
public 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;
Parameter
Returns
getConfigStepsOrBuilderList()
public 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;
Returns
Type Description List <? extends com.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStepOrBuilder >
getDefaultInstanceForType()
public OSPolicyResourceCompliance getDefaultInstanceForType ()
Returns
getExecResourceOutput()
public OSPolicyResourceCompliance . ExecResourceOutput getExecResourceOutput ()
ExecResource specific output.
.google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;
Returns
getExecResourceOutputOrBuilder()
public OSPolicyResourceCompliance . ExecResourceOutputOrBuilder getExecResourceOutputOrBuilder ()
ExecResource specific output.
.google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;
Returns
getOsPolicyResourceId()
public String getOsPolicyResourceId ()
The id of the OS policy resource.
string os_policy_resource_id = 1;
Returns
Type Description String
The osPolicyResourceId.
getOsPolicyResourceIdBytes()
public ByteString getOsPolicyResourceIdBytes ()
The id of the OS policy resource.
string os_policy_resource_id = 1;
Returns
Type Description ByteString
The bytes for osPolicyResourceId.
getOutputCase()
public OSPolicyResourceCompliance . OutputCase getOutputCase ()
Returns
getParserForType()
public Parser<OSPolicyResourceCompliance> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getState()
public OSPolicyComplianceState getState ()
Compliance state of the OS policy resource.
.google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 3;
Returns
getStateValue()
public int getStateValue ()
Compliance state of the OS policy resource.
.google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 3;
Returns
Type Description int
The enum numeric value on the wire for state.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasExecResourceOutput()
public boolean hasExecResourceOutput ()
ExecResource specific output.
.google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;
Returns
Type Description boolean
Whether the execResourceOutput field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public OSPolicyResourceCompliance . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OSPolicyResourceCompliance . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public OSPolicyResourceCompliance . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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."],[],[]]