Google Cloud Security Command Center V1 Client - Class Notebook (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Notebook.

Represents a Jupyter notebook IPYNB file, such as a Colab Enterprise notebook file, that is associated with a finding.

Generated from protobuf message google.cloud.securitycenter.v1.Notebook

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

The name of the notebook.

↳ service string

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

↳ last_author string

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

↳ notebook_update_time Google\Protobuf\Timestamp

The most recent time the notebook was updated.

getName

The name of the notebook.

Returns
Type Description
string

setName

The name of the notebook.

Parameter
Name Description
var string
Returns
Type Description
$this

getService

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

Returns
Type Description
string

setService

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

Parameter
Name Description
var string
Returns
Type Description
$this

getLastAuthor

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

Returns
Type Description
string

setLastAuthor

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

Parameter
Name Description
var string
Returns
Type Description
$this

getNotebookUpdateTime

The most recent time the notebook was updated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasNotebookUpdateTime

clearNotebookUpdateTime

setNotebookUpdateTime

The most recent time the notebook was updated.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this