Class ListModelsRequest.Builder (2.83.0)

public static final class ListModelsRequest.Builder extends GeneratedMessage.Builder<ListModelsRequest.Builder> implements ListModelsRequestOrBuilder

Request message for ListModels.

Protobuf type google.cloud.translation.v3.ListModelsRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListModelsRequest build()
Returns
Type Description
ListModelsRequest

buildPartial()

public ListModelsRequest buildPartial()
Returns
Type Description
ListModelsRequest

clear()

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

clearFilter()

public ListModelsRequest.Builder clearFilter()

Optional. An expression for filtering the models that will be returned. Supported filter: dataset_id=${dataset_id}

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

Returns
Type Description
ListModelsRequest.Builder

This builder for chaining.

clearPageSize()

public ListModelsRequest.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
ListModelsRequest.Builder

This builder for chaining.

clearPageToken()

public ListModelsRequest.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 ListModels call.

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

Returns
Type Description
ListModelsRequest.Builder

This builder for chaining.

clearParent()

public ListModelsRequest.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
ListModelsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListModelsRequest getDefaultInstanceForType()
Returns
Type Description
ListModelsRequest

getDescriptorForType()

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

getFilter()

public String getFilter()

Optional. An expression for filtering the models that will be returned. Supported filter: dataset_id=${dataset_id}

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

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Optional. An expression for filtering the models that will be returned. Supported filter: dataset_id=${dataset_id}

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

Returns
Type Description
ByteString

The bytes for filter.

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 ListModels 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 ListModels 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(ListModelsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setFilter(String value)

public ListModelsRequest.Builder setFilter(String value)

Optional. An expression for filtering the models that will be returned. Supported filter: dataset_id=${dataset_id}

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

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListModelsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListModelsRequest.Builder setFilterBytes(ByteString value)

Optional. An expression for filtering the models that will be returned. Supported filter: dataset_id=${dataset_id}

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

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListModelsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListModelsRequest.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
ListModelsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListModelsRequest.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 ListModels call.

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

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListModelsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListModelsRequest.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 ListModels call.

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

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListModelsRequest.Builder

This builder for chaining.

setParent(String value)

public ListModelsRequest.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
ListModelsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListModelsRequest.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
ListModelsRequest.Builder

This builder for chaining.