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

games.mythical.saga.sdk.proto.api.offer.OffersProtoOrBuilder 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/offer/definition.proto

package games.mythical.saga.sdk.proto.api.offer;

public interface OffersProtoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.offer.OffersProto)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .saga.api.offer.OfferProto offers = 1;
   */
  java.util.List 
      getOffersList();
  /**
   * repeated .saga.api.offer.OfferProto offers = 1;
   */
  games.mythical.saga.sdk.proto.api.offer.OfferProto getOffers(int index);
  /**
   * repeated .saga.api.offer.OfferProto offers = 1;
   */
  int getOffersCount();
  /**
   * repeated .saga.api.offer.OfferProto offers = 1;
   */
  java.util.List 
      getOffersOrBuilderList();
  /**
   * repeated .saga.api.offer.OfferProto offers = 1;
   */
  games.mythical.saga.sdk.proto.api.offer.OfferProtoOrBuilder getOffersOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy