Interface UpdateOrganizationSettingsRequestOrBuilder

    • Method Detail

      • hasOrganizationSettings

        boolean hasOrganizationSettings()
         Required. The organization settings resource to update.
         
        .google.cloud.securitycenter.v1beta1.OrganizationSettings organization_settings = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the organizationSettings field is set.
      • getOrganizationSettings

        OrganizationSettings getOrganizationSettings()
         Required. The organization settings resource to update.
         
        .google.cloud.securitycenter.v1beta1.OrganizationSettings organization_settings = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The organizationSettings.
      • getOrganizationSettingsOrBuilder

        OrganizationSettingsOrBuilder getOrganizationSettingsOrBuilder()
         Required. The organization settings resource to update.
         
        .google.cloud.securitycenter.v1beta1.OrganizationSettings organization_settings = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         The FieldMask to use when updating the settings resource.
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         The FieldMask to use when updating the settings resource.
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         The FieldMask to use when updating the settings resource.
         
        .google.protobuf.FieldMask update_mask = 2;