Class: Google::Cloud::SecurityCenter::V1::Notebook
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Notebook
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/notebook.rb
Overview
Represents a Jupyter notebook IPYNB file, such as a Colab Enterprise notebook file, that is associated with a finding.
Instance Attribute Summary collapse
-
#last_author ⇒ ::String
The user ID of the latest author to modify the notebook.
-
#name ⇒ ::String
The name of the notebook.
-
#notebook_update_time ⇒ ::Google::Protobuf::Timestamp
The most recent time the notebook was updated.
-
#service ⇒ ::String
The source notebook service, for example, "Colab Enterprise".
Instance Attribute Details
#last_author ⇒ ::String
Returns The user ID of the latest author to modify the notebook.
39 40 41 42 |
# File 'proto_docs/google/cloud/securitycenter/v1/notebook.rb', line 39 class Notebook include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the notebook.
39 40 41 42 |
# File 'proto_docs/google/cloud/securitycenter/v1/notebook.rb', line 39 class Notebook include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notebook_update_time ⇒ ::Google::Protobuf::Timestamp
Returns The most recent time the notebook was updated.
39 40 41 42 |
# File 'proto_docs/google/cloud/securitycenter/v1/notebook.rb', line 39 class Notebook include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |