Class: Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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://.

Returns:

  • (::String)

    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