Class GcsDestination.Builder (0.203.0)

public static final class GcsDestination.Builder extends GeneratedMessage.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

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GcsDestination.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GcsDestination.Builder
Overrides

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 String

The 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 ByteString

The 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 String

The 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 ByteString

The bytes for outputUri to set.

Returns
Type Description
GcsDestination.Builder

This builder for chaining.