Class: Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/templates.rb
Overview
Params which should be passed when launching a dynamic template.
Instance Attribute Summary collapse
-
#gcs_path ⇒ ::String
Path to dynamic template spec file on Cloud Storage.
-
#staging_location ⇒ ::String
Cloud Storage path for staging dependencies.
Instance Attribute Details
#gcs_path ⇒ ::String
Returns Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.
651 652 653 654 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 651 class DynamicTemplateLaunchParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#staging_location ⇒ ::String
Returns Cloud Storage path for staging dependencies.
Must be a valid Cloud Storage URL, beginning with gs://
.
651 652 653 654 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 651 class DynamicTemplateLaunchParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |