public final class FetchRemoteBranchesResponse extends GeneratedMessage implements FetchRemoteBranchesResponseOrBuilder FetchRemoteBranches response message.
Protobuf type google.cloud.dataform.v1.FetchRemoteBranchesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > FetchRemoteBranchesResponseImplements
FetchRemoteBranchesResponseOrBuilderStatic Fields
BRANCHES_FIELD_NUMBER
public static final int BRANCHES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static FetchRemoteBranchesResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static FetchRemoteBranchesResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse.Builder |
|
newBuilder(FetchRemoteBranchesResponse prototype)
public static FetchRemoteBranchesResponse.Builder newBuilder(FetchRemoteBranchesResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
FetchRemoteBranchesResponse |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static FetchRemoteBranchesResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FetchRemoteBranchesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static FetchRemoteBranchesResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FetchRemoteBranchesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static FetchRemoteBranchesResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FetchRemoteBranchesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static FetchRemoteBranchesResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FetchRemoteBranchesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static FetchRemoteBranchesResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FetchRemoteBranchesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static FetchRemoteBranchesResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FetchRemoteBranchesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<FetchRemoteBranchesResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<FetchRemoteBranchesResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getBranches(int index)
public String getBranches(int index)The remote repository's branch names.
repeated string branches = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The branches at the given index. |
getBranchesBytes(int index)
public ByteString getBranchesBytes(int index)The remote repository's branch names.
repeated string branches = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the branches at the given index. |
getBranchesCount()
public int getBranchesCount()The remote repository's branch names.
repeated string branches = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of branches. |
getBranchesList()
public ProtocolStringList getBranchesList()The remote repository's branch names.
repeated string branches = 1;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the branches. |
getDefaultInstanceForType()
public FetchRemoteBranchesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse |
|
getParserForType()
public Parser<FetchRemoteBranchesResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<FetchRemoteBranchesResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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 FetchRemoteBranchesResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected FetchRemoteBranchesResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse.Builder |
|
toBuilder()
public FetchRemoteBranchesResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
FetchRemoteBranchesResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|