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

tech.ydb.proto.coordination.DropNodeResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: protos/ydb_coordination.proto

package tech.ydb.proto.coordination;

public interface DropNodeResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Ydb.Coordination.DropNodeResponse)
    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.
   */
  tech.ydb.proto.OperationProtos.Operation getOperation();
  /**
   * .Ydb.Operations.Operation operation = 1;
   */
  tech.ydb.proto.OperationProtos.OperationOrBuilder getOperationOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy