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

games.mythical.saga.sdk.proto.streams.SubscribeOrBuilder 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/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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy