All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lightstep.tracer.grpc.CommandOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0
Show newest version
// 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