tech.ydb.proto.rate_limiter.AlterResourceResponseOrBuilder 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 AlterResourceResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Ydb.RateLimiter.AlterResourceResponse)
    com.google.protobuf.MessageOrBuilder {
  /**
   * 
   * Holds AlterResourceResult in case of successful call.
   * 
   *
   * .Ydb.Operations.Operation operation = 1;
   * @return Whether the operation field is set.
   */
  boolean hasOperation();
  /**
   * 
   * Holds AlterResourceResult in case of successful call.
   * 
   *
   * .Ydb.Operations.Operation operation = 1;
   * @return The operation.
   */
  tech.ydb.proto.OperationProtos.Operation getOperation();
  /**
   * 
   * Holds AlterResourceResult in case of successful call.
   * 
   *
   * .Ydb.Operations.Operation operation = 1;
   */
  tech.ydb.proto.OperationProtos.OperationOrBuilder getOperationOrBuilder();
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy