Interface ConfigureManagementSettingsRequestOrBuilder

    • Method Detail

      • getRegistration

        String getRegistration()
         Required. The name of the `Registration` whose management settings are being updated,
         in the format `projects/*/locations/*/registrations/*`.
         
        string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The registration.
      • getRegistrationBytes

        com.google.protobuf.ByteString getRegistrationBytes()
         Required. The name of the `Registration` whose management settings are being updated,
         in the format `projects/*/locations/*/registrations/*`.
         
        string registration = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for registration.
      • hasManagementSettings

        boolean hasManagementSettings()
         Fields of the `ManagementSettings` to update.
         
        .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2;
        Returns:
        Whether the managementSettings field is set.
      • getManagementSettings

        ManagementSettings getManagementSettings()
         Fields of the `ManagementSettings` to update.
         
        .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2;
        Returns:
        The managementSettings.
      • getManagementSettingsOrBuilder

        ManagementSettingsOrBuilder getManagementSettingsOrBuilder()
         Fields of the `ManagementSettings` to update.
         
        .google.cloud.domains.v1beta1.ManagementSettings management_settings = 2;
      • hasUpdateMask

        boolean hasUpdateMask()
         Required. The field mask describing which fields to update as a comma-separated list.
         For example, if only the transfer lock is being updated, the `update_mask`
         is `"transfer_lock_state"`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Required. The field mask describing which fields to update as a comma-separated list.
         For example, if only the transfer lock is being updated, the `update_mask`
         is `"transfer_lock_state"`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. The field mask describing which fields to update as a comma-separated list.
         For example, if only the transfer lock is being updated, the `update_mask`
         is `"transfer_lock_state"`.
         
        .google.protobuf.FieldMask update_mask = 3 [(.google.api.field_behavior) = REQUIRED];