games.mythical.saga.sdk.proto.streams.SubscribeOrBuilder 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/common.proto
package games.mythical.saga.sdk.proto.streams;
public interface SubscribeOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.rpc.streams.Subscribe)
com.google.protobuf.MessageOrBuilder {
/**
* string title_id = 1;
* @return The titleId.
*/
java.lang.String getTitleId();
/**
* string title_id = 1;
* @return The bytes for titleId.
*/
com.google.protobuf.ByteString
getTitleIdBytes();
/**
* string stream_id = 2;
* @return The streamId.
*/
java.lang.String getStreamId();
/**
* string stream_id = 2;
* @return The bytes for streamId.
*/
com.google.protobuf.ByteString
getStreamIdBytes();
/**
* optional .google.protobuf.Timestamp replay_since = 3;
* @return Whether the replaySince field is set.
*/
boolean hasReplaySince();
/**
* optional .google.protobuf.Timestamp replay_since = 3;
* @return The replaySince.
*/
com.google.protobuf.Timestamp getReplaySince();
/**
* optional .google.protobuf.Timestamp replay_since = 3;
*/
com.google.protobuf.TimestampOrBuilder getReplaySinceOrBuilder();
}