- 0.198.0 (latest)
- 0.196.0
- 0.195.0
- 0.194.0
- 0.193.0
- 0.192.0
- 0.190.0
- 0.188.0
- 0.187.0
- 0.184.0
- 0.183.0
- 0.182.0
- 0.180.0
- 0.179.0
- 0.178.0
- 0.177.0
- 0.176.0
- 0.175.0
- 0.174.0
- 0.173.0
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
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()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExportDataRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.Builder | |
build()
public ExportDataRequest build()| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest | |
buildPartial()
public ExportDataRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest | |
clear()
public ExportDataRequest.Builder clear()| Returns | |
|---|---|
| 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) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public ExportDataRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public ExportDataRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.Builder | This builder for chaining. | 
clone()
public ExportDataRequest.Builder clone()| Returns | |
|---|---|
| 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) = { ... }
 
| Returns | |
|---|---|
| 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) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for annotatedDataset. | 
getDefaultInstanceForType()
public ExportDataRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getFilter()
public String getFilter()Optional. Filter is not supported at this moment.
 string filter = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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) = { ... }
 
| Returns | |
|---|---|
| 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) = { ... }
 
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the outputConfig field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(ExportDataRequest other)
public ExportDataRequest.Builder mergeFrom(ExportDataRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | ExportDataRequest | 
| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExportDataRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public ExportDataRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| 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];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | OutputConfig | 
| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExportDataRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| 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) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe annotatedDataset to set. | 
| Returns | |
|---|---|
| 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) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for annotatedDataset to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public ExportDataRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe filter to set. | 
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for filter to set. | 
| Returns | |
|---|---|
| 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) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| 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) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| 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];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | OutputConfig | 
| Returns | |
|---|---|
| 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];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | OutputConfig.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.Builder | |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExportDataRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final ExportDataRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe userEmailAddress to set. | 
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for userEmailAddress to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ExportDataRequest.Builder | This builder for chaining. |