io.sbp.grpc.ClientIDOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: sbp.proto
// Protobuf Java Version: 3.25.4
package io.sbp.grpc;
public interface ClientIDOrBuilder extends
// @@protoc_insertion_point(interface_extends:ClientID)
com.google.protobuf.MessageOrBuilder {
/**
* int64 id = 1;
* @return The id.
*/
long getId();
}