class Google::Apis::CloudfunctionsV1::GenerateUploadUrlResponse
Response of `GenerateSourceUploadUrl` method.
Attributes
upload_url[RW]
The generated Google
Cloud Storage signed URL that should be used for a function source code upload. The uploaded file should be a zip archive which contains a function. Corresponds to the JSON property `uploadUrl` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudfunctions_v1/classes.rb, line 697 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudfunctions_v1/classes.rb, line 702 def update!(**args) @upload_url = args[:upload_url] if args.key?(:upload_url) end