tech.ydb.proto.coordination.DescribeNodeResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: protos/ydb_coordination.proto
package tech.ydb.proto.coordination;
public interface DescribeNodeResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Ydb.Coordination.DescribeNodeResult)
com.google.protobuf.MessageOrBuilder {
/**
* .Ydb.Scheme.Entry self = 1;
* @return Whether the self field is set.
*/
boolean hasSelf();
/**
* .Ydb.Scheme.Entry self = 1;
* @return The self.
*/
tech.ydb.proto.scheme.SchemeOperationProtos.Entry getSelf();
/**
* .Ydb.Scheme.Entry self = 1;
*/
tech.ydb.proto.scheme.SchemeOperationProtos.EntryOrBuilder getSelfOrBuilder();
/**
* .Ydb.Coordination.Config config = 2;
* @return Whether the config field is set.
*/
boolean hasConfig();
/**
* .Ydb.Coordination.Config config = 2;
* @return The config.
*/
tech.ydb.proto.coordination.Config getConfig();
/**
* .Ydb.Coordination.Config config = 2;
*/
tech.ydb.proto.coordination.ConfigOrBuilder getConfigOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy