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
Parameters to pass when launching a dynamic template.
Instance Attribute Summary collapse
-
#gcs_path ⇒ ::String
Path to the dynamic template specification file on Cloud Storage.
-
#staging_location ⇒ ::String
Cloud Storage path for staging dependencies.
Instance Attribute Details
#gcs_path ⇒ ::String
Returns Path to the dynamic template specification file on Cloud Storage.
The file must be a JSON serialized DynamicTemplateFileSpec object.
764 765 766 767 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 764 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://.
764 765 766 767 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 764 class DynamicTemplateLaunchParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |