Class: Google::Cloud::ConfigService::V1::GitSource
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::GitSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A set of files in a Git repository.
Instance Attribute Summary collapse
-
#directory ⇒ ::String
Optional.
-
#ref ⇒ ::String
Optional.
-
#repo ⇒ ::String
Optional.
Instance Attribute Details
#directory ⇒ ::String
Returns Optional. Subdirectory inside the repository. Example: 'staging/my-package'.
778 779 780 781 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 778 class GitSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |