Class: Google::Devtools::Source::V1::GitSourceContext
- Inherits:
-
Object
- Object
- Google::Devtools::Source::V1::GitSourceContext
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/source/v1/source_context.rb
Overview
A GitSourceContext denotes a particular revision in a third party Git repository (e.g. GitHub).
Instance Attribute Summary collapse
-
#revision_id ⇒ ::String
Git commit hash.
-
#url ⇒ ::String
Git repository URL.
Instance Attribute Details
#revision_id ⇒ ::String
Returns Git commit hash. required.
158 159 160 161 |
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 158 class GitSourceContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns Git repository URL.
158 159 160 161 |
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 158 class GitSourceContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |