Class ListAccountTaxRequest.Builder (1.11.0)

public static final class ListAccountTaxRequest.Builder extends GeneratedMessage.Builder<ListAccountTaxRequest.Builder> implements ListAccountTaxRequestOrBuilder

Request to list all sub-account tax settings only for the requesting merchant This method can only be called on a multi-client account, otherwise it'll return an error.

Protobuf type google.shopping.merchant.accounts.v1beta.ListAccountTaxRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListAccountTaxRequest build()
Returns
Type Description
ListAccountTaxRequest

buildPartial()

public ListAccountTaxRequest buildPartial()
Returns
Type Description
ListAccountTaxRequest

clear()

public ListAccountTaxRequest.Builder clear()
Returns
Type Description
ListAccountTaxRequest.Builder
Overrides

clearPageSize()

public ListAccountTaxRequest.Builder clearPageSize()

The maximum number of tax settings to return in the response, used for paging.

int32 page_size = 2;

Returns
Type Description
ListAccountTaxRequest.Builder

This builder for chaining.

clearPageToken()

public ListAccountTaxRequest.Builder clearPageToken()

The token returned by the previous request.

string page_token = 3;

Returns
Type Description
ListAccountTaxRequest.Builder

This builder for chaining.

clearParent()

public ListAccountTaxRequest.Builder clearParent()

Required. The parent, which owns this collection of account tax. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ListAccountTaxRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListAccountTaxRequest getDefaultInstanceForType()
Returns
Type Description
ListAccountTaxRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPageSize()

public int getPageSize()

The maximum number of tax settings to return in the response, used for paging.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

The token returned by the previous request.

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

The token returned by the previous request.

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The parent, which owns this collection of account tax. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent, which owns this collection of account tax. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListAccountTaxRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListAccountTaxRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListAccountTaxRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListAccountTaxRequest.Builder
Overrides

mergeFrom(ListAccountTaxRequest other)

public ListAccountTaxRequest.Builder mergeFrom(ListAccountTaxRequest other)
Parameter
Name Description
other ListAccountTaxRequest
Returns
Type Description
ListAccountTaxRequest.Builder

setPageSize(int value)

public ListAccountTaxRequest.Builder setPageSize(int value)

The maximum number of tax settings to return in the response, used for paging.

int32 page_size = 2;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListAccountTaxRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListAccountTaxRequest.Builder setPageToken(String value)

The token returned by the previous request.

string page_token = 3;

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListAccountTaxRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListAccountTaxRequest.Builder setPageTokenBytes(ByteString value)

The token returned by the previous request.

string page_token = 3;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListAccountTaxRequest.Builder

This builder for chaining.

setParent(String value)

public ListAccountTaxRequest.Builder setParent(String value)

Required. The parent, which owns this collection of account tax. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListAccountTaxRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListAccountTaxRequest.Builder setParentBytes(ByteString value)

Required. The parent, which owns this collection of account tax. Format: accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListAccountTaxRequest.Builder

This builder for chaining.