Class: Google::Devtools::Source::V1::ExtendedSourceContext

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

An ExtendedSourceContext is a SourceContext combined with additional details describing the context.

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#context::Google::Devtools::Source::V1::SourceContext

Returns Any source context.

Returns:



51
52
53
54
55
56
57
58
59
60
61
62
63
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 51

class ExtendedSourceContext
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#labels::Google::Protobuf::Map{::String => ::String}

Returns Labels with user defined metadata.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Labels with user defined metadata.



51
52
53
54
55
56
57
58
59
60
61
62
63
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 51

class ExtendedSourceContext
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end