public interface NotebookOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLastAuthor()
The user ID of the latest author to modify the notebook.
|
com.google.protobuf.ByteString |
getLastAuthorBytes()
The user ID of the latest author to modify the notebook.
|
String |
getName()
The name of the notebook.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the notebook.
|
com.google.protobuf.Timestamp |
getNotebookUpdateTime()
The most recent time the notebook was updated.
|
com.google.protobuf.TimestampOrBuilder |
getNotebookUpdateTimeOrBuilder()
The most recent time the notebook was updated.
|
String |
getService()
The source notebook service, for example, "Colab Enterprise".
|
com.google.protobuf.ByteString |
getServiceBytes()
The source notebook service, for example, "Colab Enterprise".
|
boolean |
hasNotebookUpdateTime()
The most recent time the notebook was updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the notebook.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the notebook.
string name = 1;String getService()
The source notebook service, for example, "Colab Enterprise".
string service = 2;com.google.protobuf.ByteString getServiceBytes()
The source notebook service, for example, "Colab Enterprise".
string service = 2;String getLastAuthor()
The user ID of the latest author to modify the notebook.
string last_author = 3;com.google.protobuf.ByteString getLastAuthorBytes()
The user ID of the latest author to modify the notebook.
string last_author = 3;boolean hasNotebookUpdateTime()
The most recent time the notebook was updated.
.google.protobuf.Timestamp notebook_update_time = 4;com.google.protobuf.Timestamp getNotebookUpdateTime()
The most recent time the notebook was updated.
.google.protobuf.Timestamp notebook_update_time = 4;com.google.protobuf.TimestampOrBuilder getNotebookUpdateTimeOrBuilder()
The most recent time the notebook was updated.
.google.protobuf.Timestamp notebook_update_time = 4;Copyright © 2024 Google LLC. All rights reserved.