- 0.173.0 (latest)
- 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 GcsDestination.Builder extends GeneratedMessageV3.Builder<GcsDestination.Builder> implements GcsDestinationOrBuilder
Export destination of the data.Only gcs path is allowed in output_uri.
Protobuf type google.cloud.datalabeling.v1beta1.GcsDestination
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GcsDestination.BuilderImplements
GcsDestinationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GcsDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GcsDestination.Builder |
build()
public GcsDestination build()
Type | Description |
GcsDestination |
buildPartial()
public GcsDestination buildPartial()
Type | Description |
GcsDestination |
clear()
public GcsDestination.Builder clear()
Type | Description |
GcsDestination.Builder |
clearField(Descriptors.FieldDescriptor field)
public GcsDestination.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GcsDestination.Builder |
clearMimeType()
public GcsDestination.Builder clearMimeType()
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
string mime_type = 2;
Type | Description |
GcsDestination.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GcsDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GcsDestination.Builder |
clearOutputUri()
public GcsDestination.Builder clearOutputUri()
Required. The output uri of destination file.
string output_uri = 1;
Type | Description |
GcsDestination.Builder | This builder for chaining. |
clone()
public GcsDestination.Builder clone()
Type | Description |
GcsDestination.Builder |
getDefaultInstanceForType()
public GcsDestination getDefaultInstanceForType()
Type | Description |
GcsDestination |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getMimeType()
public String getMimeType()
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
string mime_type = 2;
Type | Description |
String | The mimeType. |
getMimeTypeBytes()
public ByteString getMimeTypeBytes()
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
string mime_type = 2;
Type | Description |
ByteString | The bytes for mimeType. |
getOutputUri()
public String getOutputUri()
Required. The output uri of destination file.
string output_uri = 1;
Type | Description |
String | The outputUri. |
getOutputUriBytes()
public ByteString getOutputUriBytes()
Required. The output uri of destination file.
string output_uri = 1;
Type | Description |
ByteString | The bytes for outputUri. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GcsDestination other)
public GcsDestination.Builder mergeFrom(GcsDestination other)
Name | Description |
other | GcsDestination |
Type | Description |
GcsDestination.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GcsDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GcsDestination.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GcsDestination.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GcsDestination.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GcsDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GcsDestination.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GcsDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GcsDestination.Builder |
setMimeType(String value)
public GcsDestination.Builder setMimeType(String value)
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
string mime_type = 2;
Name | Description |
value | String The mimeType to set. |
Type | Description |
GcsDestination.Builder | This builder for chaining. |
setMimeTypeBytes(ByteString value)
public GcsDestination.Builder setMimeTypeBytes(ByteString value)
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
string mime_type = 2;
Name | Description |
value | ByteString The bytes for mimeType to set. |
Type | Description |
GcsDestination.Builder | This builder for chaining. |
setOutputUri(String value)
public GcsDestination.Builder setOutputUri(String value)
Required. The output uri of destination file.
string output_uri = 1;
Name | Description |
value | String The outputUri to set. |
Type | Description |
GcsDestination.Builder | This builder for chaining. |
setOutputUriBytes(ByteString value)
public GcsDestination.Builder setOutputUriBytes(ByteString value)
Required. The output uri of destination file.
string output_uri = 1;
Name | Description |
value | ByteString The bytes for outputUri to set. |
Type | Description |
GcsDestination.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GcsDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GcsDestination.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GcsDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GcsDestination.Builder |