Class: Zipkin::ZipkinQuery::GetTraceCombosByIds_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/zipkin_query/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_fieldsObject



849
# File 'lib/zipkin_query/zipkin_query.rb', line 849

def struct_fields; FIELDS; end

#validateObject



851
852
# File 'lib/zipkin_query/zipkin_query.rb', line 851

def validate
end