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