public interface CreateAdaptiveMtDatasetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the adaptiveMtDataset field is set. |