Class StorageSourceClass

public class StorageSourceClass

If provided, get the source from this location in Google Cloud Storage. Location of the source in an archive file in Google Cloud Storage.

Inheritance

java.lang.Object > StorageSourceClass

Constructors

StorageSourceClass()

public StorageSourceClass()

Methods

getBucket()

public String getBucket()

Google Cloud Storage bucket containing the source (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).

Returns
TypeDescription
String

getGeneration()

public Long getGeneration()

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

Returns
TypeDescription
Long

getObject()

public String getObject()

Google Cloud Storage object containing the source.

Returns
TypeDescription
String

setBucket(String value)

public void setBucket(String value)
Parameter
NameDescription
valueString

setGeneration(Long value)

public void setGeneration(Long value)
Parameter
NameDescription
valueLong

setObject(String value)

public void setObject(String value)
Parameter
NameDescription
valueString