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

com.yandex.ydb.coordination.SessionRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.45.6
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ydb/public/api/protos/ydb_coordination.proto

package com.yandex.ydb.coordination;

public interface SessionRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Ydb.Coordination.SessionRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .Ydb.Coordination.SessionRequest.PingPong ping = 1;
   * @return Whether the ping field is set.
   */
  boolean hasPing();
  /**
   * .Ydb.Coordination.SessionRequest.PingPong ping = 1;
   * @return The ping.
   */
  com.yandex.ydb.coordination.SessionRequest.PingPong getPing();
  /**
   * .Ydb.Coordination.SessionRequest.PingPong ping = 1;
   */
  com.yandex.ydb.coordination.SessionRequest.PingPongOrBuilder getPingOrBuilder();

  /**
   * .Ydb.Coordination.SessionRequest.PingPong pong = 2;
   * @return Whether the pong field is set.
   */
  boolean hasPong();
  /**
   * .Ydb.Coordination.SessionRequest.PingPong pong = 2;
   * @return The pong.
   */
  com.yandex.ydb.coordination.SessionRequest.PingPong getPong();
  /**
   * .Ydb.Coordination.SessionRequest.PingPong pong = 2;
   */
  com.yandex.ydb.coordination.SessionRequest.PingPongOrBuilder getPongOrBuilder();

  /**
   * .Ydb.Coordination.SessionRequest.SessionStart session_start = 3;
   * @return Whether the sessionStart field is set.
   */
  boolean hasSessionStart();
  /**
   * .Ydb.Coordination.SessionRequest.SessionStart session_start = 3;
   * @return The sessionStart.
   */
  com.yandex.ydb.coordination.SessionRequest.SessionStart getSessionStart();
  /**
   * .Ydb.Coordination.SessionRequest.SessionStart session_start = 3;
   */
  com.yandex.ydb.coordination.SessionRequest.SessionStartOrBuilder getSessionStartOrBuilder();

  /**
   * .Ydb.Coordination.SessionRequest.SessionStop session_stop = 4;
   * @return Whether the sessionStop field is set.
   */
  boolean hasSessionStop();
  /**
   * .Ydb.Coordination.SessionRequest.SessionStop session_stop = 4;
   * @return The sessionStop.
   */
  com.yandex.ydb.coordination.SessionRequest.SessionStop getSessionStop();
  /**
   * .Ydb.Coordination.SessionRequest.SessionStop session_stop = 4;
   */
  com.yandex.ydb.coordination.SessionRequest.SessionStopOrBuilder getSessionStopOrBuilder();

  /**
   * .Ydb.Coordination.Unsupported unsupported_5 = 5;
   * @return Whether the unsupported5 field is set.
   */
  boolean hasUnsupported5();
  /**
   * .Ydb.Coordination.Unsupported unsupported_5 = 5;
   * @return The unsupported5.
   */
  com.yandex.ydb.coordination.Unsupported getUnsupported5();
  /**
   * .Ydb.Coordination.Unsupported unsupported_5 = 5;
   */
  com.yandex.ydb.coordination.UnsupportedOrBuilder getUnsupported5OrBuilder();

  /**
   * .Ydb.Coordination.Unsupported unsupported_6 = 6;
   * @return Whether the unsupported6 field is set.
   */
  boolean hasUnsupported6();
  /**
   * .Ydb.Coordination.Unsupported unsupported_6 = 6;
   * @return The unsupported6.
   */
  com.yandex.ydb.coordination.Unsupported getUnsupported6();
  /**
   * .Ydb.Coordination.Unsupported unsupported_6 = 6;
   */
  com.yandex.ydb.coordination.UnsupportedOrBuilder getUnsupported6OrBuilder();

  /**
   * .Ydb.Coordination.SessionRequest.AcquireSemaphore acquire_semaphore = 7;
   * @return Whether the acquireSemaphore field is set.
   */
  boolean hasAcquireSemaphore();
  /**
   * .Ydb.Coordination.SessionRequest.AcquireSemaphore acquire_semaphore = 7;
   * @return The acquireSemaphore.
   */
  com.yandex.ydb.coordination.SessionRequest.AcquireSemaphore getAcquireSemaphore();
  /**
   * .Ydb.Coordination.SessionRequest.AcquireSemaphore acquire_semaphore = 7;
   */
  com.yandex.ydb.coordination.SessionRequest.AcquireSemaphoreOrBuilder getAcquireSemaphoreOrBuilder();

  /**
   * .Ydb.Coordination.SessionRequest.ReleaseSemaphore release_semaphore = 8;
   * @return Whether the releaseSemaphore field is set.
   */
  boolean hasReleaseSemaphore();
  /**
   * .Ydb.Coordination.SessionRequest.ReleaseSemaphore release_semaphore = 8;
   * @return The releaseSemaphore.
   */
  com.yandex.ydb.coordination.SessionRequest.ReleaseSemaphore getReleaseSemaphore();
  /**
   * .Ydb.Coordination.SessionRequest.ReleaseSemaphore release_semaphore = 8;
   */
  com.yandex.ydb.coordination.SessionRequest.ReleaseSemaphoreOrBuilder getReleaseSemaphoreOrBuilder();

  /**
   * .Ydb.Coordination.SessionRequest.DescribeSemaphore describe_semaphore = 9;
   * @return Whether the describeSemaphore field is set.
   */
  boolean hasDescribeSemaphore();
  /**
   * .Ydb.Coordination.SessionRequest.DescribeSemaphore describe_semaphore = 9;
   * @return The describeSemaphore.
   */
  com.yandex.ydb.coordination.SessionRequest.DescribeSemaphore getDescribeSemaphore();
  /**
   * .Ydb.Coordination.SessionRequest.DescribeSemaphore describe_semaphore = 9;
   */
  com.yandex.ydb.coordination.SessionRequest.DescribeSemaphoreOrBuilder getDescribeSemaphoreOrBuilder();

  /**
   * .Ydb.Coordination.SessionRequest.CreateSemaphore create_semaphore = 10;
   * @return Whether the createSemaphore field is set.
   */
  boolean hasCreateSemaphore();
  /**
   * .Ydb.Coordination.SessionRequest.CreateSemaphore create_semaphore = 10;
   * @return The createSemaphore.
   */
  com.yandex.ydb.coordination.SessionRequest.CreateSemaphore getCreateSemaphore();
  /**
   * .Ydb.Coordination.SessionRequest.CreateSemaphore create_semaphore = 10;
   */
  com.yandex.ydb.coordination.SessionRequest.CreateSemaphoreOrBuilder getCreateSemaphoreOrBuilder();

  /**
   * .Ydb.Coordination.SessionRequest.UpdateSemaphore update_semaphore = 11;
   * @return Whether the updateSemaphore field is set.
   */
  boolean hasUpdateSemaphore();
  /**
   * .Ydb.Coordination.SessionRequest.UpdateSemaphore update_semaphore = 11;
   * @return The updateSemaphore.
   */
  com.yandex.ydb.coordination.SessionRequest.UpdateSemaphore getUpdateSemaphore();
  /**
   * .Ydb.Coordination.SessionRequest.UpdateSemaphore update_semaphore = 11;
   */
  com.yandex.ydb.coordination.SessionRequest.UpdateSemaphoreOrBuilder getUpdateSemaphoreOrBuilder();

  /**
   * .Ydb.Coordination.SessionRequest.DeleteSemaphore delete_semaphore = 12;
   * @return Whether the deleteSemaphore field is set.
   */
  boolean hasDeleteSemaphore();
  /**
   * .Ydb.Coordination.SessionRequest.DeleteSemaphore delete_semaphore = 12;
   * @return The deleteSemaphore.
   */
  com.yandex.ydb.coordination.SessionRequest.DeleteSemaphore getDeleteSemaphore();
  /**
   * .Ydb.Coordination.SessionRequest.DeleteSemaphore delete_semaphore = 12;
   */
  com.yandex.ydb.coordination.SessionRequest.DeleteSemaphoreOrBuilder getDeleteSemaphoreOrBuilder();

  /**
   * .Ydb.Coordination.Unsupported unsupported_13 = 13;
   * @return Whether the unsupported13 field is set.
   */
  boolean hasUnsupported13();
  /**
   * .Ydb.Coordination.Unsupported unsupported_13 = 13;
   * @return The unsupported13.
   */
  com.yandex.ydb.coordination.Unsupported getUnsupported13();
  /**
   * .Ydb.Coordination.Unsupported unsupported_13 = 13;
   */
  com.yandex.ydb.coordination.UnsupportedOrBuilder getUnsupported13OrBuilder();

  /**
   * .Ydb.Coordination.Unsupported unsupported_14 = 14;
   * @return Whether the unsupported14 field is set.
   */
  boolean hasUnsupported14();
  /**
   * .Ydb.Coordination.Unsupported unsupported_14 = 14;
   * @return The unsupported14.
   */
  com.yandex.ydb.coordination.Unsupported getUnsupported14();
  /**
   * .Ydb.Coordination.Unsupported unsupported_14 = 14;
   */
  com.yandex.ydb.coordination.UnsupportedOrBuilder getUnsupported14OrBuilder();

  /**
   * .Ydb.Coordination.Unsupported unsupported_15 = 15;
   * @return Whether the unsupported15 field is set.
   */
  boolean hasUnsupported15();
  /**
   * .Ydb.Coordination.Unsupported unsupported_15 = 15;
   * @return The unsupported15.
   */
  com.yandex.ydb.coordination.Unsupported getUnsupported15();
  /**
   * .Ydb.Coordination.Unsupported unsupported_15 = 15;
   */
  com.yandex.ydb.coordination.UnsupportedOrBuilder getUnsupported15OrBuilder();

  public com.yandex.ydb.coordination.SessionRequest.RequestCase getRequestCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy