Interface AdaptiveMtTranslateRequestOrBuilder (2.41.0)

public interface AdaptiveMtTranslateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContent(int index)

public abstract String getContent(int index)

Required. The content of the input in string format. For now only one sentence per request is supported.

repeated string content = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The content at the given index.

getContentBytes(int index)

public abstract ByteString getContentBytes(int index)

Required. The content of the input in string format. For now only one sentence per request is supported.

repeated string content = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the content at the given index.

getContentCount()

public abstract int getContentCount()

Required. The content of the input in string format. For now only one sentence per request is supported.

repeated string content = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The count of content.

getContentList()

public abstract List<String> getContentList()

Required. The content of the input in string format. For now only one sentence per request is supported.

repeated string content = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<String>

A list containing the content.

getDataset()

public abstract String getDataset()

Required. The resource name for the dataset to use for adaptive MT. projects/{project}/locations/{location-id}/adaptiveMtDatasets/{dataset}

string dataset = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The dataset.

getDatasetBytes()

public abstract ByteString getDatasetBytes()

Required. The resource name for the dataset to use for adaptive MT. projects/{project}/locations/{location-id}/adaptiveMtDatasets/{dataset}

string dataset = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for dataset.

getParent()

public abstract String getParent()

Required. Location to make a regional call.

Format: projects/{project-number-or-id}/locations/{location-id}.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Location to make a regional call.

Format: projects/{project-number-or-id}/locations/{location-id}.

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

Returns
TypeDescription
ByteString

The bytes for parent.