public static final class ExportDataRequest.Builder extends GeneratedMessageV3.Builder<ExportDataRequest.Builder> implements ExportDataRequestOrBuilderRequest message for ExportData API.
Protobuf type google.cloud.datalabeling.v1beta1.ExportDataRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ExportDataRequest.BuilderImplements
ExportDataRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExportDataRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ExportDataRequest.Builder |
build()
public ExportDataRequest build()| Type | Description |
| ExportDataRequest |
buildPartial()
public ExportDataRequest buildPartial()| Type | Description |
| ExportDataRequest |
clear()
public ExportDataRequest.Builder clear()| Type | Description |
| ExportDataRequest.Builder |
clearAnnotatedDataset()
public ExportDataRequest.Builder clearAnnotatedDataset()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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ExportDataRequest.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ExportDataRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ExportDataRequest.Builder |
clearFilter()
public ExportDataRequest.Builder clearFilter()Optional. Filter is not supported at this moment.
string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ExportDataRequest.Builder | This builder for chaining. |
clearName()
public ExportDataRequest.Builder clearName()Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ExportDataRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ExportDataRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ExportDataRequest.Builder |
clearOutputConfig()
public ExportDataRequest.Builder clearOutputConfig()Required. Specify the output destination.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ExportDataRequest.Builder |
clearUserEmailAddress()
public ExportDataRequest.Builder clearUserEmailAddress()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;
| Type | Description |
| ExportDataRequest.Builder | This builder for chaining. |
clone()
public ExportDataRequest.Builder clone()| Type | Description |
| ExportDataRequest.Builder |
getAnnotatedDataset()
public 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The annotatedDataset. |
getAnnotatedDatasetBytes()
public 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for annotatedDataset. |
getDefaultInstanceForType()
public ExportDataRequest getDefaultInstanceForType()| Type | Description |
| ExportDataRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getFilter()
public String getFilter()Optional. Filter is not supported at this moment.
string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The filter. |
getFilterBytes()
public ByteString getFilterBytes()Optional. Filter is not supported at this moment.
string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for filter. |
getName()
public String getName()Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public ByteString getNameBytes()Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
getOutputConfig()
public OutputConfig getOutputConfig()Required. Specify the output destination.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| OutputConfig | The outputConfig. |
getOutputConfigBuilder()
public OutputConfig.Builder getOutputConfigBuilder()Required. Specify the output destination.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| OutputConfig.Builder |
getOutputConfigOrBuilder()
public OutputConfigOrBuilder getOutputConfigOrBuilder()Required. Specify the output destination.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| OutputConfigOrBuilder |
getUserEmailAddress()
public 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;
| Type | Description |
| String | The userEmailAddress. |
getUserEmailAddressBytes()
public 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;
| Type | Description |
| ByteString | The bytes for userEmailAddress. |
hasOutputConfig()
public boolean hasOutputConfig()Required. Specify the output destination.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 4 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the outputConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ExportDataRequest other)
public ExportDataRequest.Builder mergeFrom(ExportDataRequest other)| Name | Description |
| other | ExportDataRequest |
| Type | Description |
| ExportDataRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExportDataRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ExportDataRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ExportDataRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ExportDataRequest.Builder |
mergeOutputConfig(OutputConfig value)
public ExportDataRequest.Builder mergeOutputConfig(OutputConfig value)Required. Specify the output destination.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 4 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | OutputConfig |
| Type | Description |
| ExportDataRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExportDataRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ExportDataRequest.Builder |
setAnnotatedDataset(String value)
public ExportDataRequest.Builder setAnnotatedDataset(String value)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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe annotatedDataset to set. |
| Type | Description |
| ExportDataRequest.Builder | This builder for chaining. |
setAnnotatedDatasetBytes(ByteString value)
public ExportDataRequest.Builder setAnnotatedDatasetBytes(ByteString value)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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for annotatedDataset to set. |
| Type | Description |
| ExportDataRequest.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ExportDataRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ExportDataRequest.Builder |
setFilter(String value)
public ExportDataRequest.Builder setFilter(String value)Optional. Filter is not supported at this moment.
string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe filter to set. |
| Type | Description |
| ExportDataRequest.Builder | This builder for chaining. |
setFilterBytes(ByteString value)
public ExportDataRequest.Builder setFilterBytes(ByteString value)Optional. Filter is not supported at this moment.
string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes for filter to set. |
| Type | Description |
| ExportDataRequest.Builder | This builder for chaining. |
setName(String value)
public ExportDataRequest.Builder setName(String value)Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | StringThe name to set. |
| Type | Description |
| ExportDataRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public ExportDataRequest.Builder setNameBytes(ByteString value)Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Name | Description |
| value | ByteStringThe bytes for name to set. |
| Type | Description |
| ExportDataRequest.Builder | This builder for chaining. |
setOutputConfig(OutputConfig value)
public ExportDataRequest.Builder setOutputConfig(OutputConfig value)Required. Specify the output destination.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 4 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | OutputConfig |
| Type | Description |
| ExportDataRequest.Builder |
setOutputConfig(OutputConfig.Builder builderForValue)
public ExportDataRequest.Builder setOutputConfig(OutputConfig.Builder builderForValue)Required. Specify the output destination.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 4 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| builderForValue | OutputConfig.Builder |
| Type | Description |
| ExportDataRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExportDataRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ExportDataRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ExportDataRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ExportDataRequest.Builder |
setUserEmailAddress(String value)
public ExportDataRequest.Builder setUserEmailAddress(String value)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;
| Name | Description |
| value | StringThe userEmailAddress to set. |
| Type | Description |
| ExportDataRequest.Builder | This builder for chaining. |
setUserEmailAddressBytes(ByteString value)
public ExportDataRequest.Builder setUserEmailAddressBytes(ByteString value)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;
| Name | Description |
| value | ByteStringThe bytes for userEmailAddress to set. |
| Type | Description |
| ExportDataRequest.Builder | This builder for chaining. |