lightstep.com.google.protobuf.MixinOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: lightstep.lightstep.google.protobuf/api.proto
package lightstep.com.lightstep.lightstep.google.protobuf;
public interface MixinOrBuilder extends
// @@protoc_insertion_point(interface_extends:lightstep.lightstep.google.protobuf.Mixin)
lightstep.com.lightstep.lightstep.google.protobuf.MessageOrBuilder {
/**
*
* The fully qualified name of the interface which is included.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* The fully qualified name of the interface which is included.
*
*
* string name = 1;
*/
lightstep.com.lightstep.lightstep.google.protobuf.ByteString
getNameBytes();
/**
*
* If non-empty specifies a path under which inherited HTTP paths
* are rooted.
*
*
* string root = 2;
*/
java.lang.String getRoot();
/**
*
* If non-empty specifies a path under which inherited HTTP paths
* are rooted.
*
*
* string root = 2;
*/
lightstep.com.lightstep.lightstep.google.protobuf.ByteString
getRootBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy