com.turbospaces.api.v1.GetIntsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc.proto
// Protobuf Java Version: 3.25.3
package com.turbospaces.api.v1;
public interface GetIntsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.turbospaces.api.v1.GetIntsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* int32 from = 1;
* @return The from.
*/
int getFrom();
/**
* int32 to = 2;
* @return The to.
*/
int getTo();
}