Class ListSubAccountsRequest.Builder (1.11.0)

public static final class ListSubAccountsRequest.Builder extends GeneratedMessage.Builder<ListSubAccountsRequest.Builder> implements ListSubAccountsRequestOrBuilder

Request message for the ListSubAccounts method.

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

Static Methods

getDescriptor()

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

Methods

build()

public ListSubAccountsRequest build()
Returns
Type Description
ListSubAccountsRequest

buildPartial()

public ListSubAccountsRequest buildPartial()
Returns
Type Description
ListSubAccountsRequest

clear()

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

clearPageSize()

public ListSubAccountsRequest.Builder clearPageSize()

Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 250 accounts are returned. The maximum value is 500; values above 500 are coerced to 500.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListSubAccountsRequest.Builder

This builder for chaining.

clearPageToken()

public ListSubAccountsRequest.Builder clearPageToken()

Optional. A page token, received from a previous ListAccounts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListAccounts must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListSubAccountsRequest.Builder

This builder for chaining.

clearProvider()

public ListSubAccountsRequest.Builder clearProvider()

Required. The parent account. Format: accounts/{account}

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

Returns
Type Description
ListSubAccountsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListSubAccountsRequest getDefaultInstanceForType()
Returns
Type Description
ListSubAccountsRequest

getDescriptorForType()

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

getPageSize()

public int getPageSize()

Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 250 accounts are returned. The maximum value is 500; values above 500 are coerced to 500.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. A page token, received from a previous ListAccounts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListAccounts must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. A page token, received from a previous ListAccounts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListAccounts must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for pageToken.

getProvider()

public String getProvider()

Required. The parent account. Format: accounts/{account}

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

Returns
Type Description
String

The provider.

getProviderBytes()

public ByteString getProviderBytes()

Required. The parent account. Format: accounts/{account}

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

Returns
Type Description
ByteString

The bytes for provider.

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 ListSubAccountsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListSubAccountsRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeFrom(ListSubAccountsRequest other)

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

setPageSize(int value)

public ListSubAccountsRequest.Builder setPageSize(int value)

Optional. The maximum number of accounts to return. The service may return fewer than this value. If unspecified, at most 250 accounts are returned. The maximum value is 500; values above 500 are coerced to 500.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListSubAccountsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListSubAccountsRequest.Builder setPageToken(String value)

Optional. A page token, received from a previous ListAccounts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListAccounts must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListSubAccountsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListSubAccountsRequest.Builder setPageTokenBytes(ByteString value)

Optional. A page token, received from a previous ListAccounts call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListAccounts must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListSubAccountsRequest.Builder

This builder for chaining.

setProvider(String value)

public ListSubAccountsRequest.Builder setProvider(String value)

Required. The parent account. Format: accounts/{account}

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

Parameter
Name Description
value String

The provider to set.

Returns
Type Description
ListSubAccountsRequest.Builder

This builder for chaining.

setProviderBytes(ByteString value)

public ListSubAccountsRequest.Builder setProviderBytes(ByteString value)

Required. The parent account. Format: accounts/{account}

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

Parameter
Name Description
value ByteString

The bytes for provider to set.

Returns
Type Description
ListSubAccountsRequest.Builder

This builder for chaining.