public interface ListBranchesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBranches(int index)
public abstract Branch getBranches(int index)
The Branches.
repeated .google.cloud.retail.v2alpha.Branch branches = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Branch |
getBranchesCount()
public abstract int getBranchesCount()
The Branches.
repeated .google.cloud.retail.v2alpha.Branch branches = 1;
Returns | |
---|---|
Type | Description |
int |
getBranchesList()
public abstract List<Branch> getBranchesList()
The Branches.
repeated .google.cloud.retail.v2alpha.Branch branches = 1;
Returns | |
---|---|
Type | Description |
List<Branch> |
getBranchesOrBuilder(int index)
public abstract BranchOrBuilder getBranchesOrBuilder(int index)
The Branches.
repeated .google.cloud.retail.v2alpha.Branch branches = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
BranchOrBuilder |
getBranchesOrBuilderList()
public abstract List<? extends BranchOrBuilder> getBranchesOrBuilderList()
The Branches.
repeated .google.cloud.retail.v2alpha.Branch branches = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.retail.v2alpha.BranchOrBuilder> |