Reference documentation and code samples for the Cloud Functions V1 API class Google::Cloud::Functions::V1::GenerateDownloadUrlResponse.
Response of GenerateDownloadUrl
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#download_url
def download_url() -> ::String
Returns
- (::String) — The generated Google Cloud Storage signed URL that should be used for function source code download.
#download_url=
def download_url=(value) -> ::String
Parameter
- value (::String) — The generated Google Cloud Storage signed URL that should be used for function source code download.
Returns
- (::String) — The generated Google Cloud Storage signed URL that should be used for function source code download.