com.yandex.ydb.rate_limiter.CreateResourceResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-sdk-jdbc-uberjar Show documentation
Show all versions of ydb-sdk-jdbc-uberjar Show documentation
JDBC client implementation over Table client, single jar
// 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();
}