com.google.protobuf.Int32ValueOrBuilder 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 Int32ValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.Int32Value)
com.google.protobuf.MessageOrBuilder {
/**
* int32 value = 1 [json_name = "value"];
* @return The value.
*/
int getValue();
}