public interface GetDefaultBranchResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBranch()
Full resource name of the branch id currently set as default branch.
|
com.google.protobuf.ByteString |
getBranchBytes()
Full resource name of the branch id currently set as default branch.
|
String |
getNote()
This corresponds to
[SetDefaultBranchRequest.note][google.cloud.retail.v2beta.SetDefaultBranchRequest.note]
field, when this branch was set as default.
|
com.google.protobuf.ByteString |
getNoteBytes()
This corresponds to
[SetDefaultBranchRequest.note][google.cloud.retail.v2beta.SetDefaultBranchRequest.note]
field, when this branch was set as default.
|
com.google.protobuf.Timestamp |
getSetTime()
The time when this branch is set to default.
|
com.google.protobuf.TimestampOrBuilder |
getSetTimeOrBuilder()
The time when this branch is set to default.
|
boolean |
hasSetTime()
The time when this branch is set to default.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBranch()
Full resource name of the branch id currently set as default branch.
string branch = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getBranchBytes()
Full resource name of the branch id currently set as default branch.
string branch = 1 [(.google.api.resource_reference) = { ... }boolean hasSetTime()
The time when this branch is set to default.
.google.protobuf.Timestamp set_time = 2;com.google.protobuf.Timestamp getSetTime()
The time when this branch is set to default.
.google.protobuf.Timestamp set_time = 2;com.google.protobuf.TimestampOrBuilder getSetTimeOrBuilder()
The time when this branch is set to default.
.google.protobuf.Timestamp set_time = 2;String getNote()
This corresponds to [SetDefaultBranchRequest.note][google.cloud.retail.v2beta.SetDefaultBranchRequest.note] field, when this branch was set as default.
string note = 3;com.google.protobuf.ByteString getNoteBytes()
This corresponds to [SetDefaultBranchRequest.note][google.cloud.retail.v2beta.SetDefaultBranchRequest.note] field, when this branch was set as default.
string note = 3;Copyright © 2024 Google LLC. All rights reserved.