Class: Google::Cloud::Dataform::V1::WorkflowInvocationAction::BigQueryAction
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::WorkflowInvocationAction::BigQueryAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
Represents a workflow action that will run against BigQuery.
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
readonly
Output only.
-
#sql_script ⇒ ::String
readonly
Output only.
Instance Attribute Details
#job_id ⇒ ::String (readonly)
2335 2336 2337 2338 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 2335 class BigQueryAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sql_script ⇒ ::String (readonly)
2335 2336 2337 2338 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 2335 class BigQueryAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |