public interface ExportDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotatedDataset()
Required.
|
com.google.protobuf.ByteString |
getAnnotatedDatasetBytes()
Required.
|
String |
getFilter()
Optional.
|
com.google.protobuf.ByteString |
getFilterBytes()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
OutputConfig |
getOutputConfig()
Required.
|
OutputConfigOrBuilder |
getOutputConfigOrBuilder()
Required.
|
String |
getUserEmailAddress()
Email of the user who started the export task and should be notified by
email.
|
com.google.protobuf.ByteString |
getUserEmailAddressBytes()
Email of the user who started the export task and should be notified by
email.
|
boolean |
hasOutputConfig()
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;String getAnnotatedDataset()
Required. Annotated dataset resource name. DataItem in
Dataset and their annotations in specified annotated dataset will be
exported. It's in format of
projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/
{annotated_dataset_id}
string annotated_dataset = 2;com.google.protobuf.ByteString getAnnotatedDatasetBytes()
Required. Annotated dataset resource name. DataItem in
Dataset and their annotations in specified annotated dataset will be
exported. It's in format of
projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/
{annotated_dataset_id}
string annotated_dataset = 2;String getFilter()
Optional. Filter is not supported at this moment.
string filter = 3;com.google.protobuf.ByteString getFilterBytes()
Optional. Filter is not supported at this moment.
string filter = 3;boolean hasOutputConfig()
Required. Specify the output destination.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 4;OutputConfig getOutputConfig()
Required. Specify the output destination.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 4;OutputConfigOrBuilder getOutputConfigOrBuilder()
Required. Specify the output destination.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 4;String getUserEmailAddress()
Email of the user who started the export task and should be notified by email. If empty no notification will be sent.
string user_email_address = 5;com.google.protobuf.ByteString getUserEmailAddressBytes()
Email of the user who started the export task and should be notified by email. If empty no notification will be sent.
string user_email_address = 5;Copyright © 2019 Google LLC. All rights reserved.