public interface FetchRemoteBranchesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBranches(int index)
The remote repository's branch names.
|
com.google.protobuf.ByteString |
getBranchesBytes(int index)
The remote repository's branch names.
|
int |
getBranchesCount()
The remote repository's branch names.
|
List<String> |
getBranchesList()
The remote repository's branch names.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getBranchesList()
The remote repository's branch names.
repeated string branches = 1;int getBranchesCount()
The remote repository's branch names.
repeated string branches = 1;String getBranches(int index)
The remote repository's branch names.
repeated string branches = 1;index - The index of the element to return.com.google.protobuf.ByteString getBranchesBytes(int index)
The remote repository's branch names.
repeated string branches = 1;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.