Retail v2 API - Class GetDefaultBranchRequest (2.3.0)

public sealed class GetDefaultBranchRequest : IMessage<GetDefaultBranchRequest>, IEquatable<GetDefaultBranchRequest>, IDeepCloneable<GetDefaultBranchRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class GetDefaultBranchRequest.

Request message to show which branch is currently the default branch.

Inheritance

Object > GetDefaultBranchRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

GetDefaultBranchRequest()

public GetDefaultBranchRequest()

GetDefaultBranchRequest(GetDefaultBranchRequest)

public GetDefaultBranchRequest(GetDefaultBranchRequest other)
Parameter
NameDescription
otherGetDefaultBranchRequest

Properties

Catalog

public string Catalog { get; set; }

The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog.

Property Value
TypeDescription
System.String

CatalogAsCatalogName

public CatalogName CatalogAsCatalogName { get; set; }

CatalogName-typed view over the Catalog resource name property.

Property Value
TypeDescription
CatalogName