lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.28.0 vs lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.29.0
- old
+ new
@@ -302,10 +302,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleLongrunningWaitOperationRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleProtobufEmpty
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -925,9 +931,16 @@
property :error, as: 'error', class: Google::Apis::RunV2::GoogleRpcStatus, decorator: Google::Apis::RunV2::GoogleRpcStatus::Representation
hash :metadata, as: 'metadata'
property :name, as: 'name'
hash :response, as: 'response'
+ end
+ end
+
+ class GoogleLongrunningWaitOperationRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :timeout, as: 'timeout'
end
end
class GoogleProtobufEmpty
# @private