public interface BatchRemoveCatalogAttributesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeletedCatalogAttributes(int index)
public abstract String getDeletedCatalogAttributes(int index)Catalog attributes that were deleted. Only pre-loaded catalog attributes that are neither in use by products nor predefined can be deleted.
repeated string deleted_catalog_attributes = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The deletedCatalogAttributes at the given index. |
getDeletedCatalogAttributesBytes(int index)
public abstract ByteString getDeletedCatalogAttributesBytes(int index)Catalog attributes that were deleted. Only pre-loaded catalog attributes that are neither in use by products nor predefined can be deleted.
repeated string deleted_catalog_attributes = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the deletedCatalogAttributes at the given index. |
getDeletedCatalogAttributesCount()
public abstract int getDeletedCatalogAttributesCount()Catalog attributes that were deleted. Only pre-loaded catalog attributes that are neither in use by products nor predefined can be deleted.
repeated string deleted_catalog_attributes = 1;
| Type | Description |
| int | The count of deletedCatalogAttributes. |
getDeletedCatalogAttributesList()
public abstract List<String> getDeletedCatalogAttributesList()Catalog attributes that were deleted. Only pre-loaded catalog attributes that are neither in use by products nor predefined can be deleted.
repeated string deleted_catalog_attributes = 1;
| Type | Description |
| List<String> | A list containing the deletedCatalogAttributes. |
getResetCatalogAttributes(int index)
public abstract String getResetCatalogAttributes(int index)Catalog attributes that were reset. Catalog attributes that are either 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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The resetCatalogAttributes at the given index. |
getResetCatalogAttributesBytes(int index)
public abstract ByteString getResetCatalogAttributesBytes(int index)Catalog attributes that were reset. Catalog attributes that are either 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the resetCatalogAttributes at the given index. |
getResetCatalogAttributesCount()
public abstract int getResetCatalogAttributesCount()Catalog attributes that were reset. Catalog attributes that are either 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;
| Type | Description |
| int | The count of resetCatalogAttributes. |
getResetCatalogAttributesList()
public abstract List<String> getResetCatalogAttributesList()Catalog attributes that were reset. Catalog attributes that are either 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;
| Type | Description |
| List<String> | A list containing the resetCatalogAttributes. |