public final class ListBrandsResponse extends GeneratedMessage implements ListBrandsResponseOrBuilderResponse message for ListBrands.
Protobuf type google.cloud.iap.v1.ListBrandsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ListBrandsResponseImplements
ListBrandsResponseOrBuilderStatic 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 |
|
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> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ListBrandsResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ListBrandsResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ListBrandsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ListBrandsResponse.Builder |
|
toBuilder()
public ListBrandsResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ListBrandsResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|