Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CompilationResultAction::Notebook.
Represents a notebook.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#contents
def contents() -> ::String
Returns
- (::String) — The contents of the notebook.
#contents=
def contents=(value) -> ::String
Parameter
- value (::String) — The contents of the notebook.
Returns
- (::String) — The contents of the notebook.
#dependency_targets
def dependency_targets() -> ::Array<::Google::Cloud::Dataform::V1beta1::Target>
Returns
- (::Array<::Google::Cloud::Dataform::V1beta1::Target>) — A list of actions that this action depends on.
#dependency_targets=
def dependency_targets=(value) -> ::Array<::Google::Cloud::Dataform::V1beta1::Target>
Parameter
- value (::Array<::Google::Cloud::Dataform::V1beta1::Target>) — A list of actions that this action depends on.
Returns
- (::Array<::Google::Cloud::Dataform::V1beta1::Target>) — A list of actions that this action depends on.
#disabled
def disabled() -> ::Boolean
Returns
- (::Boolean) — Whether this action is disabled (i.e. should not be run).
#disabled=
def disabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether this action is disabled (i.e. should not be run).
Returns
- (::Boolean) — Whether this action is disabled (i.e. should not be run).
#tags
def tags() -> ::Array<::String>
Returns
- (::Array<::String>) — Arbitrary, user-defined tags on this action.
#tags=
def tags=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Arbitrary, user-defined tags on this action.
Returns
- (::Array<::String>) — Arbitrary, user-defined tags on this action.