Interface BatchRemoveCatalogAttributesResponseOrBuilder

    • Method Detail

      • getDeletedCatalogAttributesList

        List<String> getDeletedCatalogAttributesList()
         Catalog attributes that were deleted. Only pre-loaded [catalog
         attributes][google.cloud.retail.v2beta.CatalogAttribute] that are
         neither [in
         use][google.cloud.retail.v2beta.CatalogAttribute.in_use] by
         products nor predefined can be deleted.
         
        repeated string deleted_catalog_attributes = 1;
        Returns:
        A list containing the deletedCatalogAttributes.
      • getDeletedCatalogAttributesCount

        int getDeletedCatalogAttributesCount()
         Catalog attributes that were deleted. Only pre-loaded [catalog
         attributes][google.cloud.retail.v2beta.CatalogAttribute] that are
         neither [in
         use][google.cloud.retail.v2beta.CatalogAttribute.in_use] by
         products nor predefined can be deleted.
         
        repeated string deleted_catalog_attributes = 1;
        Returns:
        The count of deletedCatalogAttributes.
      • getDeletedCatalogAttributes

        String getDeletedCatalogAttributes​(int index)
         Catalog attributes that were deleted. Only pre-loaded [catalog
         attributes][google.cloud.retail.v2beta.CatalogAttribute] that are
         neither [in
         use][google.cloud.retail.v2beta.CatalogAttribute.in_use] by
         products nor predefined can be deleted.
         
        repeated string deleted_catalog_attributes = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The deletedCatalogAttributes at the given index.
      • getDeletedCatalogAttributesBytes

        com.google.protobuf.ByteString getDeletedCatalogAttributesBytes​(int index)
         Catalog attributes that were deleted. Only pre-loaded [catalog
         attributes][google.cloud.retail.v2beta.CatalogAttribute] that are
         neither [in
         use][google.cloud.retail.v2beta.CatalogAttribute.in_use] by
         products nor predefined can be deleted.
         
        repeated string deleted_catalog_attributes = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the deletedCatalogAttributes at the given index.
      • getResetCatalogAttributesList

        List<String> getResetCatalogAttributesList()
         Catalog attributes that were reset. [Catalog
         attributes][google.cloud.retail.v2beta.CatalogAttribute] that are either
         [in use][google.cloud.retail.v2beta.CatalogAttribute.in_use] by products or
         are predefined attributes cannot be deleted; however, their configuration
         properties will reset to default values upon removal request.
         
        repeated string reset_catalog_attributes = 2;
        Returns:
        A list containing the resetCatalogAttributes.
      • getResetCatalogAttributesCount

        int getResetCatalogAttributesCount()
         Catalog attributes that were reset. [Catalog
         attributes][google.cloud.retail.v2beta.CatalogAttribute] that are either
         [in use][google.cloud.retail.v2beta.CatalogAttribute.in_use] by products or
         are predefined attributes cannot be deleted; however, their configuration
         properties will reset to default values upon removal request.
         
        repeated string reset_catalog_attributes = 2;
        Returns:
        The count of resetCatalogAttributes.
      • getResetCatalogAttributes

        String getResetCatalogAttributes​(int index)
         Catalog attributes that were reset. [Catalog
         attributes][google.cloud.retail.v2beta.CatalogAttribute] that are either
         [in use][google.cloud.retail.v2beta.CatalogAttribute.in_use] by products or
         are predefined attributes cannot be deleted; however, their configuration
         properties will reset to default values upon removal request.
         
        repeated string reset_catalog_attributes = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The resetCatalogAttributes at the given index.
      • getResetCatalogAttributesBytes

        com.google.protobuf.ByteString getResetCatalogAttributesBytes​(int index)
         Catalog attributes that were reset. [Catalog
         attributes][google.cloud.retail.v2beta.CatalogAttribute] that are either
         [in use][google.cloud.retail.v2beta.CatalogAttribute.in_use] by products or
         are predefined attributes cannot be deleted; however, their configuration
         properties will reset to default values upon removal request.
         
        repeated string reset_catalog_attributes = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the resetCatalogAttributes at the given index.