com.smoketurner.snowizard.grpc.protos.SnowizardResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: snowizard.proto
package com.smoketurner.snowizard.grpc.protos;
public interface SnowizardResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:snowizard.SnowizardResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated int64 id = 1;
*/
java.util.List getIdList();
/**
* repeated int64 id = 1;
*/
int getIdCount();
/**
* repeated int64 id = 1;
*/
long getId(int index);
}