Reference documentation and code samples for the Google Cloud Dataform V1 Client class Notebook.
Represents a notebook.
Generated from protobuf message google.cloud.dataform.v1.CompilationResultAction.Notebook
Namespace
Google \ Cloud \ Dataform \ V1 \ CompilationResultActionMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ dependency_targets
↳ disabled
bool
Whether this action is disabled (i.e. should not be run).
↳ contents
string
The contents of the notebook.
↳ tags
array
Arbitrary, user-defined tags on this action.
getDependencyTargets
A list of actions that this action depends on.
setDependencyTargets
A list of actions that this action depends on.
$this
getDisabled
Whether this action is disabled (i.e. should not be run).
bool
setDisabled
Whether this action is disabled (i.e. should not be run).
var
bool
$this
getContents
The contents of the notebook.
string
setContents
The contents of the notebook.
var
string
$this
getTags
Arbitrary, user-defined tags on this action.
setTags
Arbitrary, user-defined tags on this action.
var
string[]
$this