Class ConfigureManagementSettingsRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigureManagementSettingsRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigureManagementSettingsRequest.Builder>
      • getDefaultInstanceForType

        public ConfigureManagementSettingsRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ConfigureManagementSettingsRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ConfigureManagementSettingsRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigureManagementSettingsRequest.Builder>
      • getRegistration

        public 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) = { ... }
        Specified by:
        getRegistration in interface ConfigureManagementSettingsRequestOrBuilder
        Returns:
        The registration.
      • getRegistrationBytes

        public 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) = { ... }
        Specified by:
        getRegistrationBytes in interface ConfigureManagementSettingsRequestOrBuilder
        Returns:
        The bytes for registration.
      • setRegistration

        public ConfigureManagementSettingsRequest.Builder setRegistration​(String value)
         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) = { ... }
        Parameters:
        value - The registration to set.
        Returns:
        This builder for chaining.
      • clearRegistration

        public ConfigureManagementSettingsRequest.Builder clearRegistration()
         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:
        This builder for chaining.
      • setRegistrationBytes

        public ConfigureManagementSettingsRequest.Builder setRegistrationBytes​(com.google.protobuf.ByteString value)
         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) = { ... }
        Parameters:
        value - The bytes for registration to set.
        Returns:
        This builder for chaining.
      • hasManagementSettings

        public boolean hasManagementSettings()
         Fields of the `ManagementSettings` to update.
         
        .google.cloud.domains.v1.ManagementSettings management_settings = 2;
        Specified by:
        hasManagementSettings in interface ConfigureManagementSettingsRequestOrBuilder
        Returns:
        Whether the managementSettings field is set.
      • clearManagementSettings

        public ConfigureManagementSettingsRequest.Builder clearManagementSettings()
         Fields of the `ManagementSettings` to update.
         
        .google.cloud.domains.v1.ManagementSettings management_settings = 2;
      • getManagementSettingsBuilder

        public ManagementSettings.Builder getManagementSettingsBuilder()
         Fields of the `ManagementSettings` to update.
         
        .google.cloud.domains.v1.ManagementSettings management_settings = 2;
      • hasUpdateMask

        public 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];
        Specified by:
        hasUpdateMask in interface ConfigureManagementSettingsRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public 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];
        Specified by:
        getUpdateMask in interface ConfigureManagementSettingsRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public ConfigureManagementSettingsRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         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];
      • setUpdateMask

        public ConfigureManagementSettingsRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         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];
      • mergeUpdateMask

        public ConfigureManagementSettingsRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         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];
      • clearUpdateMask

        public ConfigureManagementSettingsRequest.Builder clearUpdateMask()
         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];
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         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];
      • getUpdateMaskOrBuilder

        public 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];
        Specified by:
        getUpdateMaskOrBuilder in interface ConfigureManagementSettingsRequestOrBuilder