proto_docs/google/cloud/run/v2/revision.rb in google-cloud-run-v2-0.1.0 vs proto_docs/google/cloud/run/v2/revision.rb in google-cloud-run-v2-0.2.0
- old
+ new
@@ -145,11 +145,11 @@
# Scaling settings for this revision.
# @!attribute [rw] vpc_access
# @return [::Google::Cloud::Run::V2::VpcAccess]
# VPC Access configuration for this Revision. For more information, visit
# https://cloud.google.com/run/docs/configuring/connecting-vpc.
- # @!attribute [rw] container_concurrency
+ # @!attribute [rw] max_instance_request_concurrency
# @return [::Integer]
# Sets the maximum number of requests that each serving instance can receive.
# @!attribute [rw] timeout
# @return [::Google::Protobuf::Duration]
# Max allowed time for an instance to respond to a request.
@@ -163,12 +163,9 @@
# Holds the single container that defines the unit of execution for this
# Revision.
# @!attribute [rw] volumes
# @return [::Array<::Google::Cloud::Run::V2::Volume>]
# A list of Volumes to make available to containers.
- # @!attribute [rw] confidential
- # @return [::Boolean]
- # Indicates whether Confidential Cloud Run is enabled in this Revision.
# @!attribute [rw] execution_environment
# @return [::Google::Cloud::Run::V2::ExecutionEnvironment]
# The execution environment being used to host this Revision.
# @!attribute [rw] encryption_key
# @return [::String]