tech.ydb.proto.rate_limiter.ListResourcesResultOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-proto-api Show documentation
Show all versions of ydb-proto-api Show documentation
Generated from Protocol Buffers IDL Java sources
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: protos/ydb_rate_limiter.proto
package tech.ydb.proto.rate_limiter;
public interface ListResourcesResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Ydb.RateLimiter.ListResourcesResult)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string resource_paths = 1;
* @return A list containing the resourcePaths.
*/
java.util.List
getResourcePathsList();
/**
* repeated string resource_paths = 1;
* @return The count of resourcePaths.
*/
int getResourcePathsCount();
/**
* repeated string resource_paths = 1;
* @param index The index of the element to return.
* @return The resourcePaths at the given index.
*/
java.lang.String getResourcePaths(int index);
/**
* repeated string resource_paths = 1;
* @param index The index of the value to return.
* @return The bytes of the resourcePaths at the given index.
*/
com.google.protobuf.ByteString
getResourcePathsBytes(int index);
}