Class: Google::Cloud::Functions::V1::SourceRepository

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

Overview

Describes SourceRepository, used to represent parameters related to source repository where a function is hosted.

Instance Attribute Summary collapse

Instance Attribute Details

#deployed_url::String (readonly)



377
378
379
380
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 377

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

#url::String



377
378
379
380
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 377

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