Send feedback
Class ListBrandsResponse.Builder (0.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.5.0 keyboard_arrow_down
public static final class ListBrandsResponse . Builder extends GeneratedMessageV3 . Builder<ListBrandsResponse . Builder > implements ListBrandsResponseOrBuilder
Response message for ListBrands.
Protobuf type google.cloud.iap.v1.ListBrandsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
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
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListBrandsResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
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;
clearField(Descriptors.FieldDescriptor field)
public ListBrandsResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ListBrandsResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public ListBrandsResponse . Builder clone ()
Overrides
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 GeneratedMessageV3 . 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
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListBrandsResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
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;
setField(Descriptors.FieldDescriptor field, Object value)
public ListBrandsResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListBrandsResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListBrandsResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
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 2025-01-28 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 2025-01-28 UTC."],[],[]]