Interface AddCatalogAttributeRequestOrBuilder

    • 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.
      • hasCatalogAttribute

        boolean hasCatalogAttribute()
         Required. The
         [CatalogAttribute][google.cloud.retail.v2beta.CatalogAttribute] to add.
         
        .google.cloud.retail.v2beta.CatalogAttribute catalog_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the catalogAttribute field is set.
      • getCatalogAttribute

        CatalogAttribute getCatalogAttribute()
         Required. The
         [CatalogAttribute][google.cloud.retail.v2beta.CatalogAttribute] to add.
         
        .google.cloud.retail.v2beta.CatalogAttribute catalog_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The catalogAttribute.
      • getCatalogAttributeOrBuilder

        CatalogAttributeOrBuilder getCatalogAttributeOrBuilder()
         Required. The
         [CatalogAttribute][google.cloud.retail.v2beta.CatalogAttribute] to add.
         
        .google.cloud.retail.v2beta.CatalogAttribute catalog_attribute = 2 [(.google.api.field_behavior) = REQUIRED];