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

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

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

        public UpdateAttributesConfigRequest 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<UpdateAttributesConfigRequest.Builder>
      • mergeFrom

        public UpdateAttributesConfigRequest.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<UpdateAttributesConfigRequest.Builder>
        Throws:
        IOException
      • hasAttributesConfig

        public boolean hasAttributesConfig()
         Required. The [AttributesConfig][google.cloud.retail.v2.AttributesConfig]
         to update.
         
        .google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasAttributesConfig in interface UpdateAttributesConfigRequestOrBuilder
        Returns:
        Whether the attributesConfig field is set.
      • getAttributesConfig

        public AttributesConfig getAttributesConfig()
         Required. The [AttributesConfig][google.cloud.retail.v2.AttributesConfig]
         to update.
         
        .google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getAttributesConfig in interface UpdateAttributesConfigRequestOrBuilder
        Returns:
        The attributesConfig.
      • setAttributesConfig

        public UpdateAttributesConfigRequest.Builder setAttributesConfig​(AttributesConfig value)
         Required. The [AttributesConfig][google.cloud.retail.v2.AttributesConfig]
         to update.
         
        .google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • setAttributesConfig

        public UpdateAttributesConfigRequest.Builder setAttributesConfig​(AttributesConfig.Builder builderForValue)
         Required. The [AttributesConfig][google.cloud.retail.v2.AttributesConfig]
         to update.
         
        .google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeAttributesConfig

        public UpdateAttributesConfigRequest.Builder mergeAttributesConfig​(AttributesConfig value)
         Required. The [AttributesConfig][google.cloud.retail.v2.AttributesConfig]
         to update.
         
        .google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearAttributesConfig

        public UpdateAttributesConfigRequest.Builder clearAttributesConfig()
         Required. The [AttributesConfig][google.cloud.retail.v2.AttributesConfig]
         to update.
         
        .google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • getAttributesConfigBuilder

        public AttributesConfig.Builder getAttributesConfigBuilder()
         Required. The [AttributesConfig][google.cloud.retail.v2.AttributesConfig]
         to update.
         
        .google.cloud.retail.v2.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        public boolean hasUpdateMask()
         Indicates which fields in the provided
         [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The
         following is the only supported field:
        
         * [AttributesConfig.catalog_attributes][google.cloud.retail.v2.AttributesConfig.catalog_attributes]
        
         If not set, all supported fields are updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        hasUpdateMask in interface UpdateAttributesConfigRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         Indicates which fields in the provided
         [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The
         following is the only supported field:
        
         * [AttributesConfig.catalog_attributes][google.cloud.retail.v2.AttributesConfig.catalog_attributes]
        
         If not set, all supported fields are updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        getUpdateMask in interface UpdateAttributesConfigRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateAttributesConfigRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         Indicates which fields in the provided
         [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The
         following is the only supported field:
        
         * [AttributesConfig.catalog_attributes][google.cloud.retail.v2.AttributesConfig.catalog_attributes]
        
         If not set, all supported fields are updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • setUpdateMask

        public UpdateAttributesConfigRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Indicates which fields in the provided
         [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The
         following is the only supported field:
        
         * [AttributesConfig.catalog_attributes][google.cloud.retail.v2.AttributesConfig.catalog_attributes]
        
         If not set, all supported fields are updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • mergeUpdateMask

        public UpdateAttributesConfigRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         Indicates which fields in the provided
         [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The
         following is the only supported field:
        
         * [AttributesConfig.catalog_attributes][google.cloud.retail.v2.AttributesConfig.catalog_attributes]
        
         If not set, all supported fields are updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • clearUpdateMask

        public UpdateAttributesConfigRequest.Builder clearUpdateMask()
         Indicates which fields in the provided
         [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The
         following is the only supported field:
        
         * [AttributesConfig.catalog_attributes][google.cloud.retail.v2.AttributesConfig.catalog_attributes]
        
         If not set, all supported fields are updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         Indicates which fields in the provided
         [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The
         following is the only supported field:
        
         * [AttributesConfig.catalog_attributes][google.cloud.retail.v2.AttributesConfig.catalog_attributes]
        
         If not set, all supported fields are updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Indicates which fields in the provided
         [AttributesConfig][google.cloud.retail.v2.AttributesConfig] to update. The
         following is the only supported field:
        
         * [AttributesConfig.catalog_attributes][google.cloud.retail.v2.AttributesConfig.catalog_attributes]
        
         If not set, all supported fields are updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateAttributesConfigRequestOrBuilder