games.mythical.saga.sdk.proto.api.item.GetItemsRequestOrBuilder 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: api/item/definition.proto
package games.mythical.saga.sdk.proto.api.item;
public interface GetItemsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.item.GetItemsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Sort/filter options
*
*
* .saga.common.QueryOptionsProto query_options = 1;
* @return Whether the queryOptions field is set.
*/
boolean hasQueryOptions();
/**
*
* Sort/filter options
*
*
* .saga.common.QueryOptionsProto query_options = 1;
* @return The queryOptions.
*/
games.mythical.saga.sdk.proto.common.QueryOptionsProto getQueryOptions();
/**
*
* Sort/filter options
*
*
* .saga.common.QueryOptionsProto query_options = 1;
*/
games.mythical.saga.sdk.proto.common.QueryOptionsProtoOrBuilder getQueryOptionsOrBuilder();
/**
* .saga.common.Finalized finalized = 2;
* @return The enum numeric value on the wire for finalized.
*/
int getFinalizedValue();
/**
* .saga.common.Finalized finalized = 2;
* @return The finalized.
*/
games.mythical.saga.sdk.proto.common.Finalized getFinalized();
/**
* string token_name = 3;
* @return The tokenName.
*/
java.lang.String getTokenName();
/**
* string token_name = 3;
* @return The bytes for tokenName.
*/
com.google.protobuf.ByteString
getTokenNameBytes();
}