tech.ydb.proto.rate_limiter.ListResourcesRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: protos/ydb_rate_limiter.proto
package tech.ydb.proto.rate_limiter;
public interface ListResourcesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Ydb.RateLimiter.ListResourcesRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .Ydb.Operations.OperationParams operation_params = 1;
* @return Whether the operationParams field is set.
*/
boolean hasOperationParams();
/**
* .Ydb.Operations.OperationParams operation_params = 1;
* @return The operationParams.
*/
tech.ydb.proto.OperationProtos.OperationParams getOperationParams();
/**
* .Ydb.Operations.OperationParams operation_params = 1;
*/
tech.ydb.proto.OperationProtos.OperationParamsOrBuilder getOperationParamsOrBuilder();
/**
*
* Path of a coordination node.
*
*
* string coordination_node_path = 2;
* @return The coordinationNodePath.
*/
java.lang.String getCoordinationNodePath();
/**
*
* Path of a coordination node.
*
*
* string coordination_node_path = 2;
* @return The bytes for coordinationNodePath.
*/
com.google.protobuf.ByteString
getCoordinationNodePathBytes();
/**
*
* Path of resource inside a coordination node.
* May be empty.
* In that case all root resources will be listed.
*
*
* string resource_path = 3;
* @return The resourcePath.
*/
java.lang.String getResourcePath();
/**
*
* Path of resource inside a coordination node.
* May be empty.
* In that case all root resources will be listed.
*
*
* string resource_path = 3;
* @return The bytes for resourcePath.
*/
com.google.protobuf.ByteString
getResourcePathBytes();
/**
*
* List resources recursively.
*
*
* bool recursive = 4;
* @return The recursive.
*/
boolean getRecursive();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy