tech.ydb.proto.rate_limiter.ListResourcesResultOrBuilder 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 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);
}
     © 2015 - 2025 Weber Informatics LLC | Privacy Policy