public static final class GcsDestination.Builder extends GeneratedMessage.Builder<GcsDestination.Builder> implements GcsDestinationOrBuilderExport destination of the data.Only gcs path is allowed in output_uri.
Protobuf type google.cloud.datalabeling.v1beta1.GcsDestination
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GcsDestination.BuilderImplements
GcsDestinationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GcsDestination build()| Returns | |
|---|---|
| Type | Description |
GcsDestination |
|
buildPartial()
public GcsDestination buildPartial()| Returns | |
|---|---|
| Type | Description |
GcsDestination |
|
clear()
public GcsDestination.Builder clear()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
GcsDestination.Builder |
This builder for chaining. |
clearOutputUri()
public GcsDestination.Builder clearOutputUri()Required. The output uri of destination file.
string output_uri = 1;
| Returns | |
|---|---|
| Type | Description |
GcsDestination.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GcsDestination getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GcsDestination |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mimeType. |
getOutputUri()
public String getOutputUri()Required. The output uri of destination file.
string output_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The outputUri. |
getOutputUriBytes()
public ByteString getOutputUriBytes()Required. The output uri of destination file.
string output_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for outputUri. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GcsDestination other)
public GcsDestination.Builder mergeFrom(GcsDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
GcsDestination |
| Returns | |
|---|---|
| Type | Description |
GcsDestination.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GcsDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GcsDestination.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GcsDestination.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe mimeType to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for mimeType to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe outputUri to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for outputUri to set. |
| Returns | |
|---|---|
| Type | Description |
GcsDestination.Builder |
This builder for chaining. |