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

com.yandex.ydb.coordination.DropNodeRequestOrBuilder 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 DropNodeRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Ydb.Coordination.DropNodeRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string path = 1;
   * @return The path.
   */
  java.lang.String getPath();
  /**
   * string path = 1;
   * @return The bytes for path.
   */
  com.google.protobuf.ByteString
      getPathBytes();

  /**
   * .Ydb.Operations.OperationParams operation_params = 2;
   * @return Whether the operationParams field is set.
   */
  boolean hasOperationParams();
  /**
   * .Ydb.Operations.OperationParams operation_params = 2;
   * @return The operationParams.
   */
  com.yandex.ydb.OperationProtos.OperationParams getOperationParams();
  /**
   * .Ydb.Operations.OperationParams operation_params = 2;
   */
  com.yandex.ydb.OperationProtos.OperationParamsOrBuilder getOperationParamsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy