Class: Google::Cloud::Dataform::V1beta1::CompilationResultAction::Notebook
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::CompilationResultAction::Notebook
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Represents a notebook.
Instance Attribute Summary collapse
-
#contents ⇒ ::String
The contents of the notebook.
-
#dependency_targets ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::Target>
A list of actions that this action depends on.
-
#disabled ⇒ ::Boolean
Whether this action is disabled (i.e. should not be run).
-
#tags ⇒ ::Array<::String>
Arbitrary, user-defined tags on this action.
Instance Attribute Details
#contents ⇒ ::String
Returns The contents of the notebook.
1788 1789 1790 1791 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1788 class Notebook include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dependency_targets ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::Target>
Returns A list of actions that this action depends on.
1788 1789 1790 1791 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1788 class Notebook include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |