Class GetDefaultBranchResponse (2.2.0)

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

Response message of [CatalogService.GetDefaultBranch][google.cloud.retail.v2.CatalogService.GetDefaultBranch].

Inheritance

Object > GetDefaultBranchResponse

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

GetDefaultBranchResponse()

public GetDefaultBranchResponse()

GetDefaultBranchResponse(GetDefaultBranchResponse)

public GetDefaultBranchResponse(GetDefaultBranchResponse other)
Parameter
NameDescription
otherGetDefaultBranchResponse

Properties

Branch

public string Branch { get; set; }

Full resource name of the branch id currently set as default branch.

Property Value
TypeDescription
String

BranchAsBranchName

public BranchName BranchAsBranchName { get; set; }

BranchName-typed view over the Branch resource name property.

Property Value
TypeDescription
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
TypeDescription
String

SetTime

public Timestamp SetTime { get; set; }

The time when this branch is set to default.

Property Value
TypeDescription
Timestamp