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



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



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



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