Class GcsSource.Builder (2.83.0)

public static final class GcsSource.Builder extends GeneratedMessage.Builder<GcsSource.Builder> implements GcsSourceOrBuilder

The Google Cloud Storage location for the input content.

Protobuf type google.cloud.translation.v3beta1.GcsSource

Implements

GcsSourceOrBuilder

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

clearInputUri()

public GcsSource.Builder clearInputUri()

Required. Source data URI. For example, gs://my_bucket/my_object.

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

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
Overrides

getInputUri()

public String getInputUri()

Required. Source data URI. For example, gs://my_bucket/my_object.

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

Returns
Type Description
String

The inputUri.

getInputUriBytes()

public ByteString getInputUriBytes()

Required. Source data URI. For example, gs://my_bucket/my_object.

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

Returns
Type Description
ByteString

The bytes for inputUri.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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

mergeFrom(Message other)

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

setInputUri(String value)

public GcsSource.Builder setInputUri(String value)

Required. Source data URI. For example, gs://my_bucket/my_object.

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

Parameter
Name Description
value String

The inputUri to set.

Returns
Type Description
GcsSource.Builder

This builder for chaining.

setInputUriBytes(ByteString value)

public GcsSource.Builder setInputUriBytes(ByteString value)

Required. Source data URI. For example, gs://my_bucket/my_object.

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

Parameter
Name Description
value ByteString

The bytes for inputUri to set.

Returns
Type Description
GcsSource.Builder

This builder for chaining.