Cloud Functions V1 API - Class Google::Cloud::Functions::V1::GenerateUploadUrlResponse (v0.15.0)

Reference documentation and code samples for the Cloud Functions V1 API class Google::Cloud::Functions::V1::GenerateUploadUrlResponse.

Response of GenerateSourceUploadUrl method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#upload_url

def upload_url() -> ::String
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.

#upload_url=

def upload_url=(value) -> ::String
Parameter
  • value (::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.
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.