Interface AdaptiveMtTranslateRequestOrBuilder (2.49.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.

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

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
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.

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

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the content at the given index.

getContentCount()

public abstract int getContentCount()

Required. The content of the input in string format.

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

Returns
Type Description
int

The count of content.

getContentList()

public abstract List<String> getContentList()

Required. The content of the input in string format.

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

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for dataset.

getGlossaryConfig()

public abstract AdaptiveMtTranslateRequest.GlossaryConfig getGlossaryConfig()

Optional. Glossary to be applied. The glossary must be within the same region (have the same location-id) as the model, otherwise an INVALID_ARGUMENT (400) error is returned.

optional .google.cloud.translation.v3.AdaptiveMtTranslateRequest.GlossaryConfig glossary_config = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AdaptiveMtTranslateRequest.GlossaryConfig

The glossaryConfig.

getGlossaryConfigOrBuilder()

public abstract AdaptiveMtTranslateRequest.GlossaryConfigOrBuilder getGlossaryConfigOrBuilder()

Optional. Glossary to be applied. The glossary must be within the same region (have the same location-id) as the model, otherwise an INVALID_ARGUMENT (400) error is returned.

optional .google.cloud.translation.v3.AdaptiveMtTranslateRequest.GlossaryConfig glossary_config = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AdaptiveMtTranslateRequest.GlossaryConfigOrBuilder

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
Type Description
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
Type Description
ByteString

The bytes for parent.

getReferenceSentenceConfig()

public abstract AdaptiveMtTranslateRequest.ReferenceSentenceConfig getReferenceSentenceConfig()

Configuration for caller provided reference sentences.

optional .google.cloud.translation.v3.AdaptiveMtTranslateRequest.ReferenceSentenceConfig reference_sentence_config = 6;

Returns
Type Description
AdaptiveMtTranslateRequest.ReferenceSentenceConfig

The referenceSentenceConfig.

getReferenceSentenceConfigOrBuilder()

public abstract AdaptiveMtTranslateRequest.ReferenceSentenceConfigOrBuilder getReferenceSentenceConfigOrBuilder()

Configuration for caller provided reference sentences.

optional .google.cloud.translation.v3.AdaptiveMtTranslateRequest.ReferenceSentenceConfig reference_sentence_config = 6;

Returns
Type Description
AdaptiveMtTranslateRequest.ReferenceSentenceConfigOrBuilder

hasGlossaryConfig()

public abstract boolean hasGlossaryConfig()

Optional. Glossary to be applied. The glossary must be within the same region (have the same location-id) as the model, otherwise an INVALID_ARGUMENT (400) error is returned.

optional .google.cloud.translation.v3.AdaptiveMtTranslateRequest.GlossaryConfig glossary_config = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the glossaryConfig field is set.

hasReferenceSentenceConfig()

public abstract boolean hasReferenceSentenceConfig()

Configuration for caller provided reference sentences.

optional .google.cloud.translation.v3.AdaptiveMtTranslateRequest.ReferenceSentenceConfig reference_sentence_config = 6;

Returns
Type Description
boolean

Whether the referenceSentenceConfig field is set.