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