games.mythical.saga.sdk.proto.api.nftbridge.QuoteBridgeNFTRequestOrBuilder 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/nftbridge/definition.proto
package games.mythical.saga.sdk.proto.api.nftbridge;
public interface QuoteBridgeNFTRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.nftbridge.QuoteBridgeNFTRequest)
com.google.protobuf.MessageOrBuilder {
/**
* int32 origin_chain_id = 1;
* @return The originChainId.
*/
int getOriginChainId();
/**
* int32 target_chain_id = 2;
* @return The targetChainId.
*/
int getTargetChainId();
/**
* string game_title_id = 3;
* @return The gameTitleId.
*/
java.lang.String getGameTitleId();
/**
* string game_title_id = 3;
* @return The bytes for gameTitleId.
*/
com.google.protobuf.ByteString
getGameTitleIdBytes();
/**
* string inventory_id = 4;
* @return The inventoryId.
*/
java.lang.String getInventoryId();
/**
* string inventory_id = 4;
* @return The bytes for inventoryId.
*/
com.google.protobuf.ByteString
getInventoryIdBytes();
/**
* string oauth_id = 5;
* @return The oauthId.
*/
java.lang.String getOauthId();
/**
* string oauth_id = 5;
* @return The bytes for oauthId.
*/
com.google.protobuf.ByteString
getOauthIdBytes();
}