Class: Google::Cloud::SecurityCenter::V1::Notebook

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#last_author::String

Returns The user ID of the latest author to modify the notebook.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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

#service::String

Returns The source notebook service, for example, "Colab Enterprise".

Returns:

  • (::String)

    The source notebook service, for example, "Colab Enterprise".



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