Interface StorageSourceManifestOrBuilder (3.4.1)

public interface StorageSourceManifestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBucket()

public abstract String getBucket()

Google Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).

string bucket = 1;

Returns
TypeDescription
String

The bucket.

getBucketBytes()

public abstract ByteString getBucketBytes()

Google Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).

string bucket = 1;

Returns
TypeDescription
ByteString

The bytes for bucket.

getGeneration()

public abstract long getGeneration()

Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.

int64 generation = 3;

Returns
TypeDescription
long

The generation.

getObject()

public abstract String getObject()

Google Cloud Storage object containing the source manifest. This object must be a JSON file.

string object = 2;

Returns
TypeDescription
String

The object.

getObjectBytes()

public abstract ByteString getObjectBytes()

Google Cloud Storage object containing the source manifest. This object must be a JSON file.

string object = 2;

Returns
TypeDescription
ByteString

The bytes for object.