lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.17.0 vs lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.18.0

- old
+ new

@@ -2073,10 +2073,11 @@ end class SdkHarnessContainerImage # @private class Representation < Google::Apis::Core::JsonRepresentation + collection :capabilities, as: 'capabilities' property :container_image, as: 'containerImage' property :environment_id, as: 'environmentId' property :use_single_core_per_container, as: 'useSingleCorePerContainer' end end @@ -2093,9 +2094,10 @@ class SendDebugCaptureRequest # @private class Representation < Google::Apis::Core::JsonRepresentation property :component_id, as: 'componentId' property :data, as: 'data' + property :data_format, as: 'dataFormat' property :location, as: 'location' property :worker_id, as: 'workerId' end end