games.mythical.saga.sdk.proto.api.offer.CancelOfferRequestOrBuilder 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/offer/definition.proto
package games.mythical.saga.sdk.proto.api.offer;
public interface CancelOfferRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.offer.CancelOfferRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* User that the Offer belongs to
*
*
* string oauth_id = 1;
* @return The oauthId.
*/
java.lang.String getOauthId();
/**
*
* User that the Offer belongs to
*
*
* string oauth_id = 1;
* @return The bytes for oauthId.
*/
com.google.protobuf.ByteString
getOauthIdBytes();
/**
*
* Id of the Offer to Cancel
*
*
* string offer_id = 2;
* @return The offerId.
*/
java.lang.String getOfferId();
/**
*
* Id of the Offer to Cancel
*
*
* string offer_id = 2;
* @return The bytes for offerId.
*/
com.google.protobuf.ByteString
getOfferIdBytes();
}