public interface BatchRemoveCatalogAttributesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeletedCatalogAttributes(int index)
Catalog attributes that were deleted.
|
com.google.protobuf.ByteString |
getDeletedCatalogAttributesBytes(int index)
Catalog attributes that were deleted.
|
int |
getDeletedCatalogAttributesCount()
Catalog attributes that were deleted.
|
List<String> |
getDeletedCatalogAttributesList()
Catalog attributes that were deleted.
|
String |
getResetCatalogAttributes(int index)
Catalog attributes that were reset.
|
com.google.protobuf.ByteString |
getResetCatalogAttributesBytes(int index)
Catalog attributes that were reset.
|
int |
getResetCatalogAttributesCount()
Catalog attributes that were reset.
|
List<String> |
getResetCatalogAttributesList()
Catalog attributes that were reset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;index - The index of the element to return.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;index - The index of the value to return.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;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;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;index - The index of the element to return.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;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.