Interface BatchRemoveCatalogAttributesResponseOrBuilder (2.43.0)

public interface BatchRemoveCatalogAttributesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
List<String>

A list containing the resetCatalogAttributes.