Class UpdateAppProfileRequest.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<UpdateAppProfileRequest.Builder>
      • clear

        public UpdateAppProfileRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAppProfileRequest.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<UpdateAppProfileRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public UpdateAppProfileRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
      • clearField

        public UpdateAppProfileRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
      • clearOneof

        public UpdateAppProfileRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAppProfileRequest.Builder>
      • setRepeatedField

        public UpdateAppProfileRequest.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<UpdateAppProfileRequest.Builder>
      • addRepeatedField

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

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

        public UpdateAppProfileRequest.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<UpdateAppProfileRequest.Builder>
        Throws:
        IOException
      • hasAppProfile

        public boolean hasAppProfile()
         Required. The app profile which will (partially) replace the current value.
         
        .google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasAppProfile in interface UpdateAppProfileRequestOrBuilder
        Returns:
        Whether the appProfile field is set.
      • getAppProfile

        public AppProfile getAppProfile()
         Required. The app profile which will (partially) replace the current value.
         
        .google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAppProfile in interface UpdateAppProfileRequestOrBuilder
        Returns:
        The appProfile.
      • setAppProfile

        public UpdateAppProfileRequest.Builder setAppProfile​(AppProfile value)
         Required. The app profile which will (partially) replace the current value.
         
        .google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
      • setAppProfile

        public UpdateAppProfileRequest.Builder setAppProfile​(AppProfile.Builder builderForValue)
         Required. The app profile which will (partially) replace the current value.
         
        .google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeAppProfile

        public UpdateAppProfileRequest.Builder mergeAppProfile​(AppProfile value)
         Required. The app profile which will (partially) replace the current value.
         
        .google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearAppProfile

        public UpdateAppProfileRequest.Builder clearAppProfile()
         Required. The app profile which will (partially) replace the current value.
         
        .google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
      • getAppProfileBuilder

        public AppProfile.Builder getAppProfileBuilder()
         Required. The app profile which will (partially) replace the current value.
         
        .google.bigtable.admin.v2.AppProfile app_profile = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        public boolean hasUpdateMask()
         Required. The subset of app profile fields which should be replaced.
         If unset, all fields will be replaced.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasUpdateMask in interface UpdateAppProfileRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         Required. The subset of app profile fields which should be replaced.
         If unset, all fields will be replaced.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMask in interface UpdateAppProfileRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateAppProfileRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         Required. The subset of app profile fields which should be replaced.
         If unset, all fields will be replaced.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      • setUpdateMask

        public UpdateAppProfileRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Required. The subset of app profile fields which should be replaced.
         If unset, all fields will be replaced.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeUpdateMask

        public UpdateAppProfileRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         Required. The subset of app profile fields which should be replaced.
         If unset, all fields will be replaced.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearUpdateMask

        public UpdateAppProfileRequest.Builder clearUpdateMask()
         Required. The subset of app profile fields which should be replaced.
         If unset, all fields will be replaced.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         Required. The subset of app profile fields which should be replaced.
         If unset, all fields will be replaced.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. The subset of app profile fields which should be replaced.
         If unset, all fields will be replaced.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateAppProfileRequestOrBuilder
      • getIgnoreWarnings

        public boolean getIgnoreWarnings()
         If true, ignore safety checks when updating the app profile.
         
        bool ignore_warnings = 3;
        Specified by:
        getIgnoreWarnings in interface UpdateAppProfileRequestOrBuilder
        Returns:
        The ignoreWarnings.
      • setIgnoreWarnings

        public UpdateAppProfileRequest.Builder setIgnoreWarnings​(boolean value)
         If true, ignore safety checks when updating the app profile.
         
        bool ignore_warnings = 3;
        Parameters:
        value - The ignoreWarnings to set.
        Returns:
        This builder for chaining.
      • clearIgnoreWarnings

        public UpdateAppProfileRequest.Builder clearIgnoreWarnings()
         If true, ignore safety checks when updating the app profile.
         
        bool ignore_warnings = 3;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final UpdateAppProfileRequest.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<UpdateAppProfileRequest.Builder>
      • mergeUnknownFields

        public final UpdateAppProfileRequest.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<UpdateAppProfileRequest.Builder>