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

com.yandex.ydb.rate_limiter.CreateResourceResponseOrBuilder 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 CreateResourceResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Ydb.RateLimiter.CreateResourceResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Holds CreateResourceResult in case of successful call.
   * 
* * .Ydb.Operations.Operation operation = 1; * @return Whether the operation field is set. */ boolean hasOperation(); /** *
   * Holds CreateResourceResult in case of successful call.
   * 
* * .Ydb.Operations.Operation operation = 1; * @return The operation. */ com.yandex.ydb.OperationProtos.Operation getOperation(); /** *
   * Holds CreateResourceResult in case of successful call.
   * 
* * .Ydb.Operations.Operation operation = 1; */ com.yandex.ydb.OperationProtos.OperationOrBuilder getOperationOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy