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

games.mythical.saga.sdk.proto.api.reservation.ReleaseReservationRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: api/reservation/definition.proto

package games.mythical.saga.sdk.proto.api.reservation;

public interface ReleaseReservationRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.reservation.ReleaseReservationRequest)
    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();

  /**
   * string oauth_id = 2;
   * @return The oauthId.
   */
  java.lang.String getOauthId();
  /**
   * string oauth_id = 2;
   * @return The bytes for oauthId.
   */
  com.google.protobuf.ByteString
      getOauthIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy