games.mythical.saga.sdk.proto.streams.metadata.MetadataUpdateProtoOrBuilder 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: streams/metadata/definition.proto
package games.mythical.saga.sdk.proto.streams.metadata;
public interface MetadataUpdateProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.rpc.streams.metadata.MetadataUpdateProto)
com.google.protobuf.MessageOrBuilder {
/**
*
* Game's unique Id for the Item
*
*
* string inventory_id = 1;
* @return The inventoryId.
*/
java.lang.String getInventoryId();
/**
*
* Game's unique Id for the Item
*
*
* string inventory_id = 1;
* @return The bytes for inventoryId.
*/
com.google.protobuf.ByteString
getInventoryIdBytes();
/**
*
* Metadata address
*
*
* string metadata_url = 2;
* @return The metadataUrl.
*/
java.lang.String getMetadataUrl();
/**
*
* Metadata address
*
*
* string metadata_url = 2;
* @return The bytes for metadataUrl.
*/
com.google.protobuf.ByteString
getMetadataUrlBytes();
}