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