games.mythical.saga.sdk.proto.streams.item.ItemUpdateOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of saga-sdk-proto Show documentation
Show all versions of saga-sdk-proto Show documentation
Saga SDK for Java game servers
// 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();
}