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. |