public static final class ExportDataOperationResponse.Builder extends GeneratedMessageV3.Builder<ExportDataOperationResponse.Builder> implements ExportDataOperationResponseOrBuilderResponse used for ExportDataset longrunning operation.
Protobuf type google.cloud.datalabeling.v1beta1.ExportDataOperationResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ExportDataOperationResponse.BuilderImplements
ExportDataOperationResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExportDataOperationResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ExportDataOperationResponse.Builder |
build()
public ExportDataOperationResponse build()| Type | Description |
| ExportDataOperationResponse |
buildPartial()
public ExportDataOperationResponse buildPartial()| Type | Description |
| ExportDataOperationResponse |
clear()
public ExportDataOperationResponse.Builder clear()| Type | Description |
| ExportDataOperationResponse.Builder |
clearDataset()
public ExportDataOperationResponse.Builder clearDataset()Ouptut only. The name of dataset. "projects/*/datasets/*"
string dataset = 1;
| Type | Description |
| ExportDataOperationResponse.Builder | This builder for chaining. |
clearExportCount()
public ExportDataOperationResponse.Builder clearExportCount()Output only. Number of examples exported successfully.
int32 export_count = 3;
| Type | Description |
| ExportDataOperationResponse.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ExportDataOperationResponse.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ExportDataOperationResponse.Builder |
clearLabelStats()
public ExportDataOperationResponse.Builder clearLabelStats()Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
| Type | Description |
| ExportDataOperationResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ExportDataOperationResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ExportDataOperationResponse.Builder |
clearOutputConfig()
public ExportDataOperationResponse.Builder clearOutputConfig()Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
| Type | Description |
| ExportDataOperationResponse.Builder |
clearTotalCount()
public ExportDataOperationResponse.Builder clearTotalCount()Output only. Total number of examples requested to export
int32 total_count = 2;
| Type | Description |
| ExportDataOperationResponse.Builder | This builder for chaining. |
clone()
public ExportDataOperationResponse.Builder clone()| Type | Description |
| ExportDataOperationResponse.Builder |
getDataset()
public String getDataset()Ouptut only. The name of dataset. "projects/*/datasets/*"
string dataset = 1;
| Type | Description |
| String | The dataset. |
getDatasetBytes()
public ByteString getDatasetBytes()Ouptut only. The name of dataset. "projects/*/datasets/*"
string dataset = 1;
| Type | Description |
| ByteString | The bytes for dataset. |
getDefaultInstanceForType()
public ExportDataOperationResponse getDefaultInstanceForType()| Type | Description |
| ExportDataOperationResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getExportCount()
public int getExportCount()Output only. Number of examples exported successfully.
int32 export_count = 3;
| Type | Description |
| int | The exportCount. |
getLabelStats()
public LabelStats getLabelStats()Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
| Type | Description |
| LabelStats | The labelStats. |
getLabelStatsBuilder()
public LabelStats.Builder getLabelStatsBuilder()Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
| Type | Description |
| LabelStats.Builder |
getLabelStatsOrBuilder()
public LabelStatsOrBuilder getLabelStatsOrBuilder()Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
| Type | Description |
| LabelStatsOrBuilder |
getOutputConfig()
public OutputConfig getOutputConfig()Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
| Type | Description |
| OutputConfig | The outputConfig. |
getOutputConfigBuilder()
public OutputConfig.Builder getOutputConfigBuilder()Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
| Type | Description |
| OutputConfig.Builder |
getOutputConfigOrBuilder()
public OutputConfigOrBuilder getOutputConfigOrBuilder()Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
| Type | Description |
| OutputConfigOrBuilder |
getTotalCount()
public int getTotalCount()Output only. Total number of examples requested to export
int32 total_count = 2;
| Type | Description |
| int | The totalCount. |
hasLabelStats()
public boolean hasLabelStats()Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
| Type | Description |
| boolean | Whether the labelStats field is set. |
hasOutputConfig()
public boolean hasOutputConfig()Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
| 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(ExportDataOperationResponse other)
public ExportDataOperationResponse.Builder mergeFrom(ExportDataOperationResponse other)| Name | Description |
| other | ExportDataOperationResponse |
| Type | Description |
| ExportDataOperationResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExportDataOperationResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ExportDataOperationResponse.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ExportDataOperationResponse.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ExportDataOperationResponse.Builder |
mergeLabelStats(LabelStats value)
public ExportDataOperationResponse.Builder mergeLabelStats(LabelStats value)Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
| Name | Description |
| value | LabelStats |
| Type | Description |
| ExportDataOperationResponse.Builder |
mergeOutputConfig(OutputConfig value)
public ExportDataOperationResponse.Builder mergeOutputConfig(OutputConfig value)Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
| Name | Description |
| value | OutputConfig |
| Type | Description |
| ExportDataOperationResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExportDataOperationResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ExportDataOperationResponse.Builder |
setDataset(String value)
public ExportDataOperationResponse.Builder setDataset(String value)Ouptut only. The name of dataset. "projects/*/datasets/*"
string dataset = 1;
| Name | Description |
| value | StringThe dataset to set. |
| Type | Description |
| ExportDataOperationResponse.Builder | This builder for chaining. |
setDatasetBytes(ByteString value)
public ExportDataOperationResponse.Builder setDatasetBytes(ByteString value)Ouptut only. The name of dataset. "projects/*/datasets/*"
string dataset = 1;
| Name | Description |
| value | ByteStringThe bytes for dataset to set. |
| Type | Description |
| ExportDataOperationResponse.Builder | This builder for chaining. |
setExportCount(int value)
public ExportDataOperationResponse.Builder setExportCount(int value)Output only. Number of examples exported successfully.
int32 export_count = 3;
| Name | Description |
| value | intThe exportCount to set. |
| Type | Description |
| ExportDataOperationResponse.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ExportDataOperationResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ExportDataOperationResponse.Builder |
setLabelStats(LabelStats value)
public ExportDataOperationResponse.Builder setLabelStats(LabelStats value)Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
| Name | Description |
| value | LabelStats |
| Type | Description |
| ExportDataOperationResponse.Builder |
setLabelStats(LabelStats.Builder builderForValue)
public ExportDataOperationResponse.Builder setLabelStats(LabelStats.Builder builderForValue)Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
| Name | Description |
| builderForValue | LabelStats.Builder |
| Type | Description |
| ExportDataOperationResponse.Builder |
setOutputConfig(OutputConfig value)
public ExportDataOperationResponse.Builder setOutputConfig(OutputConfig value)Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
| Name | Description |
| value | OutputConfig |
| Type | Description |
| ExportDataOperationResponse.Builder |
setOutputConfig(OutputConfig.Builder builderForValue)
public ExportDataOperationResponse.Builder setOutputConfig(OutputConfig.Builder builderForValue)Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
| Name | Description |
| builderForValue | OutputConfig.Builder |
| Type | Description |
| ExportDataOperationResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExportDataOperationResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ExportDataOperationResponse.Builder |
setTotalCount(int value)
public ExportDataOperationResponse.Builder setTotalCount(int value)Output only. Total number of examples requested to export
int32 total_count = 2;
| Name | Description |
| value | intThe totalCount to set. |
| Type | Description |
| ExportDataOperationResponse.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ExportDataOperationResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ExportDataOperationResponse.Builder |