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;