Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::DynamicTemplateLaunchParams.
Params which should be passed when launching a dynamic template.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_path
def gcs_path() -> ::String
Returns
- (::String) — Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.
#gcs_path=
def gcs_path=(value) -> ::String
Parameter
- value (::String) — 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.
#staging_location
def staging_location() -> ::String
Returns
-
(::String) — Cloud Storage path for staging dependencies.
Must be a valid Cloud Storage URL, beginning with
gs://
.
#staging_location=
def staging_location=(value) -> ::String
Parameter
-
value (::String) — 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://
.