
olaris.polaris-all.2.0.0.0.source-code.configrelease.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
syntax = "proto3";
package v1;
import "google/protobuf/wrappers.proto";
import "service.proto";
import "circuitbreaker.proto";
option go_package = "github.com/polarismesh/specification/source/go/api/v1/service_manage";
option java_package = "com.tencent.polaris.specification.api.v1.service.manage";
option java_outer_classname = "ConfigReleaseProto";
message ConfigRelease {
Service service = 1;
google.protobuf.StringValue ctime = 2;
google.protobuf.StringValue mtime = 3;
CircuitBreaker circuitBreaker = 4;
}
message ConfigWithService {
repeated Service services = 1;
CircuitBreaker circuitBreaker = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy