Interface UpdateOSPolicyAssignmentRequestOrBuilder

    • Method Detail

      • hasOsPolicyAssignment

        boolean hasOsPolicyAssignment()
         Required. The updated OS policy assignment.
         
        .google.cloud.osconfig.v1.OSPolicyAssignment os_policy_assignment = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the osPolicyAssignment field is set.
      • getOsPolicyAssignment

        OSPolicyAssignment getOsPolicyAssignment()
         Required. The updated OS policy assignment.
         
        .google.cloud.osconfig.v1.OSPolicyAssignment os_policy_assignment = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The osPolicyAssignment.
      • getOsPolicyAssignmentOrBuilder

        OSPolicyAssignmentOrBuilder getOsPolicyAssignmentOrBuilder()
         Required. The updated OS policy assignment.
         
        .google.cloud.osconfig.v1.OSPolicyAssignment os_policy_assignment = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         Optional. Field mask that controls which fields of the assignment should be
         updated.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Optional. Field mask that controls which fields of the assignment should be
         updated.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Optional. Field mask that controls which fields of the assignment should be
         updated.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];