lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.37.0 vs lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.38.0

- old
+ new

@@ -602,10 +602,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class RuntimeUpdatableParams + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class SdkInfo class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -1601,10 +1607,12 @@ property :project_id, as: 'projectId' property :replace_job_id, as: 'replaceJobId' property :replaced_by_job_id, as: 'replacedByJobId' property :requested_state, as: 'requestedState' + property :runtime_updatable_params, as: 'runtimeUpdatableParams', class: Google::Apis::DataflowV1b3::RuntimeUpdatableParams, decorator: Google::Apis::DataflowV1b3::RuntimeUpdatableParams::Representation + property :satisfies_pzs, as: 'satisfiesPzs' collection :stage_states, as: 'stageStates', class: Google::Apis::DataflowV1b3::ExecutionStageState, decorator: Google::Apis::DataflowV1b3::ExecutionStageState::Representation property :start_time, as: 'startTime' collection :steps, as: 'steps', class: Google::Apis::DataflowV1b3::Step, decorator: Google::Apis::DataflowV1b3::Step::Representation @@ -2120,9 +2128,17 @@ class Representation < Google::Apis::Core::JsonRepresentation collection :parameters, as: 'parameters', class: Google::Apis::DataflowV1b3::ParameterMetadata, decorator: Google::Apis::DataflowV1b3::ParameterMetadata::Representation property :sdk_info, as: 'sdkInfo', class: Google::Apis::DataflowV1b3::SdkInfo, decorator: Google::Apis::DataflowV1b3::SdkInfo::Representation + end + end + + class RuntimeUpdatableParams + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :max_num_workers, as: 'maxNumWorkers' + property :min_num_workers, as: 'minNumWorkers' end end class SdkInfo # @private