games.mythical.saga.sdk.proto.streams.reservation.ReservationCreatedProtoOrBuilder 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/reservation/definition.proto
package games.mythical.saga.sdk.proto.streams.reservation;
public interface ReservationCreatedProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.rpc.streams.reservation.ReservationCreatedProto)
com.google.protobuf.MessageOrBuilder {
/**
* string reservation_id = 1;
* @return The reservationId.
*/
java.lang.String getReservationId();
/**
* string reservation_id = 1;
* @return The bytes for reservationId.
*/
com.google.protobuf.ByteString
getReservationIdBytes();
}