Reference documentation and code samples for the Google Cloud Retail V2 Client class Catalog.
The catalog configuration.
Generated from protobuf message google.cloud.retail.v2.Catalog
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Immutable. The fully qualified resource name of the catalog. |
↳ display_name |
string
Required. Immutable. The catalog display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. |
↳ product_level_config |
Google\Cloud\Retail\V2\ProductLevelConfig
Required. The product level configuration. |
getName
Required. Immutable. The fully qualified resource name of the catalog.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Immutable. The fully qualified resource name of the catalog.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Required. Immutable. The catalog display name.
This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Required. Immutable. The catalog display name.
This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProductLevelConfig
Required. The product level configuration.
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\ProductLevelConfig|null |
hasProductLevelConfig
clearProductLevelConfig
setProductLevelConfig
Required. The product level configuration.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Retail\V2\ProductLevelConfig
|
Returns | |
---|---|
Type | Description |
$this |