com.hedera.hashgraph.sdk.proto.ProtoIntegerOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: primitives.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface ProtoIntegerOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ProtoInteger)
com.google.protobuf.MessageOrBuilder {
/**
* int32 value = 1;
* @return The value.
*/
int getValue();
}