Class: Google::Devtools::Source::V1::RepoId
- Inherits:
-
Object
- Object
- Google::Devtools::Source::V1::RepoId
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/source/v1/source_context.rb
Overview
A unique identifier for a cloud repo.
Instance Attribute Summary collapse
-
#project_repo_id ⇒ ::Google::Devtools::Source::V1::ProjectRepoId
A combination of a project ID and a repo name.
-
#uid ⇒ ::String
A server-assigned, globally unique identifier.
Instance Attribute Details
#project_repo_id ⇒ ::Google::Devtools::Source::V1::ProjectRepoId
Returns A combination of a project ID and a repo name.
170 171 172 173 |
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 170 class RepoId include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |