Class: Zipkin::ZipkinQuery::TracesExist_args
- Inherits:
-
Object
- Object
- Zipkin::ZipkinQuery::TracesExist_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/zipkin_query/zipkin_query.rb
Constant Summary collapse
- TRACE_IDS =
1
- FIELDS =
{ TRACE_IDS => {:type => ::Thrift::Types::LIST, :name => 'trace_ids', :element => {:type => ::Thrift::Types::I64}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
705 |
# File 'lib/zipkin_query/zipkin_query.rb', line 705 def struct_fields; FIELDS; end |
#validate ⇒ Object
707 708 |
# File 'lib/zipkin_query/zipkin_query.rb', line 707 def validate end |