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