public interface NotebookOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLastAuthor()
public abstract String getLastAuthor()The user ID of the latest author to modify the notebook.
string last_author = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The lastAuthor. |
getLastAuthorBytes()
public abstract ByteString getLastAuthorBytes()The user ID of the latest author to modify the notebook.
string last_author = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for lastAuthor. |
getName()
public abstract String getName()The name of the notebook.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the notebook.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Timestamp |
The notebookUpdateTime. |
getNotebookUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getNotebookUpdateTimeOrBuilder()The most recent time the notebook was updated.
.google.protobuf.Timestamp notebook_update_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getService()
public abstract String getService()The source notebook service, for example, "Colab Enterprise".
string service = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The service. |
getServiceBytes()
public abstract ByteString getServiceBytes()The source notebook service, for example, "Colab Enterprise".
string service = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the notebookUpdateTime field is set. |