Class: Zipkin::ZipkinQuery::GetTracesByIds_args
- Inherits:
-
Object
- Object
- Zipkin::ZipkinQuery::GetTracesByIds_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/zipkin_query/zipkin_query.rb,
lib/thrift/thrift/gen-rb/zipkin_query.rb
Constant Summary collapse
- TRACE_IDS =
1
- ADJUST =
2
- FIELDS =
{ TRACE_IDS => {:type => ::Thrift::Types::LIST, :name => 'trace_ids', :element => {:type => ::Thrift::Types::I64}}, ADJUST => {:type => ::Thrift::Types::LIST, :name => 'adjust', :element => {:type => ::Thrift::Types::I32, :enum_class => ::Zipkin::Adjust}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
745 |
# File 'lib/zipkin_query/zipkin_query.rb', line 745 def struct_fields; FIELDS; end |
#validate ⇒ Object
747 748 |
# File 'lib/zipkin_query/zipkin_query.rb', line 747 def validate end |