public final class ListAccountTaxResponse extends GeneratedMessageV3 implements ListAccountTaxResponseOrBuilder
Response to account tax list request This method can only be called on a multi-client account, otherwise it'll return an error.
Protobuf type google.shopping.merchant.accounts.v1beta.ListAccountTaxResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListAccountTaxResponseImplements
ListAccountTaxResponseOrBuilderStatic Fields
ACCOUNT_TAXES_FIELD_NUMBER
public static final int ACCOUNT_TAXES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListAccountTaxResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ListAccountTaxResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse.Builder |
newBuilder(ListAccountTaxResponse prototype)
public static ListAccountTaxResponse.Builder newBuilder(ListAccountTaxResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ListAccountTaxResponse |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListAccountTaxResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListAccountTaxResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListAccountTaxResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListAccountTaxResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListAccountTaxResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListAccountTaxResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListAccountTaxResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListAccountTaxResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListAccountTaxResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListAccountTaxResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListAccountTaxResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListAccountTaxResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListAccountTaxResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<ListAccountTaxResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getAccountTaxes(int index)
public AccountTax getAccountTaxes(int index)
Page of accounttax settings
repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccountTax |
getAccountTaxesCount()
public int getAccountTaxesCount()
Page of accounttax settings
repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;
Returns | |
---|---|
Type | Description |
int |
getAccountTaxesList()
public List<AccountTax> getAccountTaxesList()
Page of accounttax settings
repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;
Returns | |
---|---|
Type | Description |
List<AccountTax> |
getAccountTaxesOrBuilder(int index)
public AccountTaxOrBuilder getAccountTaxesOrBuilder(int index)
Page of accounttax settings
repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccountTaxOrBuilder |
getAccountTaxesOrBuilderList()
public List<? extends AccountTaxOrBuilder> getAccountTaxesOrBuilderList()
Page of accounttax settings
repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.AccountTaxOrBuilder> |
getDefaultInstanceForType()
public ListAccountTaxResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse |
getNextPageToken()
public String getNextPageToken()
The token for the retrieval of the next page of account tax settings.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
The token for the retrieval of the next page of account tax settings.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getParserForType()
public Parser<ListAccountTaxResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ListAccountTaxResponse> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ListAccountTaxResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListAccountTaxResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ListAccountTaxResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ListAccountTaxResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |