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

games.mythical.saga.sdk.proto.streams.metadata.MetadataUpdateProtoOrBuilder Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy