Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaBranch

A data branch that stores all instances of Products.

Inheritance
object
GoogleCloudRetailV2alphaBranch
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 GoogleCloudRetailV2alphaBranch : IDirectResponseSchema

Properties

DisplayName

Output only. Human readable name of the branch to display in the UI.

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

IsDefault

Output only. Indicates whether this branch is set as the default branch of its parent catalog.

Declaration
[JsonProperty("isDefault")]
public virtual bool? IsDefault { get; set; }
Property Value
Type Description
bool?

LastProductImportTime

object representation of LastProductImportTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastProductImportTimeDateTimeOffset instead.")]
public virtual object LastProductImportTime { get; set; }
Property Value
Type Description
object

LastProductImportTimeDateTimeOffset

DateTimeOffset representation of LastProductImportTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastProductImportTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastProductImportTimeRaw

Output only. Timestamp of last import through ProductService.ImportProducts. Empty value means no import has been made to this branch.

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

Name

Immutable. Full resource name of the branch, such as projects/*/locations/global/catalogs/default_catalog/branches/branch_id.

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

ProductCountStats

Output only. Statistics for number of products in the branch, provided for different scopes. This field is not populated in BranchView.BASIC view.

Declaration
[JsonProperty("productCountStats")]
public virtual IList<GoogleCloudRetailV2alphaBranchProductCountStatistic> ProductCountStats { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2alphaBranchProductCountStatistic>

QualityMetrics

Output only. The quality metrics measured among products of this branch. See QualityMetric.requirement_key for supported metrics. Metrics could be missing if failed to retrieve. This field is not populated in BranchView.BASIC view.

Declaration
[JsonProperty("qualityMetrics")]
public virtual IList<GoogleCloudRetailV2alphaBranchQualityMetric> QualityMetrics { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2alphaBranchQualityMetric>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX