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