Interface RemoveCatalogAttributeRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAttributesConfig()
      Required.
      com.google.protobuf.ByteString getAttributesConfigBytes()
      Required.
      String getKey()
      Required.
      com.google.protobuf.ByteString getKeyBytes()
      Required.
      • 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

      • getAttributesConfig

        String getAttributesConfig()
         Required. Full AttributesConfig resource name. Format:
         `projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig`
         
        string attributes_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The attributesConfig.
      • getAttributesConfigBytes

        com.google.protobuf.ByteString getAttributesConfigBytes()
         Required. Full AttributesConfig resource name. Format:
         `projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig`
         
        string attributes_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for attributesConfig.
      • getKey

        String getKey()
         Required. The attribute name key of the
         [CatalogAttribute][google.cloud.retail.v2.CatalogAttribute] to remove.
         
        string key = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
         Required. The attribute name key of the
         [CatalogAttribute][google.cloud.retail.v2.CatalogAttribute] to remove.
         
        string key = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for key.