Class: Google::Cloud::Dataform::V1beta1::CompilationResultAction::Assertion
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::CompilationResultAction::Assertion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Represents an assertion upon a SQL query which is required return zero rows.
Instance Attribute Summary collapse
-
#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).
-
#parent_action ⇒ ::Google::Cloud::Dataform::V1beta1::Target
The parent action of this assertion.
-
#relation_descriptor ⇒ ::Google::Cloud::Dataform::V1beta1::RelationDescriptor
Descriptor for the assertion's automatically-generated view and its columns.
-
#select_query ⇒ ::String
The SELECT query which must return zero rows in order for this assertion to succeed.
-
#tags ⇒ ::Array<::String>
Arbitrary, user-defined tags on this action.
Instance Attribute Details
#dependency_targets ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::Target>
Returns A list of actions that this action depends on.
1515 1516 1517 1518 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1515 class Assertion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disabled ⇒ ::Boolean
Returns Whether this action is disabled (i.e. should not be run).
1515 1516 1517 1518 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1515 class Assertion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_action ⇒ ::Google::Cloud::Dataform::V1beta1::Target
Returns The parent action of this assertion. Only set if this assertion was automatically generated.
1515 1516 1517 1518 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1515 class Assertion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#relation_descriptor ⇒ ::Google::Cloud::Dataform::V1beta1::RelationDescriptor
Returns Descriptor for the assertion's automatically-generated view and its columns.
1515 1516 1517 1518 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1515 class Assertion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#select_query ⇒ ::String
Returns The SELECT query which must return zero rows in order for this assertion to succeed.
1515 1516 1517 1518 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1515 class Assertion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |