Send feedback
Class ListAccountTaxResponse (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.1.0 keyboard_arrow_down
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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
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
public static ListAccountTaxResponse getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ListAccountTaxResponse . Builder newBuilder ()
public static ListAccountTaxResponse . Builder newBuilder ( ListAccountTaxResponse prototype )
public static ListAccountTaxResponse parseDelimitedFrom ( InputStream input )
public static ListAccountTaxResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ListAccountTaxResponse parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static ListAccountTaxResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ListAccountTaxResponse parseFrom ( ByteString data )
public static ListAccountTaxResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ListAccountTaxResponse parseFrom ( CodedInputStream input )
public static ListAccountTaxResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ListAccountTaxResponse parseFrom ( InputStream input )
public static ListAccountTaxResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ListAccountTaxResponse parseFrom ( ByteBuffer data )
public static ListAccountTaxResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ListAccountTaxResponse> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public AccountTax getAccountTaxes ( int index )
Page of accounttax settings
repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;
Parameter
Name
Description
index
int
public int getAccountTaxesCount ()
Page of accounttax settings
repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;
Returns
Type
Description
int
public List<AccountTax> getAccountTaxesList ()
Page of accounttax settings
repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;
public AccountTaxOrBuilder getAccountTaxesOrBuilder ( int index )
Page of accounttax settings
repeated .google.shopping.merchant.accounts.v1beta.AccountTax account_taxes = 1;
Parameter
Name
Description
index
int
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 >
public ListAccountTaxResponse getDefaultInstanceForType ()
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.
public Parser<ListAccountTaxResponse> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ListAccountTaxResponse . Builder newBuilderForType ()
protected ListAccountTaxResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public ListAccountTaxResponse . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
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-27 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-27 UTC."],[],[]]