Cloud Functions V1 API - Class Google::Cloud::Functions::V1::GenerateDownloadUrlRequest (v0.7.0)

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

Request of GenerateDownloadUrl method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — The name of function for which source code Google Cloud Storage signed URL should be generated.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of function for which source code Google Cloud Storage signed URL should be generated.
Returns
  • (::String) — The name of function for which source code Google Cloud Storage signed URL should be generated.

#version_id

def version_id() -> ::Integer
Returns
  • (::Integer) — The optional version of function. If not set, default, current version is used.

#version_id=

def version_id=(value) -> ::Integer
Parameter
  • value (::Integer) — The optional version of function. If not set, default, current version is used.
Returns
  • (::Integer) — The optional version of function. If not set, default, current version is used.