Class: Google::Cloud::Functions::V2::Source

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

Overview

The location of the function source code.

Instance Attribute Summary collapse

Instance Attribute Details

#git_uri::String

Returns If provided, get the source from GitHub repository. This option is valid only for GCF 1st Gen function. Example: https://github.com///blob//.

Returns:

  • (::String)

    If provided, get the source from GitHub repository. This option is valid only for GCF 1st Gen function. Example: https://github.com///blob//



221
222
223
224
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 221

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

#repo_source::Google::Cloud::Functions::V2::RepoSource

Returns If provided, get the source from this location in a Cloud Source Repository.

Returns:



221
222
223
224
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 221

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

#storage_source::Google::Cloud::Functions::V2::StorageSource

Returns If provided, get the source from this location in Google Cloud Storage.

Returns:



221
222
223
224
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 221

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