Send feedback
Class ListBrandsResponse.Builder (0.43.0)
Stay organized with collections
Save and categorize content based on your preferences.
0.43.0 (latest)
0.41.0
0.39.0
0.38.0
0.37.0
0.36.0
0.34.0
0.32.0
0.31.0
0.30.0
0.29.0
0.28.0
0.26.0
0.24.0
0.23.0
0.20.0
0.19.0
0.18.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
public static final class ListBrandsResponse . Builder extends GeneratedMessage . Builder<ListBrandsResponse . Builder > implements ListBrandsResponseOrBuilder
Response message for ListBrands.
Protobuf type google.cloud.iap.v1.ListBrandsResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addAllBrands(Iterable<? extends Brand> values)
public ListBrandsResponse . Builder addAllBrands ( Iterable <? extends Brand > values )
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
Parameter
Name
Description
values
Iterable <? extends com.google.cloud.iap.v1.Brand >
addBrands(Brand value)
public ListBrandsResponse . Builder addBrands ( Brand value )
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
Parameter
Name
Description
value
Brand
addBrands(Brand.Builder builderForValue)
public ListBrandsResponse . Builder addBrands ( Brand . Builder builderForValue )
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
addBrands(int index, Brand value)
public ListBrandsResponse . Builder addBrands ( int index , Brand value )
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
Parameters
Name
Description
index
int
value
Brand
addBrands(int index, Brand.Builder builderForValue)
public ListBrandsResponse . Builder addBrands ( int index , Brand . Builder builderForValue )
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
addBrandsBuilder()
public Brand . Builder addBrandsBuilder ()
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
addBrandsBuilder(int index)
public Brand . Builder addBrandsBuilder ( int index )
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
Parameter
Name
Description
index
int
build()
public ListBrandsResponse build ()
buildPartial()
public ListBrandsResponse buildPartial ()
clear()
public ListBrandsResponse . Builder clear ()
Overrides
clearBrands()
public ListBrandsResponse . Builder clearBrands ()
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
getBrands(int index)
public 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
getBrandsBuilder(int index)
public Brand . Builder getBrandsBuilder ( int index )
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
Parameter
Name
Description
index
int
getBrandsBuilderList()
public List<Brand . Builder > getBrandsBuilderList ()
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
getBrandsCount()
public int getBrandsCount ()
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
Returns
Type
Description
int
getBrandsList()
public List<Brand> getBrandsList ()
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
getBrandsOrBuilder(int index)
public BrandOrBuilder getBrandsOrBuilder ( int index )
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
Parameter
Name
Description
index
int
getBrandsOrBuilderList()
public 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 >
getDefaultInstanceForType()
public ListBrandsResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ListBrandsResponse other)
public ListBrandsResponse . Builder mergeFrom ( ListBrandsResponse other )
public ListBrandsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ListBrandsResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
removeBrands(int index)
public ListBrandsResponse . Builder removeBrands ( int index )
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
Parameter
Name
Description
index
int
setBrands(int index, Brand value)
public ListBrandsResponse . Builder setBrands ( int index , Brand value )
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
Parameters
Name
Description
index
int
value
Brand
setBrands(int index, Brand.Builder builderForValue)
public ListBrandsResponse . Builder setBrands ( int index , Brand . Builder builderForValue )
Brands existing in the project.
repeated .google.cloud.iap.v1.Brand brands = 1;
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-14 UTC."],[],[]]