Interface GcsSourceOrBuilder (2.2.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
TypeDescription
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
TypeDescription
ByteString

The bytes for inputUri.