Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::Notebook (v0.41.0)

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

#notebook_update_time=

def notebook_update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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".