com.yandex.ydb.coordination.CreateNodeRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-sdk-jdbc-uberjar Show documentation
Show all versions of ydb-sdk-jdbc-uberjar Show documentation
JDBC client implementation over Table client, single jar
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ydb/public/api/protos/ydb_coordination.proto
package com.yandex.ydb.coordination;
public interface CreateNodeRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Ydb.Coordination.CreateNodeRequest)
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.Coordination.Config config = 2;
* @return Whether the config field is set.
*/
boolean hasConfig();
/**
* .Ydb.Coordination.Config config = 2;
* @return The config.
*/
com.yandex.ydb.coordination.Config getConfig();
/**
* .Ydb.Coordination.Config config = 2;
*/
com.yandex.ydb.coordination.ConfigOrBuilder getConfigOrBuilder();
/**
* .Ydb.Operations.OperationParams operation_params = 3;
* @return Whether the operationParams field is set.
*/
boolean hasOperationParams();
/**
* .Ydb.Operations.OperationParams operation_params = 3;
* @return The operationParams.
*/
com.yandex.ydb.OperationProtos.OperationParams getOperationParams();
/**
* .Ydb.Operations.OperationParams operation_params = 3;
*/
com.yandex.ydb.OperationProtos.OperationParamsOrBuilder getOperationParamsOrBuilder();
}