public sealed class GetDefaultBranchRequest : IMessage<GetDefaultBranchRequest>, IEquatable<GetDefaultBranchRequest>, IDeepCloneable<GetDefaultBranchRequest>, IBufferMessage, IMessage
Request message to show which branch is currently the default branch.
Implements
IMessage<GetDefaultBranchRequest>, IEquatable<GetDefaultBranchRequest>, IDeepCloneable<GetDefaultBranchRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
GetDefaultBranchRequest()
public GetDefaultBranchRequest()
GetDefaultBranchRequest(GetDefaultBranchRequest)
public GetDefaultBranchRequest(GetDefaultBranchRequest other)
Parameter | |
---|---|
Name | Description |
other | GetDefaultBranchRequest |
Properties
Catalog
public string Catalog { get; set; }
The parent catalog resource name, such as
projects/*/locations/global/catalogs/default_catalog
.
Property Value | |
---|---|
Type | Description |
String |
CatalogAsCatalogName
public CatalogName CatalogAsCatalogName { get; set; }
CatalogName-typed view over the Catalog resource name property.
Property Value | |
---|---|
Type | Description |
CatalogName |