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

games.mythical.saga.sdk.proto.api.item.GetItemsRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy