Class: Google::Cloud::Functions::V1::SourceRepository
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::SourceRepository
- 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
-
#deployed_url ⇒ ::String
readonly
Output only.
-
#url ⇒ ::String
The URL pointing to the hosted repository where the function is defined.
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 |