public sealed class GetDefaultBranchResponse : IMessage<GetDefaultBranchResponse>, IEquatable<GetDefaultBranchResponse>, IDeepCloneable<GetDefaultBranchResponse>, IBufferMessage, IMessageReference documentation and code samples for the Retail v2 API class GetDefaultBranchResponse.
Response message of [CatalogService.GetDefaultBranch][google.cloud.retail.v2.CatalogService.GetDefaultBranch].
Implements
IMessageGetDefaultBranchResponse, IEquatableGetDefaultBranchResponse, IDeepCloneableGetDefaultBranchResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
GetDefaultBranchResponse()
public GetDefaultBranchResponse()GetDefaultBranchResponse(GetDefaultBranchResponse)
public GetDefaultBranchResponse(GetDefaultBranchResponse other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetDefaultBranchResponse | 
      
Properties
Branch
public string Branch { get; set; }Full resource name of the branch id currently set as default branch.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
BranchAsBranchName
public BranchName BranchAsBranchName { get; set; }BranchName-typed view over the Branch resource name property.
| Property Value | |
|---|---|
| Type | Description | 
BranchName | 
        |
Note
public string Note { get; set; }This corresponds to [SetDefaultBranchRequest.note][google.cloud.retail.v2.SetDefaultBranchRequest.note] field, when this branch was set as default.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
SetTime
public Timestamp SetTime { get; set; }The time when this branch is set to default.
| Property Value | |
|---|---|
| Type | Description | 
Timestamp | 
        |