Interface NotebookOrBuilder (2.50.0)

public interface NotebookOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLastAuthor()

public abstract String getLastAuthor()

The user ID of the latest author to modify the notebook.

string last_author = 3;

Returns
TypeDescription
String

The lastAuthor.

getLastAuthorBytes()

public abstract ByteString getLastAuthorBytes()

The user ID of the latest author to modify the notebook.

string last_author = 3;

Returns
TypeDescription
ByteString

The bytes for lastAuthor.

getName()

public abstract String getName()

The name of the notebook.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the notebook.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getNotebookUpdateTime()

public abstract Timestamp getNotebookUpdateTime()

The most recent time the notebook was updated.

.google.protobuf.Timestamp notebook_update_time = 4;

Returns
TypeDescription
Timestamp

The notebookUpdateTime.

getNotebookUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getNotebookUpdateTimeOrBuilder()

The most recent time the notebook was updated.

.google.protobuf.Timestamp notebook_update_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getService()

public abstract String getService()

The source notebook service, for example, "Colab Enterprise".

string service = 2;

Returns
TypeDescription
String

The service.

getServiceBytes()

public abstract ByteString getServiceBytes()

The source notebook service, for example, "Colab Enterprise".

string service = 2;

Returns
TypeDescription
ByteString

The bytes for service.

hasNotebookUpdateTime()

public abstract boolean hasNotebookUpdateTime()

The most recent time the notebook was updated.

.google.protobuf.Timestamp notebook_update_time = 4;

Returns
TypeDescription
boolean

Whether the notebookUpdateTime field is set.