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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy