Class ListDatasetsRequest.Builder (0.203.0)

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

Request message for ListDataset.

Protobuf type google.cloud.datalabeling.v1beta1.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

clearFilter()

public ListDatasetsRequest.Builder clearFilter()

Optional. Filter on dataset is not supported at this moment.

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListDatasetsRequest.Builder

This builder for chaining.

clearPageSize()

public ListDatasetsRequest.Builder clearPageSize()

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

int32 page_size = 3 [(.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 by ListDatasetsResponse.next_page_token of the previous [DataLabelingService.ListDatasets] call. Returns the first page if empty.

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

Returns
Type Description
ListDatasetsRequest.Builder

This builder for chaining.

clearParent()

public ListDatasetsRequest.Builder clearParent()

Required. Dataset resource parent, format: projects/{project_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

getFilter()

public String getFilter()

Optional. Filter on dataset is not supported at this moment.

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Optional. Filter on dataset is not supported at this moment.

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for filter.

getPageSize()

public int getPageSize()

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

int32 page_size = 3 [(.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 by ListDatasetsResponse.next_page_token of the previous [DataLabelingService.ListDatasets] call. Returns the first page if empty.

string page_token = 4 [(.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 by ListDatasetsResponse.next_page_token of the previous [DataLabelingService.ListDatasets] call. Returns the first page if empty.

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

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. Dataset resource parent, format: projects/{project_id}

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Dataset resource parent, format: projects/{project_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

setFilter(String value)

public ListDatasetsRequest.Builder setFilter(String value)

Optional. Filter on dataset is not supported at this moment.

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListDatasetsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListDatasetsRequest.Builder setFilterBytes(ByteString value)

Optional. Filter on dataset is not supported at this moment.

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListDatasetsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListDatasetsRequest.Builder setPageSize(int value)

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

int32 page_size = 3 [(.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 by ListDatasetsResponse.next_page_token of the previous [DataLabelingService.ListDatasets] call. Returns the first page if empty.

string page_token = 4 [(.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 by ListDatasetsResponse.next_page_token of the previous [DataLabelingService.ListDatasets] call. Returns the first page if empty.

string page_token = 4 [(.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. Dataset resource parent, format: projects/{project_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. Dataset resource parent, format: projects/{project_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.