public sealed class GetDefaultBranchResponse : IMessage<GetDefaultBranchResponse>, IEquatable<GetDefaultBranchResponse>, IDeepCloneable<GetDefaultBranchResponse>, IBufferMessage, IMessage
Response message of [CatalogService.GetDefaultBranch][google.cloud.retail.v2.CatalogService.GetDefaultBranch].
Implements
IMessage<GetDefaultBranchResponse>, IEquatable<GetDefaultBranchResponse>, IDeepCloneable<GetDefaultBranchResponse>, 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 |