lightstep.com.google.protobuf.StringValueOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: lightstep.lightstep.google.protobuf/wrappers.proto
package lightstep.com.lightstep.lightstep.google.protobuf;
public interface StringValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:lightstep.lightstep.google.protobuf.StringValue)
lightstep.com.lightstep.lightstep.google.protobuf.MessageOrBuilder {
/**
*
* The string value.
*
*
* string value = 1;
*/
java.lang.String getValue();
/**
*
* The string value.
*
*
* string value = 1;
*/
lightstep.com.lightstep.lightstep.google.protobuf.ByteString
getValueBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy