Interface ListBrandsResponseOrBuilder (0.1.0)

public interface ListBrandsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBrands(int index)

public abstract Brand getBrands(int index)

Brands existing in the project.

repeated .google.cloud.iap.v1.Brand brands = 1;

Parameter
Name Description
index int
Returns
Type Description
Brand

getBrandsCount()

public abstract int getBrandsCount()

Brands existing in the project.

repeated .google.cloud.iap.v1.Brand brands = 1;

Returns
Type Description
int

getBrandsList()

public abstract List<Brand> getBrandsList()

Brands existing in the project.

repeated .google.cloud.iap.v1.Brand brands = 1;

Returns
Type Description
List<Brand>

getBrandsOrBuilder(int index)

public abstract BrandOrBuilder getBrandsOrBuilder(int index)

Brands existing in the project.

repeated .google.cloud.iap.v1.Brand brands = 1;

Parameter
Name Description
index int
Returns
Type Description
BrandOrBuilder

getBrandsOrBuilderList()

public abstract List<? extends BrandOrBuilder> getBrandsOrBuilderList()

Brands existing in the project.

repeated .google.cloud.iap.v1.Brand brands = 1;

Returns
Type Description
List<? extends com.google.cloud.iap.v1.BrandOrBuilder>