io.prestosql.orc.protobuf.StringValueOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/wrappers.proto
package io.prestosql.orc.protobuf;
public interface StringValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.StringValue)
io.prestosql.orc.protobuf.MessageOrBuilder {
/**
*
* The string value.
*
*
* string value = 1;
*/
java.lang.String getValue();
/**
*
* The string value.
*
*
* string value = 1;
*/
io.prestosql.orc.protobuf.ByteString
getValueBytes();
}