Interface OSPolicyResourceComplianceOrBuilder

    • Method Detail

      • getOsPolicyResourceId

        String getOsPolicyResourceId()
        Deprecated.
         The id of the OS policy resource.
         
        string os_policy_resource_id = 1;
        Returns:
        The osPolicyResourceId.
      • getOsPolicyResourceIdBytes

        com.google.protobuf.ByteString getOsPolicyResourceIdBytes()
        Deprecated.
         The id of the OS policy resource.
         
        string os_policy_resource_id = 1;
        Returns:
        The bytes for osPolicyResourceId.
      • getConfigStepsList

        List<OSPolicyResourceConfigStep> getConfigStepsList()
        Deprecated.
         Ordered list of configuration steps taken by the agent for the OS policy
         resource.
         
        repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
      • getConfigSteps

        OSPolicyResourceConfigStep getConfigSteps​(int index)
        Deprecated.
         Ordered list of configuration steps taken by the agent for the OS policy
         resource.
         
        repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
      • getConfigStepsCount

        int getConfigStepsCount()
        Deprecated.
         Ordered list of configuration steps taken by the agent for the OS policy
         resource.
         
        repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
      • getConfigStepsOrBuilderList

        List<? extends OSPolicyResourceConfigStepOrBuilder> getConfigStepsOrBuilderList()
        Deprecated.
         Ordered list of configuration steps taken by the agent for the OS policy
         resource.
         
        repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
      • getConfigStepsOrBuilder

        OSPolicyResourceConfigStepOrBuilder getConfigStepsOrBuilder​(int index)
        Deprecated.
         Ordered list of configuration steps taken by the agent for the OS policy
         resource.
         
        repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep config_steps = 2;
      • getStateValue

        int getStateValue()
        Deprecated.
         Compliance state of the OS policy resource.
         
        .google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 3;
        Returns:
        The enum numeric value on the wire for state.
      • getState

        OSPolicyComplianceState getState()
        Deprecated.
         Compliance state of the OS policy resource.
         
        .google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 3;
        Returns:
        The state.
      • hasExecResourceOutput

        boolean hasExecResourceOutput()
        Deprecated.
         ExecResource specific output.
         
        .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;
        Returns:
        Whether the execResourceOutput field is set.
      • getExecResourceOutput

        OSPolicyResourceCompliance.ExecResourceOutput getExecResourceOutput()
        Deprecated.
         ExecResource specific output.
         
        .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance.ExecResourceOutput exec_resource_output = 4;
        Returns:
        The execResourceOutput.