Interface UpdateAttributesConfigRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AttributesConfig getAttributesConfig()
      Required.
      AttributesConfigOrBuilder getAttributesConfigOrBuilder()
      Required.
      com.google.protobuf.FieldMask getUpdateMask()
      Indicates which fields in the provided [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig] to update.
      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
      Indicates which fields in the provided [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig] to update.
      boolean hasAttributesConfig()
      Required.
      boolean hasUpdateMask()
      Indicates which fields in the provided [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig] to update.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasAttributesConfig

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

        AttributesConfig getAttributesConfig()
         Required. The
         [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig] to update.
         
        .google.cloud.retail.v2alpha.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The attributesConfig.
      • getAttributesConfigOrBuilder

        AttributesConfigOrBuilder getAttributesConfigOrBuilder()
         Required. The
         [AttributesConfig][google.cloud.retail.v2alpha.AttributesConfig] to update.
         
        .google.cloud.retail.v2alpha.AttributesConfig attributes_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

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

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

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