Class ListBrandsResponse (0.1.0)

public final class ListBrandsResponse extends GeneratedMessageV3 implements ListBrandsResponseOrBuilder

Response message for ListBrands.

Protobuf type google.cloud.iap.v1.ListBrandsResponse

Static Fields

BRANDS_FIELD_NUMBER

public static final int BRANDS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListBrandsResponse getDefaultInstance()
Returns
Type Description
ListBrandsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListBrandsResponse.Builder newBuilder()
Returns
Type Description
ListBrandsResponse.Builder

newBuilder(ListBrandsResponse prototype)

public static ListBrandsResponse.Builder newBuilder(ListBrandsResponse prototype)
Parameter
Name Description
prototype ListBrandsResponse
Returns
Type Description
ListBrandsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListBrandsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListBrandsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListBrandsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBrandsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListBrandsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListBrandsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListBrandsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBrandsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListBrandsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListBrandsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListBrandsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBrandsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListBrandsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListBrandsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListBrandsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBrandsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListBrandsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListBrandsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListBrandsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBrandsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListBrandsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListBrandsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListBrandsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBrandsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListBrandsResponse> parser()
Returns
Type Description
Parser<ListBrandsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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

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;

Returns
Type Description
List<Brand>

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
Returns
Type Description
BrandOrBuilder

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()
Returns
Type Description
ListBrandsResponse

getParserForType()

public Parser<ListBrandsResponse> getParserForType()
Returns
Type Description
Parser<ListBrandsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListBrandsResponse.Builder newBuilderForType()
Returns
Type Description
ListBrandsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListBrandsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListBrandsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListBrandsResponse.Builder toBuilder()
Returns
Type Description
ListBrandsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException