Class: Google::Devtools::Source::V1::CloudRepoSourceContext

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

A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform).

Instance Attribute Summary collapse

Instance Attribute Details

#alias_context::Google::Devtools::Source::V1::AliasContext

Returns An alias, which may be a branch or tag.

Returns:



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.).

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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