public interface ImportDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InputConfig |
getInputConfig()
Required.
|
InputConfigOrBuilder |
getInputConfigOrBuilder()
Required.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
hasInputConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. Dataset resource name, format:
projects/{project_id}/datasets/{dataset_id}
string name = 1;com.google.protobuf.ByteString getNameBytes()
Required. Dataset resource name, format:
projects/{project_id}/datasets/{dataset_id}
string name = 1;boolean hasInputConfig()
Required. Specify the input source of the data.
.google.cloud.datalabeling.v1beta1.InputConfig input_config = 2;InputConfig getInputConfig()
Required. Specify the input source of the data.
.google.cloud.datalabeling.v1beta1.InputConfig input_config = 2;InputConfigOrBuilder getInputConfigOrBuilder()
Required. Specify the input source of the data.
.google.cloud.datalabeling.v1beta1.InputConfig input_config = 2;Copyright © 2019 Google LLC. All rights reserved.