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