Interface ImportAdaptiveMtFileResponseOrBuilder (2.41.0)

public interface ImportAdaptiveMtFileResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdaptiveMtFile()

public abstract AdaptiveMtFile getAdaptiveMtFile()

Output only. The Adaptive MT file that was imported.

.google.cloud.translation.v3.AdaptiveMtFile adaptive_mt_file = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
AdaptiveMtFile

The adaptiveMtFile.

getAdaptiveMtFileOrBuilder()

public abstract AdaptiveMtFileOrBuilder getAdaptiveMtFileOrBuilder()

Output only. The Adaptive MT file that was imported.

.google.cloud.translation.v3.AdaptiveMtFile adaptive_mt_file = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
AdaptiveMtFileOrBuilder

hasAdaptiveMtFile()

public abstract boolean hasAdaptiveMtFile()

Output only. The Adaptive MT file that was imported.

.google.cloud.translation.v3.AdaptiveMtFile adaptive_mt_file = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the adaptiveMtFile field is set.