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

games.mythical.saga.sdk.proto.streams.item.ItemUpdateOrBuilder 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 ItemUpdateOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.rpc.streams.item.ItemUpdate)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .saga.common.ErrorData error = 1;
   * @return Whether the error field is set.
   */
  boolean hasError();
  /**
   * .saga.common.ErrorData error = 1;
   * @return The error.
   */
  games.mythical.saga.sdk.proto.common.ErrorData getError();
  /**
   * .saga.common.ErrorData error = 1;
   */
  games.mythical.saga.sdk.proto.common.ErrorDataOrBuilder getErrorOrBuilder();

  /**
   * .saga.rpc.streams.item.ItemStatusUpdate status_update = 2;
   * @return Whether the statusUpdate field is set.
   */
  boolean hasStatusUpdate();
  /**
   * .saga.rpc.streams.item.ItemStatusUpdate status_update = 2;
   * @return The statusUpdate.
   */
  games.mythical.saga.sdk.proto.streams.item.ItemStatusUpdate getStatusUpdate();
  /**
   * .saga.rpc.streams.item.ItemStatusUpdate status_update = 2;
   */
  games.mythical.saga.sdk.proto.streams.item.ItemStatusUpdateOrBuilder getStatusUpdateOrBuilder();

  /**
   * .saga.rpc.streams.item.ItemStatusUpdates status_updates = 3;
   * @return Whether the statusUpdates field is set.
   */
  boolean hasStatusUpdates();
  /**
   * .saga.rpc.streams.item.ItemStatusUpdates status_updates = 3;
   * @return The statusUpdates.
   */
  games.mythical.saga.sdk.proto.streams.item.ItemStatusUpdates getStatusUpdates();
  /**
   * .saga.rpc.streams.item.ItemStatusUpdates status_updates = 3;
   */
  games.mythical.saga.sdk.proto.streams.item.ItemStatusUpdatesOrBuilder getStatusUpdatesOrBuilder();

  public games.mythical.saga.sdk.proto.streams.item.ItemUpdate.UpdateCase getUpdateCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy