Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::Notebook.
Represents a Jupyter notebook IPYNB file, such as a Colab Enterprise notebook file, that is associated with a finding.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#last_author
def last_author() -> ::String
Returns
- (::String) — The user ID of the latest author to modify the notebook.
#last_author=
def last_author=(value) -> ::String
Parameter
- value (::String) — The user ID of the latest author to modify the notebook.
Returns
- (::String) — The user ID of the latest author to modify the notebook.
#name
def name() -> ::String
Returns
- (::String) — The name of the notebook.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of the notebook.
Returns
- (::String) — The name of the notebook.
#notebook_update_time
def notebook_update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The most recent time the notebook was updated.
#notebook_update_time=
def notebook_update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The most recent time the notebook was updated.
Returns
- (::Google::Protobuf::Timestamp) — The most recent time the notebook was updated.
#service
def service() -> ::String
Returns
- (::String) — The source notebook service, for example, "Colab Enterprise".
#service=
def service=(value) -> ::String
Parameter
- value (::String) — The source notebook service, for example, "Colab Enterprise".
Returns
- (::String) — The source notebook service, for example, "Colab Enterprise".