lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.11.0 vs lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.12.0

- old
+ new

@@ -1381,19 +1381,21 @@ class FlexTemplateRuntimeEnvironment # @private class Representation < Google::Apis::Core::JsonRepresentation collection :additional_experiments, as: 'additionalExperiments' hash :additional_user_labels, as: 'additionalUserLabels' + property :autoscaling_algorithm, as: 'autoscalingAlgorithm' property :disk_size_gb, as: 'diskSizeGb' + property :dump_heap_on_oom, as: 'dumpHeapOnOom' property :enable_streaming_engine, as: 'enableStreamingEngine' property :flexrs_goal, as: 'flexrsGoal' property :ip_configuration, as: 'ipConfiguration' property :kms_key_name, as: 'kmsKeyName' property :machine_type, as: 'machineType' - property :max_num_workers, as: 'maxNumWorkers' property :max_workers, as: 'maxWorkers' property :network, as: 'network' property :num_workers, as: 'numWorkers' + property :save_heap_dumps_to_gcs_path, as: 'saveHeapDumpsToGcsPath' property :sdk_container_image, as: 'sdkContainerImage' property :service_account_email, as: 'serviceAccountEmail' property :staging_location, as: 'stagingLocation' property :subnetwork, as: 'subnetwork' property :temp_location, as: 'tempLocation'