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

olaris.polaris-all.1.15.5.source-code.grpcapi_v2_metric.proto Maven / Gradle / Ivy

There is a newer version: 2.0.0.0
Show newest version
syntax = "proto3";

package polaris.metric.v2;

option go_package = "v2";

import "ratelimit_v2.proto";

option java_package = "com.tencent.polaris.ratelimit.client.pb";

service RateLimitGRPCV2 {
  // 限流接口
  rpc Service(stream RateLimitRequest) returns(stream RateLimitResponse) {}

  //时间对齐接口
  rpc TimeAdjust(TimeAdjustRequest) returns(TimeAdjustResponse) {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy