Interface InstanceOSPoliciesCompliance.OSPolicyComplianceOrBuilder

    • Method Detail

      • getOsPolicyId

        String getOsPolicyId()
        Deprecated.
         The OS policy id
         
        string os_policy_id = 1;
        Returns:
        The osPolicyId.
      • getOsPolicyIdBytes

        com.google.protobuf.ByteString getOsPolicyIdBytes()
        Deprecated.
         The OS policy id
         
        string os_policy_id = 1;
        Returns:
        The bytes for osPolicyId.
      • getOsPolicyAssignment

        String getOsPolicyAssignment()
        Deprecated.
         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) = { ... }
        Returns:
        The osPolicyAssignment.
      • getOsPolicyAssignmentBytes

        com.google.protobuf.ByteString getOsPolicyAssignmentBytes()
        Deprecated.
         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) = { ... }
        Returns:
        The bytes for osPolicyAssignment.
      • getStateValue

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

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

        List<OSPolicyResourceCompliance> getOsPolicyResourceCompliancesList()
        Deprecated.
         Compliance data for each `OSPolicyResource` that is applied to the
         VM.
         
        repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance os_policy_resource_compliances = 5;
      • getOsPolicyResourceCompliances

        OSPolicyResourceCompliance getOsPolicyResourceCompliances​(int index)
        Deprecated.
         Compliance data for each `OSPolicyResource` that is applied to the
         VM.
         
        repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance os_policy_resource_compliances = 5;
      • getOsPolicyResourceCompliancesCount

        int getOsPolicyResourceCompliancesCount()
        Deprecated.
         Compliance data for each `OSPolicyResource` that is applied to the
         VM.
         
        repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance os_policy_resource_compliances = 5;
      • getOsPolicyResourceCompliancesOrBuilderList

        List<? extends OSPolicyResourceComplianceOrBuilder> getOsPolicyResourceCompliancesOrBuilderList()
        Deprecated.
         Compliance data for each `OSPolicyResource` that is applied to the
         VM.
         
        repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance os_policy_resource_compliances = 5;
      • getOsPolicyResourceCompliancesOrBuilder

        OSPolicyResourceComplianceOrBuilder getOsPolicyResourceCompliancesOrBuilder​(int index)
        Deprecated.
         Compliance data for each `OSPolicyResource` that is applied to the
         VM.
         
        repeated .google.cloud.osconfig.v1alpha.OSPolicyResourceCompliance os_policy_resource_compliances = 5;