Class ListDatasetsRequest.Builder (2.83.0)

public static final class ListDatasetsRequest.Builder extends GeneratedMessage.Builder<ListDatasetsRequest.Builder> implements ListDatasetsRequestOrBuilder

Request message for ListDatasets.

Protobuf type google.cloud.translation.v3.ListDatasetsRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListDatasetsRequest build()
Returns
Type Description
ListDatasetsRequest

buildPartial()

public ListDatasetsRequest buildPartial()
Returns
Type Description
ListDatasetsRequest

clear()

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

clearPageSize()

public ListDatasetsRequest.Builder clearPageSize()

Optional. Requested page size. The server can return fewer results than requested.

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

Returns
Type Description
ListDatasetsRequest.Builder

This builder for chaining.

clearPageToken()

public ListDatasetsRequest.Builder clearPageToken()

Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListDatasets call.

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

Returns
Type Description
ListDatasetsRequest.Builder

This builder for chaining.

clearParent()

public ListDatasetsRequest.Builder clearParent()

Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}

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

Returns
Type Description
ListDatasetsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListDatasetsRequest getDefaultInstanceForType()
Returns
Type Description
ListDatasetsRequest

getDescriptorForType()

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

getPageSize()

public int getPageSize()

Optional. Requested page size. The server can return fewer results than requested.

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

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListDatasets call.

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

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListDatasets call.

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

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}

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(ListDatasetsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPageSize(int value)

public ListDatasetsRequest.Builder setPageSize(int value)

Optional. Requested page size. The server can return fewer results than requested.

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

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListDatasetsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListDatasetsRequest.Builder setPageToken(String value)

Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListDatasets call.

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

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListDatasetsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListDatasetsRequest.Builder setPageTokenBytes(ByteString value)

Optional. A token identifying a page of results for the server to return. Typically obtained from next_page_token field in the response of a ListDatasets call.

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

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListDatasetsRequest.Builder

This builder for chaining.

setParent(String value)

public ListDatasetsRequest.Builder setParent(String value)

Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListDatasetsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListDatasetsRequest.Builder setParentBytes(ByteString value)

Required. Name of the parent project. In form of projects/{project-number-or-id}/locations/{location-id}

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
ListDatasetsRequest.Builder

This builder for chaining.