lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.12.0 vs lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.13.0

- old
+ new

@@ -50,16 +50,10 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end - class GoogleCloudRunV2ContainerStatus - class Representation < Google::Apis::Core::JsonRepresentation; end - - include Google::Apis::Core::JsonObjectSupport - end - class GoogleCloudRunV2EnvVar class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -314,13 +308,11 @@ end class GoogleCloudRunV2Condition # @private class Representation < Google::Apis::Core::JsonRepresentation - property :domain_mapping_reason, as: 'domainMappingReason' property :execution_reason, as: 'executionReason' - property :internal_reason, as: 'internalReason' property :last_transition_time, as: 'lastTransitionTime' property :message, as: 'message' property :reason, as: 'reason' property :revision_reason, as: 'revisionReason' property :severity, as: 'severity' @@ -353,18 +345,10 @@ property :container_port, as: 'containerPort' property :name, as: 'name' end end - class GoogleCloudRunV2ContainerStatus - # @private - class Representation < Google::Apis::Core::JsonRepresentation - property :image_digest, as: 'imageDigest' - property :name, as: 'name' - end - end - class GoogleCloudRunV2EnvVar # @private class Representation < Google::Apis::Core::JsonRepresentation property :name, as: 'name' property :value, as: 'value' @@ -440,12 +424,10 @@ property :client, as: 'client' property :client_version, as: 'clientVersion' collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation - collection :container_statuses, as: 'containerStatuses', class: Google::Apis::RunV2::GoogleCloudRunV2ContainerStatus, decorator: Google::Apis::RunV2::GoogleCloudRunV2ContainerStatus::Representation - property :create_time, as: 'createTime' property :creator, as: 'creator' property :delete_time, as: 'deleteTime' property :etag, as: 'etag' property :execution_count, as: 'executionCount' @@ -525,12 +507,10 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation hash :annotations, as: 'annotations' collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation - property :confidential, as: 'confidential' - property :container_concurrency, as: 'containerConcurrency' collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunV2Container::Representation property :create_time, as: 'createTime' property :delete_time, as: 'deleteTime' property :encryption_key, as: 'encryptionKey' @@ -539,10 +519,11 @@ property :expire_time, as: 'expireTime' property :generation, :numeric_string => true, as: 'generation' hash :labels, as: 'labels' property :launch_stage, as: 'launchStage' property :log_uri, as: 'logUri' + property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency' property :name, as: 'name' property :observed_generation, :numeric_string => true, as: 'observedGeneration' property :reconciling, as: 'reconciling' property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling::Representation @@ -568,16 +549,15 @@ class GoogleCloudRunV2RevisionTemplate # @private class Representation < Google::Apis::Core::JsonRepresentation hash :annotations, as: 'annotations' - property :confidential, as: 'confidential' - property :container_concurrency, as: 'containerConcurrency' collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunV2Container::Representation property :encryption_key, as: 'encryptionKey' property :execution_environment, as: 'executionEnvironment' hash :labels, as: 'labels' + property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency' property :revision, as: 'revision' property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling::Representation property :service_account, as: 'serviceAccount' property :timeout, as: 'timeout'