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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ydb/public/api/protos/ydb_coordination.proto

package com.yandex.ydb.coordination;

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

  /**
   * .Ydb.Operations.Operation operation = 1;
   * @return Whether the operation field is set.
   */
  boolean hasOperation();
  /**
   * .Ydb.Operations.Operation operation = 1;
   * @return The operation.
   */
  com.yandex.ydb.OperationProtos.Operation getOperation();
  /**
   * .Ydb.Operations.Operation operation = 1;
   */
  com.yandex.ydb.OperationProtos.OperationOrBuilder getOperationOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy