com.lightstep.tracer.grpc.CommandOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-common Show documentation
Show all versions of java-common Show documentation
The LightStep OpenTracing Tracer implementation for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: collector.proto
package com.lightstep.tracer.grpc;
public interface CommandOrBuilder extends
// @@protoc_insertion_point(interface_extends:lightstep.collector.Command)
com.google.protobuf.MessageOrBuilder {
/**
* bool disable = 1;
*/
boolean getDisable();
/**
* bool dev_mode = 2;
*/
boolean getDevMode();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy