Class GcsDestination.Builder (2.46.0)

public static final class GcsDestination.Builder extends GeneratedMessageV3.Builder<GcsDestination.Builder> implements GcsDestinationOrBuilder

The Google Cloud Storage location for the output content.

Protobuf type google.cloud.translation.v3.GcsDestination

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GcsDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GcsDestination.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public GcsDestination.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GcsDestination.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public GcsDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GcsDestination.Builder
Overrides

clearOutputUriPrefix()

public GcsDestination.Builder clearOutputUriPrefix()

Required. The bucket used in 'output_uri_prefix' must exist and there must be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with "/" and start with "gs://". One 'output_uri_prefix' can only be used by one batch translation job at a time. Otherwise an INVALID_ARGUMENT (400) error is returned.

string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GcsDestination.Builder

This builder for chaining.

clone()

public GcsDestination.Builder clone()
Returns
Type Description
GcsDestination.Builder
Overrides

getDefaultInstanceForType()

public GcsDestination getDefaultInstanceForType()
Returns
Type Description
GcsDestination

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getOutputUriPrefix()

public String getOutputUriPrefix()

Required. The bucket used in 'output_uri_prefix' must exist and there must be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with "/" and start with "gs://". One 'output_uri_prefix' can only be used by one batch translation job at a time. Otherwise an INVALID_ARGUMENT (400) error is returned.

string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The outputUriPrefix.

getOutputUriPrefixBytes()

public ByteString getOutputUriPrefixBytes()

Required. The bucket used in 'output_uri_prefix' must exist and there must be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with "/" and start with "gs://". One 'output_uri_prefix' can only be used by one batch translation job at a time. Otherwise an INVALID_ARGUMENT (400) error is returned.

string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for outputUriPrefix.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides