Reference documentation and code samples for the Google Cloud Security Command Center V2 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.v2.Notebook
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ name | stringThe name of the notebook. | 
| ↳ service | stringThe source notebook service, for example, "Colab Enterprise". | 
| ↳ last_author | stringThe user ID of the latest author to modify the notebook. | 
| ↳ notebook_update_time | Google\Protobuf\TimestampThe 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 | |