Package com.google.cloud.retail.v2alpha
Interface BatchRemoveCatalogAttributesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchRemoveCatalogAttributesResponse,BatchRemoveCatalogAttributesResponse.Builder
public interface BatchRemoveCatalogAttributesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDeletedCatalogAttributes(int index)Catalog attributes that were deleted.com.google.protobuf.ByteStringgetDeletedCatalogAttributesBytes(int index)Catalog attributes that were deleted.intgetDeletedCatalogAttributesCount()Catalog attributes that were deleted.List<String>getDeletedCatalogAttributesList()Catalog attributes that were deleted.StringgetResetCatalogAttributes(int index)Catalog attributes that were reset.com.google.protobuf.ByteStringgetResetCatalogAttributesBytes(int index)Catalog attributes that were reset.intgetResetCatalogAttributesCount()Catalog attributes that were reset.List<String>getResetCatalogAttributesList()Catalog attributes that were reset.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDeletedCatalogAttributesList
List<String> getDeletedCatalogAttributesList()
Catalog attributes that were deleted. Only pre-loaded [catalog attributes][google.cloud.retail.v2alpha.CatalogAttribute] that are neither [in use][google.cloud.retail.v2alpha.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.v2alpha.CatalogAttribute] that are neither [in use][google.cloud.retail.v2alpha.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.v2alpha.CatalogAttribute] that are neither [in use][google.cloud.retail.v2alpha.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.v2alpha.CatalogAttribute] that are neither [in use][google.cloud.retail.v2alpha.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.v2alpha.CatalogAttribute] that are either [in use][google.cloud.retail.v2alpha.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.v2alpha.CatalogAttribute] that are either [in use][google.cloud.retail.v2alpha.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.v2alpha.CatalogAttribute] that are either [in use][google.cloud.retail.v2alpha.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.v2alpha.CatalogAttribute] that are either [in use][google.cloud.retail.v2alpha.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.
-
-