Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaCatalog

The catalog configuration.

Inheritance
object
GoogleCloudRetailV2alphaCatalog
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaCatalog : IDirectResponseSchema

Properties

DisplayName

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.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MerchantCenterLinkingConfig

The Merchant Center linking configuration. After a link is added, the data stream from Merchant Center to Cloud Retail will be enabled automatically. The requester must have access to the Merchant Center account in order to make changes to this field.

Declaration
[JsonProperty("merchantCenterLinkingConfig")]
public virtual GoogleCloudRetailV2alphaMerchantCenterLinkingConfig MerchantCenterLinkingConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2alphaMerchantCenterLinkingConfig

Name

Required. Immutable. The fully qualified resource name of the catalog.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ProductLevelConfig

Required. The product level configuration.

Declaration
[JsonProperty("productLevelConfig")]
public virtual GoogleCloudRetailV2alphaProductLevelConfig ProductLevelConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2alphaProductLevelConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX