Class UpdateRegistrationRequest.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<UpdateRegistrationRequest.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<UpdateRegistrationRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public UpdateRegistrationRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateRegistrationRequest.Builder>
      • isInitialized

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

        public UpdateRegistrationRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateRegistrationRequest.Builder>
        Throws:
        IOException
      • hasRegistration

        public boolean hasRegistration()
         Fields of the `Registration` to update.
         
        .google.cloud.domains.v1beta1.Registration registration = 1;
        Specified by:
        hasRegistration in interface UpdateRegistrationRequestOrBuilder
        Returns:
        Whether the registration field is set.
      • clearRegistration

        public UpdateRegistrationRequest.Builder clearRegistration()
         Fields of the `Registration` to update.
         
        .google.cloud.domains.v1beta1.Registration registration = 1;
      • getRegistrationBuilder

        public Registration.Builder getRegistrationBuilder()
         Fields of the `Registration` to update.
         
        .google.cloud.domains.v1beta1.Registration registration = 1;
      • hasUpdateMask

        public boolean hasUpdateMask()
         Required. The field mask describing which fields to update as a comma-separated list.
         For example, if only the labels are being updated, the `update_mask` is
         `"labels"`.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasUpdateMask in interface UpdateRegistrationRequestOrBuilder
        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 labels are being updated, the `update_mask` is
         `"labels"`.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMask in interface UpdateRegistrationRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateRegistrationRequest.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 labels are being updated, the `update_mask` is
         `"labels"`.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      • setUpdateMask

        public UpdateRegistrationRequest.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 labels are being updated, the `update_mask` is
         `"labels"`.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeUpdateMask

        public UpdateRegistrationRequest.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 labels are being updated, the `update_mask` is
         `"labels"`.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearUpdateMask

        public UpdateRegistrationRequest.Builder clearUpdateMask()
         Required. The field mask describing which fields to update as a comma-separated list.
         For example, if only the labels are being updated, the `update_mask` is
         `"labels"`.
         
        .google.protobuf.FieldMask update_mask = 2 [(.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 labels are being updated, the `update_mask` is
         `"labels"`.
         
        .google.protobuf.FieldMask update_mask = 2 [(.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 labels are being updated, the `update_mask` is
         `"labels"`.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateRegistrationRequestOrBuilder
      • setUnknownFields

        public final UpdateRegistrationRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateRegistrationRequest.Builder>
      • mergeUnknownFields

        public final UpdateRegistrationRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateRegistrationRequest.Builder>