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

olaris.polaris-all.1.2.4.source-code.client.proto Maven / Gradle / Ivy

syntax = "proto3";

package v1;

import "google/protobuf/wrappers.proto";
import "model.proto";

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

message Client {
  google.protobuf.StringValue host = 1;

  enum ClientType {
    UNKNOWN = 0;
    SDK = 1;
    AGENT = 2;
  }

  ClientType type = 2;

  google.protobuf.StringValue version = 3;

  Location location = 4;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy