org.apache.comet.shaded.protobuf.Int64ValueOrBuilder 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 Int64ValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.Int64Value)
org.apache.comet.shaded.protobuf.MessageOrBuilder {
/**
*
* The int64 value.
*
*
* int64 value = 1;
* @return The value.
*/
long getValue();
}