Show / Hide Table of Contents

Class GoogleCloudRetailV2betaCatalog

The catalog configuration.

Inheritance
object
GoogleCloudRetailV2betaCatalog
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.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaCatalog : 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 GoogleCloudRetailV2betaMerchantCenterLinkingConfig MerchantCenterLinkingConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2betaMerchantCenterLinkingConfig

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 GoogleCloudRetailV2betaProductLevelConfig ProductLevelConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2betaProductLevelConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX