Class: Google::Cloud::Functions::V1::GenerateDownloadUrlRequest

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

Overview

Request of GenerateDownloadUrl method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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



717
718
719
720
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 717

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

#version_id::Integer

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



717
718
719
720
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 717

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