Class: Google::Cloud::Dataform::V1beta1::CompilationResultAction::Notebook

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#contents::String

Returns The contents of the notebook.

Returns:

  • (::String)

    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.

Returns:



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

#disabled::Boolean

Returns Whether this action is disabled (i.e. should not be run).

Returns:

  • (::Boolean)

    Whether this action is disabled (i.e. should not be run).



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

#tags::Array<::String>

Returns Arbitrary, user-defined tags on this action.

Returns:

  • (::Array<::String>)

    Arbitrary, user-defined tags on this action.



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