com.google.protobuf.UInt32ValueOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/wrappers.proto
package com.google.protobuf;
public interface UInt32ValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.UInt32Value)
com.google.protobuf.MessageOrBuilder {
/**
*
* The uint32 value.
*
*
* uint32 value = 1;
* @return The value.
*/
int getValue();
}