lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.78.0 vs lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.79.0
- old
+ new
@@ -709,10 +709,11 @@
property :base_image, as: 'baseImage'
property :cache_image_uri, as: 'cacheImageUri'
property :enable_automatic_updates, as: 'enableAutomaticUpdates'
hash :environment_variables, as: 'environmentVariables'
property :function_target, as: 'functionTarget'
+ property :project_descriptor, as: 'projectDescriptor'
property :runtime, as: 'runtime'
end
end
class GoogleCloudRunV2CancelExecutionRequest
@@ -1162,9 +1163,11 @@
class Representation < Google::Apis::Core::JsonRepresentation
hash :annotations, as: 'annotations'
collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunV2Container::Representation
property :encryption_key, as: 'encryptionKey'
+ property :encryption_key_revocation_action, as: 'encryptionKeyRevocationAction'
+ property :encryption_key_shutdown_duration, as: 'encryptionKeyShutdownDuration'
property :execution_environment, as: 'executionEnvironment'
property :health_check_disabled, as: 'healthCheckDisabled'
hash :labels, as: 'labels'
property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency'
property :node_selector, as: 'nodeSelector', class: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector, decorator: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector::Representation