lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.72.0 vs lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.73.0
- old
+ new
@@ -1299,9 +1299,10 @@
class GoogleCloudRunV2SubmitBuildResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :base_image_uri, as: 'baseImageUri'
+ property :base_image_warning, as: 'baseImageWarning'
property :build_operation, as: 'buildOperation', class: Google::Apis::RunV2::GoogleLongrunningOperation, decorator: Google::Apis::RunV2::GoogleLongrunningOperation::Representation
end
end