Class: Grafeas::V1::RepoId

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/provenance.rb

Overview

A unique identifier for a Cloud Repo.

Instance Attribute Summary collapse

Instance Attribute Details

#project_repo_id::Grafeas::V1::ProjectRepoId

Returns A combination of a project ID and a repo name.

Returns:



300
301
302
303
# File 'proto_docs/grafeas/v1/provenance.rb', line 300

class RepoId
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uid::String

Returns A server-assigned, globally unique identifier.

Returns:

  • (::String)

    A server-assigned, globally unique identifier.



300
301
302
303
# File 'proto_docs/grafeas/v1/provenance.rb', line 300

class RepoId
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end