Class: Google::Cloud::Dataform::V1beta1::CompilationResultAction::Operations

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 list of arbitrary database operations.

Instance Attribute Summary collapse

Instance Attribute Details

#dependency_targets::Array<::Google::Cloud::Dataform::V1beta1::Target>

Returns A list of actions that this action depends on.

Returns:



1487
1488
1489
1490
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1487

class Operations
  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).



1487
1488
1489
1490
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1487

class Operations
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#has_output::Boolean

Returns Whether these operations produce an output relation.

Returns:

  • (::Boolean)

    Whether these operations produce an output relation.



1487
1488
1489
1490
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1487

class Operations
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#queries::Array<::String>

Returns A list of arbitrary SQL statements that will be executed without alteration.

Returns:

  • (::Array<::String>)

    A list of arbitrary SQL statements that will be executed without alteration.



1487
1488
1489
1490
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1487

class Operations
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#relation_descriptor::Google::Cloud::Dataform::V1beta1::RelationDescriptor

Returns Descriptor for any output relation and its columns. Only set if has_output is true.

Returns:



1487
1488
1489
1490
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1487

class Operations
  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.



1487
1488
1489
1490
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1487

class Operations
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end