Class: Google::Cloud::Dataflow::V1beta3::MetricStructuredName

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/metrics.rb

Overview

Identifies a metric, by describing the source which generated the metric.

Defined Under Namespace

Classes: ContextEntry

Instance Attribute Summary collapse

Instance Attribute Details

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



41
42
43
44
45
46
47
48
49
50
51
52
53
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 41

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

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

#name::String



41
42
43
44
45
46
47
48
49
50
51
52
53
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 41

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

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

#origin::String



41
42
43
44
45
46
47
48
49
50
51
52
53
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 41

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

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