Class: Google::Devtools::Source::V1::ProjectRepoId

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/source/v1/source_context.rb

Overview

Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project.

Instance Attribute Summary collapse

Instance Attribute Details

#project_id::String

Returns The ID of the project.

Returns:

  • (::String)

    The ID of the project.



183
184
185
186
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 183

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

#repo_name::String

Returns The name of the repo. Leave empty for the default repo.

Returns:

  • (::String)

    The name of the repo. Leave empty for the default repo.



183
184
185
186
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 183

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