All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.protobuf.Int32ValueOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.28.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/wrappers.proto
// Protobuf Java Version: 4.27.2

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy