- 0.205.0 (latest)
- 0.203.0
- 0.202.0
- 0.201.0
- 0.200.0
- 0.198.0
- 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 GcsSource.Builder extends GeneratedMessage.Builder<GcsSource.Builder> implements GcsSourceOrBuilderSource of the Cloud Storage file to be imported.
Protobuf type google.cloud.datalabeling.v1beta1.GcsSource
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GcsSource.BuilderImplements
GcsSourceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GcsSource build()| Returns | |
|---|---|
| Type | Description |
GcsSource |
|
buildPartial()
public GcsSource buildPartial()| Returns | |
|---|---|
| Type | Description |
GcsSource |
|
clear()
public GcsSource.Builder clear()| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
|
clearInputUri()
public GcsSource.Builder clearInputUri() Required. The input URI of source file. This must be a Cloud Storage path
(gs://...).
string input_uri = 1;
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
This builder for chaining. |
clearMimeType()
public GcsSource.Builder clearMimeType()Required. The format of the source file. Only "text/csv" is supported.
string mime_type = 2;
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GcsSource getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GcsSource |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInputUri()
public String getInputUri() Required. The input URI of source file. This must be a Cloud Storage path
(gs://...).
string input_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The inputUri. |
getInputUriBytes()
public ByteString getInputUriBytes() Required. The input URI of source file. This must be a Cloud Storage path
(gs://...).
string input_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for inputUri. |
getMimeType()
public String getMimeType()Required. The format of the source file. Only "text/csv" is supported.
string mime_type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The mimeType. |
getMimeTypeBytes()
public ByteString getMimeTypeBytes()Required. The format of the source file. Only "text/csv" is supported.
string mime_type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mimeType. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GcsSource other)
public GcsSource.Builder mergeFrom(GcsSource other)| Parameter | |
|---|---|
| Name | Description |
other |
GcsSource |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GcsSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GcsSource.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
|
setInputUri(String value)
public GcsSource.Builder setInputUri(String value) Required. The input URI of source file. This must be a Cloud Storage path
(gs://...).
string input_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe inputUri to set. |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
This builder for chaining. |
setInputUriBytes(ByteString value)
public GcsSource.Builder setInputUriBytes(ByteString value) Required. The input URI of source file. This must be a Cloud Storage path
(gs://...).
string input_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for inputUri to set. |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
This builder for chaining. |
setMimeType(String value)
public GcsSource.Builder setMimeType(String value)Required. The format of the source file. Only "text/csv" is supported.
string mime_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe mimeType to set. |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
This builder for chaining. |
setMimeTypeBytes(ByteString value)
public GcsSource.Builder setMimeTypeBytes(ByteString value)Required. The format of the source file. Only "text/csv" is supported.
string mime_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for mimeType to set. |
| Returns | |
|---|---|
| Type | Description |
GcsSource.Builder |
This builder for chaining. |