Class: Google::Devtools::Source::V1::CloudRepoSourceContext
- Inherits:
-
Object
- Object
- Google::Devtools::Source::V1::CloudRepoSourceContext
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/source/v1/source_context.rb
Overview
A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform).
Instance Attribute Summary collapse
-
#alias_context ⇒ ::Google::Devtools::Source::V1::AliasContext
An alias, which may be a branch or tag.
-
#alias_name ⇒ ::String
The name of an alias (branch, tag, etc.).
-
#repo_id ⇒ ::Google::Devtools::Source::V1::RepoId
The ID of the repo.
-
#revision_id ⇒ ::String
A revision ID.
Instance Attribute Details
#alias_context ⇒ ::Google::Devtools::Source::V1::AliasContext
Returns An alias, which may be a branch or tag.
108 109 110 111 |
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 108 class CloudRepoSourceContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#alias_name ⇒ ::String
Returns The name of an alias (branch, tag, etc.).
108 109 110 111 |
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 108 class CloudRepoSourceContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repo_id ⇒ ::Google::Devtools::Source::V1::RepoId
Returns The ID of the repo.
108 109 110 111 |
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 108 class CloudRepoSourceContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revision_id ⇒ ::String
Returns A revision ID.
108 109 110 111 |
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 108 class CloudRepoSourceContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |