Interface GcsSourceOrBuilder (2.42.0)

public interface GcsSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputUri()

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