All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yandex.ydb.rate_limiter.DescribeResourceRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ydb/public/api/protos/ydb_rate_limiter.proto

package com.yandex.ydb.rate_limiter;

public interface DescribeResourceRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Ydb.RateLimiter.DescribeResourceRequest)
    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.
   */
  com.yandex.ydb.OperationProtos.OperationParams getOperationParams();
  /**
   * .Ydb.Operations.OperationParams operation_params = 1;
   */
  com.yandex.ydb.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.
   * 
* * string resource_path = 3; * @return The resourcePath. */ java.lang.String getResourcePath(); /** *
   * Path of resource inside a coordination node.
   * 
* * string resource_path = 3; * @return The bytes for resourcePath. */ com.google.protobuf.ByteString getResourcePathBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy