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

games.mythical.saga.sdk.proto.streams.item.ItemStatusUpdatesOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streams/item/definition.proto

package games.mythical.saga.sdk.proto.streams.item;

public interface ItemStatusUpdatesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.rpc.streams.item.ItemStatusUpdates)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .saga.rpc.streams.item.ItemStatusUpdate status_updates = 1;
   */
  java.util.List 
      getStatusUpdatesList();
  /**
   * repeated .saga.rpc.streams.item.ItemStatusUpdate status_updates = 1;
   */
  games.mythical.saga.sdk.proto.streams.item.ItemStatusUpdate getStatusUpdates(int index);
  /**
   * repeated .saga.rpc.streams.item.ItemStatusUpdate status_updates = 1;
   */
  int getStatusUpdatesCount();
  /**
   * repeated .saga.rpc.streams.item.ItemStatusUpdate status_updates = 1;
   */
  java.util.List 
      getStatusUpdatesOrBuilderList();
  /**
   * repeated .saga.rpc.streams.item.ItemStatusUpdate status_updates = 1;
   */
  games.mythical.saga.sdk.proto.streams.item.ItemStatusUpdateOrBuilder getStatusUpdatesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy