Class: Grafeas::V1::CloudRepoSourceContext
- Inherits:
-
Object
- Object
- Grafeas::V1::CloudRepoSourceContext
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/provenance.rb
Overview
A CloudRepoSourceContext denotes a particular revision in a Google Cloud Source Repo.
Instance Attribute Summary collapse
-
#alias_context ⇒ ::Grafeas::V1::AliasContext
An alias, which may be a branch or tag.
-
#repo_id ⇒ ::Grafeas::V1::RepoId
The ID of the repo.
-
#revision_id ⇒ ::String
A revision ID.
Instance Attribute Details
#alias_context ⇒ ::Grafeas::V1::AliasContext
Returns An alias, which may be a branch or tag.
255 256 257 258 |
# File 'proto_docs/grafeas/v1/provenance.rb', line 255 class CloudRepoSourceContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repo_id ⇒ ::Grafeas::V1::RepoId
Returns The ID of the repo.
255 256 257 258 |
# File 'proto_docs/grafeas/v1/provenance.rb', line 255 class CloudRepoSourceContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revision_id ⇒ ::String
Returns A revision ID.
255 256 257 258 |
# File 'proto_docs/grafeas/v1/provenance.rb', line 255 class CloudRepoSourceContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |