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

olaris.polaris-all.2.0.0.0-RC1.source-code.grpcapi_location.proto Maven / Gradle / Ivy

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

package v1;

option java_package = "com.tencent.polaris.client.pb";
option java_outer_classname = "LocationGRPCService";

message LocationRequest {
  string client_ip = 1 [json_name = "client_ip"];
}

message LocationResponse {
  string region = 1;
  string zone = 2;
  string campus = 3;
}

service LocationGRPC {
  // 获取客户端地理位置信息
  rpc GetLocation(LocationRequest) returns(LocationResponse) {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy