public interface AddCatalogAttributeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributesConfig()
Required.
|
com.google.protobuf.ByteString |
getAttributesConfigBytes()
Required.
|
CatalogAttribute |
getCatalogAttribute()
Required.
|
CatalogAttributeOrBuilder |
getCatalogAttributeOrBuilder()
Required.
|
boolean |
hasCatalogAttribute()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAttributesConfig()
Required. Full AttributesConfig resource name. Format:
`projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig`
string attributes_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getAttributesConfigBytes()
Required. Full AttributesConfig resource name. Format:
`projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig`
string attributes_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasCatalogAttribute()
Required. The [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute] to add.
.google.cloud.retail.v2alpha.CatalogAttribute catalog_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
CatalogAttribute getCatalogAttribute()
Required. The [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute] to add.
.google.cloud.retail.v2alpha.CatalogAttribute catalog_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
CatalogAttributeOrBuilder getCatalogAttributeOrBuilder()
Required. The [CatalogAttribute][google.cloud.retail.v2alpha.CatalogAttribute] to add.
.google.cloud.retail.v2alpha.CatalogAttribute catalog_attribute = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.