lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.51.0 vs lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.52.0

- old
+ new

@@ -224,10 +224,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudRunV2ServiceScaling + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudRunV2TcpSocketAction class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -810,10 +816,12 @@ property :launch_stage, as: 'launchStage' property :name, as: 'name' property :observed_generation, :numeric_string => true, as: 'observedGeneration' property :reconciling, as: 'reconciling' property :satisfies_pzs, as: 'satisfiesPzs' + property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2ServiceScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2ServiceScaling::Representation + property :template, as: 'template', class: Google::Apis::RunV2::GoogleCloudRunV2RevisionTemplate, decorator: Google::Apis::RunV2::GoogleCloudRunV2RevisionTemplate::Representation property :terminal_condition, as: 'terminalCondition', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation collection :traffic, as: 'traffic', class: Google::Apis::RunV2::GoogleCloudRunV2TrafficTarget, decorator: Google::Apis::RunV2::GoogleCloudRunV2TrafficTarget::Representation @@ -821,9 +829,16 @@ collection :traffic_statuses, as: 'trafficStatuses', class: Google::Apis::RunV2::GoogleCloudRunV2TrafficTargetStatus, decorator: Google::Apis::RunV2::GoogleCloudRunV2TrafficTargetStatus::Representation property :uid, as: 'uid' property :update_time, as: 'updateTime' property :uri, as: 'uri' + end + end + + class GoogleCloudRunV2ServiceScaling + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :min_instance_count, as: 'minInstanceCount' end end class GoogleCloudRunV2TcpSocketAction # @private