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

olaris.polaris-all.1.7.3.source-code.request.proto Maven / Gradle / Ivy

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

package v1;

import "service.proto";

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

message DiscoverRequest {
  enum DiscoverRequestType {
    UNKNOWN = 0;
    INSTANCE = 1;
    CLUSTER = 2;
    ROUTING = 3;
    RATE_LIMIT = 4;
    CIRCUIT_BREAKER = 5;
    SERVICES = 6;
  }

  DiscoverRequestType type = 1;
  Service service = 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy