public final class GetDefaultBranchResponse extends GeneratedMessage implements GetDefaultBranchResponseOrBuilderResponse message of CatalogService.GetDefaultBranch.
Protobuf type google.cloud.retail.v2.GetDefaultBranchResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GetDefaultBranchResponseImplements
GetDefaultBranchResponseOrBuilderStatic Fields
BRANCH_FIELD_NUMBER
public static final int BRANCH_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
NOTE_FIELD_NUMBER
public static final int NOTE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SET_TIME_FIELD_NUMBER
public static final int SET_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static GetDefaultBranchResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static GetDefaultBranchResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse.Builder |
|
newBuilder(GetDefaultBranchResponse prototype)
public static GetDefaultBranchResponse.Builder newBuilder(GetDefaultBranchResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
GetDefaultBranchResponse |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static GetDefaultBranchResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GetDefaultBranchResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static GetDefaultBranchResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GetDefaultBranchResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static GetDefaultBranchResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetDefaultBranchResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static GetDefaultBranchResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GetDefaultBranchResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static GetDefaultBranchResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GetDefaultBranchResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static GetDefaultBranchResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GetDefaultBranchResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<GetDefaultBranchResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<GetDefaultBranchResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getBranch()
public String getBranch()Full resource name of the branch id currently set as default branch.
string branch = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The branch. |
getBranchBytes()
public ByteString getBranchBytes()Full resource name of the branch id currently set as default branch.
string branch = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for branch. |
getDefaultInstanceForType()
public GetDefaultBranchResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse |
|
getNote()
public String getNote()This corresponds to SetDefaultBranchRequest.note field, when this branch was set as default.
string note = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The note. |
getNoteBytes()
public ByteString getNoteBytes()This corresponds to SetDefaultBranchRequest.note field, when this branch was set as default.
string note = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for note. |
getParserForType()
public Parser<GetDefaultBranchResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<GetDefaultBranchResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSetTime()
public Timestamp getSetTime()The time when this branch is set to default.
.google.protobuf.Timestamp set_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The setTime. |
getSetTimeOrBuilder()
public TimestampOrBuilder getSetTimeOrBuilder()The time when this branch is set to default.
.google.protobuf.Timestamp set_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasSetTime()
public boolean hasSetTime()The time when this branch is set to default.
.google.protobuf.Timestamp set_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the setTime field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public GetDefaultBranchResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected GetDefaultBranchResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse.Builder |
|
toBuilder()
public GetDefaultBranchResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
GetDefaultBranchResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|