Interface NotebookExecutionJob.GcsNotebookSourceOrBuilder (3.45.0)

public static interface NotebookExecutionJob.GcsNotebookSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGeneration()

public abstract String getGeneration()

The version of the Cloud Storage object to read. If unset, the current version of the object is read. See https://cloud.google.com/storage/docs/metadata#generation-number.

string generation = 2;

Returns
Type Description
String

The generation.

getGenerationBytes()

public abstract ByteString getGenerationBytes()

The version of the Cloud Storage object to read. If unset, the current version of the object is read. See https://cloud.google.com/storage/docs/metadata#generation-number.

string generation = 2;

Returns
Type Description
ByteString

The bytes for generation.

getUri()

public abstract String getUri()

The Cloud Storage uri pointing to the ipynb file. Format: gs://bucket/notebook_file.ipynb

string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The Cloud Storage uri pointing to the ipynb file. Format: gs://bucket/notebook_file.ipynb

string uri = 1;

Returns
Type Description
ByteString

The bytes for uri.