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