Class OSPolicyResourceCompliance (2.42.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.42.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   final   class  OSPolicyResourceCompliance   extends   GeneratedMessageV3   implements   OSPolicyResourceComplianceOrBuilder  
   Compliance data for an OS policy resource.
 Protobuf type google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance
    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
   
  CONFIG_STEPS_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   CONFIG_STEPS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  EXEC_RESOURCE_OUTPUT_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   EXEC_RESOURCE_OUTPUT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  OS_POLICY_RESOURCE_ID_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   OS_POLICY_RESOURCE_ID_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  STATE_FIELD_NUMBER (deprecated) 
  
    
public   static   final   int   STATE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() (deprecated) 
  
    
public   static   OSPolicyResourceCompliance   getDefaultInstance ()  
  
  getDescriptor() (deprecated) 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() (deprecated) 
  
    
public   static   OSPolicyResourceCompliance . Builder   newBuilder ()  
  
  newBuilder(OSPolicyResourceCompliance prototype) (deprecated) 
  
    
public   static   OSPolicyResourceCompliance . Builder   newBuilder ( OSPolicyResourceCompliance   prototype )  
  
  
  
    
public   static   OSPolicyResourceCompliance   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   OSPolicyResourceCompliance   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) (deprecated) 
  
    
public   static   OSPolicyResourceCompliance   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated) 
  
    
public   static   OSPolicyResourceCompliance   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) (deprecated) 
  
    
public   static   OSPolicyResourceCompliance   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated) 
  
    
public   static   OSPolicyResourceCompliance   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   OSPolicyResourceCompliance   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   OSPolicyResourceCompliance   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   OSPolicyResourceCompliance   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   OSPolicyResourceCompliance   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) (deprecated) 
  
    
public   static   OSPolicyResourceCompliance   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated) 
  
    
public   static   OSPolicyResourceCompliance   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() (deprecated) 
  
    
public   static   Parser<OSPolicyResourceCompliance>   parser ()  
  
  Methods
   
  equals(Object obj) (deprecated) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getConfigSteps(int index) (deprecated) 
  
    
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  
      
        Name Description  
      
        indexint  
     
  
  
  getConfigStepsCount() (deprecated) 
  
    
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  
      
        Type Description  
      
        int  
     
  
  getConfigStepsList() (deprecated) 
  
    
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;
 
getConfigStepsOrBuilder(int index) (deprecated) 
  
    
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  
      
        Name Description  
      
        indexint  
     
  
  
  getConfigStepsOrBuilderList() (deprecated) 
  
    
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() (deprecated) 
  
    
public   OSPolicyResourceCompliance   getDefaultInstanceForType ()  
  
  getExecResourceOutput() (deprecated) 
  
    
public   OSPolicyResourceCompliance . ExecResourceOutput   getExecResourceOutput ()  
   ExecResource specific output.
 
 .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;
 
getExecResourceOutputOrBuilder() (deprecated) 
  
    
public   OSPolicyResourceCompliance . ExecResourceOutputOrBuilder   getExecResourceOutputOrBuilder ()  
   ExecResource specific output.
 
 .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;
 
getOsPolicyResourceId() (deprecated) 
  
    
public   String   getOsPolicyResourceId ()  
   The id of the OS policy resource.
 string os_policy_resource_id = 1;
    
      
        Returns  
      
        Type Description  
      
        String The osPolicyResourceId.
 
     
  
  getOsPolicyResourceIdBytes() (deprecated) 
  
    
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() (deprecated) 
  
    
public   OSPolicyResourceCompliance . OutputCase   getOutputCase ()  
  
  getParserForType() (deprecated) 
  
    
public   Parser<OSPolicyResourceCompliance>   getParserForType ()  
  
  Overrides 
  
  getSerializedSize() (deprecated) 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getState() (deprecated) 
  
    
public   OSPolicyComplianceState   getState ()  
   Compliance state of the OS policy resource.
 .google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 3;
getStateValue() (deprecated) 
  
    
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.
 
     
  
  hasExecResourceOutput() (deprecated) 
  
    
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() (deprecated) 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() (deprecated) 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() (deprecated) 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() (deprecated) 
  
    
public   OSPolicyResourceCompliance . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) (deprecated) 
  
    
protected   OSPolicyResourceCompliance . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) (deprecated) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() (deprecated) 
  
    
public   OSPolicyResourceCompliance . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) (deprecated) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-10-11 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]