public static interface CircuitBreakerProto.CircuitBreakerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.StringValue |
getBusiness()
业务
.google.protobuf.StringValue business = 11; |
com.google.protobuf.StringValueOrBuilder |
getBusinessOrBuilder()
业务
.google.protobuf.StringValue business = 11; |
com.google.protobuf.StringValue |
getComment()
规则描述
.google.protobuf.StringValue comment = 13; |
com.google.protobuf.StringValueOrBuilder |
getCommentOrBuilder()
规则描述
.google.protobuf.StringValue comment = 13; |
com.google.protobuf.StringValue |
getCtime()
.google.protobuf.StringValue ctime = 14; |
com.google.protobuf.StringValueOrBuilder |
getCtimeOrBuilder()
.google.protobuf.StringValue ctime = 14; |
com.google.protobuf.StringValue |
getDepartment()
部门
.google.protobuf.StringValue department = 12; |
com.google.protobuf.StringValueOrBuilder |
getDepartmentOrBuilder()
部门
.google.protobuf.StringValue department = 12; |
com.google.protobuf.StringValue |
getId()
.google.protobuf.StringValue id = 1; |
com.google.protobuf.StringValueOrBuilder |
getIdOrBuilder()
.google.protobuf.StringValue id = 1; |
CircuitBreakerProto.CbRule |
getInbounds(int index)
熔断规则可以分为被调规则和主调规则
被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效
主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7; |
int |
getInboundsCount()
熔断规则可以分为被调规则和主调规则
被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效
主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7; |
List<CircuitBreakerProto.CbRule> |
getInboundsList()
熔断规则可以分为被调规则和主调规则
被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效
主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7; |
CircuitBreakerProto.CbRuleOrBuilder |
getInboundsOrBuilder(int index)
熔断规则可以分为被调规则和主调规则
被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效
主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7; |
List<? extends CircuitBreakerProto.CbRuleOrBuilder> |
getInboundsOrBuilderList()
熔断规则可以分为被调规则和主调规则
被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效
主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7; |
com.google.protobuf.StringValue |
getMtime()
.google.protobuf.StringValue mtime = 15; |
com.google.protobuf.StringValueOrBuilder |
getMtimeOrBuilder()
.google.protobuf.StringValue mtime = 15; |
com.google.protobuf.StringValue |
getName()
规则名
.google.protobuf.StringValue name = 3; |
com.google.protobuf.StringValueOrBuilder |
getNameOrBuilder()
规则名
.google.protobuf.StringValue name = 3; |
com.google.protobuf.StringValue |
getNamespace()
规则命名空间
.google.protobuf.StringValue namespace = 4; |
com.google.protobuf.StringValueOrBuilder |
getNamespaceOrBuilder()
规则命名空间
.google.protobuf.StringValue namespace = 4; |
CircuitBreakerProto.CbRule |
getOutbounds(int index)
repeated .v1.CbRule outbounds = 8; |
int |
getOutboundsCount()
repeated .v1.CbRule outbounds = 8; |
List<CircuitBreakerProto.CbRule> |
getOutboundsList()
repeated .v1.CbRule outbounds = 8; |
CircuitBreakerProto.CbRuleOrBuilder |
getOutboundsOrBuilder(int index)
repeated .v1.CbRule outbounds = 8; |
List<? extends CircuitBreakerProto.CbRuleOrBuilder> |
getOutboundsOrBuilderList()
repeated .v1.CbRule outbounds = 8; |
com.google.protobuf.StringValue |
getOwners()
.google.protobuf.StringValue owners = 10; |
com.google.protobuf.StringValueOrBuilder |
getOwnersOrBuilder()
.google.protobuf.StringValue owners = 10; |
com.google.protobuf.StringValue |
getRevision()
.google.protobuf.StringValue revision = 16; |
com.google.protobuf.StringValueOrBuilder |
getRevisionOrBuilder()
.google.protobuf.StringValue revision = 16; |
com.google.protobuf.StringValue |
getService()
规则所属服务
.google.protobuf.StringValue service = 5; |
com.google.protobuf.StringValue |
getServiceNamespace()
.google.protobuf.StringValue service_namespace = 6; |
com.google.protobuf.StringValueOrBuilder |
getServiceNamespaceOrBuilder()
.google.protobuf.StringValue service_namespace = 6; |
com.google.protobuf.StringValueOrBuilder |
getServiceOrBuilder()
规则所属服务
.google.protobuf.StringValue service = 5; |
com.google.protobuf.StringValue |
getToken()
.google.protobuf.StringValue token = 9; |
com.google.protobuf.StringValueOrBuilder |
getTokenOrBuilder()
.google.protobuf.StringValue token = 9; |
com.google.protobuf.StringValue |
getVersion()
规则版本
.google.protobuf.StringValue version = 2; |
com.google.protobuf.StringValueOrBuilder |
getVersionOrBuilder()
规则版本
.google.protobuf.StringValue version = 2; |
boolean |
hasBusiness()
业务
.google.protobuf.StringValue business = 11; |
boolean |
hasComment()
规则描述
.google.protobuf.StringValue comment = 13; |
boolean |
hasCtime()
.google.protobuf.StringValue ctime = 14; |
boolean |
hasDepartment()
部门
.google.protobuf.StringValue department = 12; |
boolean |
hasId()
.google.protobuf.StringValue id = 1; |
boolean |
hasMtime()
.google.protobuf.StringValue mtime = 15; |
boolean |
hasName()
规则名
.google.protobuf.StringValue name = 3; |
boolean |
hasNamespace()
规则命名空间
.google.protobuf.StringValue namespace = 4; |
boolean |
hasOwners()
.google.protobuf.StringValue owners = 10; |
boolean |
hasRevision()
.google.protobuf.StringValue revision = 16; |
boolean |
hasService()
规则所属服务
.google.protobuf.StringValue service = 5; |
boolean |
hasServiceNamespace()
.google.protobuf.StringValue service_namespace = 6; |
boolean |
hasToken()
.google.protobuf.StringValue token = 9; |
boolean |
hasVersion()
规则版本
.google.protobuf.StringValue version = 2; |
boolean hasId()
.google.protobuf.StringValue id = 1;com.google.protobuf.StringValue getId()
.google.protobuf.StringValue id = 1;com.google.protobuf.StringValueOrBuilder getIdOrBuilder()
.google.protobuf.StringValue id = 1;boolean hasVersion()
规则版本
.google.protobuf.StringValue version = 2;com.google.protobuf.StringValue getVersion()
规则版本
.google.protobuf.StringValue version = 2;com.google.protobuf.StringValueOrBuilder getVersionOrBuilder()
规则版本
.google.protobuf.StringValue version = 2;boolean hasName()
规则名
.google.protobuf.StringValue name = 3;com.google.protobuf.StringValue getName()
规则名
.google.protobuf.StringValue name = 3;com.google.protobuf.StringValueOrBuilder getNameOrBuilder()
规则名
.google.protobuf.StringValue name = 3;boolean hasNamespace()
规则命名空间
.google.protobuf.StringValue namespace = 4;com.google.protobuf.StringValue getNamespace()
规则命名空间
.google.protobuf.StringValue namespace = 4;com.google.protobuf.StringValueOrBuilder getNamespaceOrBuilder()
规则命名空间
.google.protobuf.StringValue namespace = 4;boolean hasService()
规则所属服务
.google.protobuf.StringValue service = 5;com.google.protobuf.StringValue getService()
规则所属服务
.google.protobuf.StringValue service = 5;com.google.protobuf.StringValueOrBuilder getServiceOrBuilder()
规则所属服务
.google.protobuf.StringValue service = 5;boolean hasServiceNamespace()
.google.protobuf.StringValue service_namespace = 6;com.google.protobuf.StringValue getServiceNamespace()
.google.protobuf.StringValue service_namespace = 6;com.google.protobuf.StringValueOrBuilder getServiceNamespaceOrBuilder()
.google.protobuf.StringValue service_namespace = 6;List<CircuitBreakerProto.CbRule> getInboundsList()
熔断规则可以分为被调规则和主调规则 被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效 主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7;CircuitBreakerProto.CbRule getInbounds(int index)
熔断规则可以分为被调规则和主调规则 被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效 主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7;int getInboundsCount()
熔断规则可以分为被调规则和主调规则 被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效 主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7;List<? extends CircuitBreakerProto.CbRuleOrBuilder> getInboundsOrBuilderList()
熔断规则可以分为被调规则和主调规则 被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效 主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7;CircuitBreakerProto.CbRuleOrBuilder getInboundsOrBuilder(int index)
熔断规则可以分为被调规则和主调规则 被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效 主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7;List<CircuitBreakerProto.CbRule> getOutboundsList()
repeated .v1.CbRule outbounds = 8;CircuitBreakerProto.CbRule getOutbounds(int index)
repeated .v1.CbRule outbounds = 8;int getOutboundsCount()
repeated .v1.CbRule outbounds = 8;List<? extends CircuitBreakerProto.CbRuleOrBuilder> getOutboundsOrBuilderList()
repeated .v1.CbRule outbounds = 8;CircuitBreakerProto.CbRuleOrBuilder getOutboundsOrBuilder(int index)
repeated .v1.CbRule outbounds = 8;boolean hasToken()
.google.protobuf.StringValue token = 9;com.google.protobuf.StringValue getToken()
.google.protobuf.StringValue token = 9;com.google.protobuf.StringValueOrBuilder getTokenOrBuilder()
.google.protobuf.StringValue token = 9;boolean hasOwners()
.google.protobuf.StringValue owners = 10;com.google.protobuf.StringValue getOwners()
.google.protobuf.StringValue owners = 10;com.google.protobuf.StringValueOrBuilder getOwnersOrBuilder()
.google.protobuf.StringValue owners = 10;boolean hasBusiness()
业务
.google.protobuf.StringValue business = 11;com.google.protobuf.StringValue getBusiness()
业务
.google.protobuf.StringValue business = 11;com.google.protobuf.StringValueOrBuilder getBusinessOrBuilder()
业务
.google.protobuf.StringValue business = 11;boolean hasDepartment()
部门
.google.protobuf.StringValue department = 12;com.google.protobuf.StringValue getDepartment()
部门
.google.protobuf.StringValue department = 12;com.google.protobuf.StringValueOrBuilder getDepartmentOrBuilder()
部门
.google.protobuf.StringValue department = 12;boolean hasComment()
规则描述
.google.protobuf.StringValue comment = 13;com.google.protobuf.StringValue getComment()
规则描述
.google.protobuf.StringValue comment = 13;com.google.protobuf.StringValueOrBuilder getCommentOrBuilder()
规则描述
.google.protobuf.StringValue comment = 13;boolean hasCtime()
.google.protobuf.StringValue ctime = 14;com.google.protobuf.StringValue getCtime()
.google.protobuf.StringValue ctime = 14;com.google.protobuf.StringValueOrBuilder getCtimeOrBuilder()
.google.protobuf.StringValue ctime = 14;boolean hasMtime()
.google.protobuf.StringValue mtime = 15;com.google.protobuf.StringValue getMtime()
.google.protobuf.StringValue mtime = 15;com.google.protobuf.StringValueOrBuilder getMtimeOrBuilder()
.google.protobuf.StringValue mtime = 15;boolean hasRevision()
.google.protobuf.StringValue revision = 16;com.google.protobuf.StringValue getRevision()
.google.protobuf.StringValue revision = 16;com.google.protobuf.StringValueOrBuilder getRevisionOrBuilder()
.google.protobuf.StringValue revision = 16;Copyright © 2022. All rights reserved.