lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.1.0 vs lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.2.0
- old
+ new
@@ -50,16 +50,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2ContainerStatus
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class GoogleCloudRunOpV2EnvVar
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -287,18 +281,10 @@
property :container_port, as: 'containerPort'
property :name, as: 'name'
end
end
- class GoogleCloudRunOpV2ContainerStatus
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :image_digest, as: 'imageDigest'
- property :name, as: 'name'
- end
- end
-
class GoogleCloudRunOpV2EnvVar
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :name, as: 'name'
property :value, as: 'value'
@@ -347,11 +333,9 @@
hash :annotations, as: 'annotations'
collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunOpV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2Condition::Representation
property :confidential, as: 'confidential'
property :container_concurrency, as: 'containerConcurrency'
- collection :container_statuses, as: 'containerStatuses', class: Google::Apis::RunV2::GoogleCloudRunOpV2ContainerStatus, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2ContainerStatus::Representation
-
collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunOpV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2Container::Representation
property :create_time, as: 'createTime'
property :delete_time, as: 'deleteTime'
property :encryption_key, as: 'encryptionKey'