Interface CreateAdaptiveMtDatasetRequestOrBuilder (2.36.0)

public interface CreateAdaptiveMtDatasetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdaptiveMtDataset()

public abstract AdaptiveMtDataset getAdaptiveMtDataset()

Required. The AdaptiveMtDataset to be created.

.google.cloud.translation.v3.AdaptiveMtDataset adaptive_mt_dataset = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AdaptiveMtDataset

The adaptiveMtDataset.

getAdaptiveMtDatasetOrBuilder()

public abstract AdaptiveMtDatasetOrBuilder getAdaptiveMtDatasetOrBuilder()

Required. The AdaptiveMtDataset to be created.

.google.cloud.translation.v3.AdaptiveMtDataset adaptive_mt_dataset = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AdaptiveMtDatasetOrBuilder

getParent()

public abstract 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
TypeDescription
String

The parent.

getParentBytes()

public abstract 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
TypeDescription
ByteString

The bytes for parent.

hasAdaptiveMtDataset()

public abstract boolean hasAdaptiveMtDataset()

Required. The AdaptiveMtDataset to be created.

.google.cloud.translation.v3.AdaptiveMtDataset adaptive_mt_dataset = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the adaptiveMtDataset field is set.