Class: Google::Cloud::Functions::V1::GenerateUploadUrlResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/functions/v1/functions.rb

Overview

Response of GenerateSourceUploadUrl method.

Instance Attribute Summary collapse

Instance Attribute Details

#upload_url::String

Returns 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.

Returns:

  • (::String)

    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.



703
704
705
706
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 703

class GenerateUploadUrlResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end