public static final class CircuitBreakerProto.CircuitBreaker extends com.google.protobuf.GeneratedMessageV3 implements CircuitBreakerProto.CircuitBreakerOrBuilder
单个熔断规则定义Protobuf type
v1.CircuitBreaker| 限定符和类型 | 类和说明 |
|---|---|
static class |
CircuitBreakerProto.CircuitBreaker.Builder
单个熔断规则定义
Protobuf type
v1.CircuitBreaker |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BUSINESS_FIELD_NUMBER |
static int |
COMMENT_FIELD_NUMBER |
static int |
CTIME_FIELD_NUMBER |
static int |
DEPARTMENT_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
INBOUNDS_FIELD_NUMBER |
static int |
MTIME_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NAMESPACE_FIELD_NUMBER |
static int |
OUTBOUNDS_FIELD_NUMBER |
static int |
OWNERS_FIELD_NUMBER |
static int |
REVISION_FIELD_NUMBER |
static int |
SERVICE_FIELD_NUMBER |
static int |
SERVICE_NAMESPACE_FIELD_NUMBER |
static int |
TOKEN_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
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; |
static CircuitBreakerProto.CircuitBreaker |
getDefaultInstance() |
CircuitBreakerProto.CircuitBreaker |
getDefaultInstanceForType() |
com.google.protobuf.StringValue |
getDepartment()
部门
.google.protobuf.StringValue department = 12; |
com.google.protobuf.StringValueOrBuilder |
getDepartmentOrBuilder()
部门
.google.protobuf.StringValue department = 12; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.Parser<CircuitBreakerProto.CircuitBreaker> |
getParserForType() |
com.google.protobuf.StringValue |
getRevision()
.google.protobuf.StringValue revision = 16; |
com.google.protobuf.StringValueOrBuilder |
getRevisionOrBuilder()
.google.protobuf.StringValue revision = 16; |
int |
getSerializedSize() |
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.UnknownFieldSet |
getUnknownFields() |
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; |
int |
hashCode() |
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 |
isInitialized() |
static CircuitBreakerProto.CircuitBreaker.Builder |
newBuilder() |
static CircuitBreakerProto.CircuitBreaker.Builder |
newBuilder(CircuitBreakerProto.CircuitBreaker prototype) |
CircuitBreakerProto.CircuitBreaker.Builder |
newBuilderForType() |
static CircuitBreakerProto.CircuitBreaker |
parseDelimitedFrom(InputStream input) |
static CircuitBreakerProto.CircuitBreaker |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakerProto.CircuitBreaker |
parseFrom(byte[] data) |
static CircuitBreakerProto.CircuitBreaker |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakerProto.CircuitBreaker |
parseFrom(ByteBuffer data) |
static CircuitBreakerProto.CircuitBreaker |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakerProto.CircuitBreaker |
parseFrom(com.google.protobuf.ByteString data) |
static CircuitBreakerProto.CircuitBreaker |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakerProto.CircuitBreaker |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CircuitBreakerProto.CircuitBreaker |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakerProto.CircuitBreaker |
parseFrom(InputStream input) |
static CircuitBreakerProto.CircuitBreaker |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CircuitBreakerProto.CircuitBreaker> |
parser() |
CircuitBreakerProto.CircuitBreaker.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ID_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
public static final int SERVICE_NAMESPACE_FIELD_NUMBER
public static final int INBOUNDS_FIELD_NUMBER
public static final int OUTBOUNDS_FIELD_NUMBER
public static final int TOKEN_FIELD_NUMBER
public static final int OWNERS_FIELD_NUMBER
public static final int BUSINESS_FIELD_NUMBER
public static final int DEPARTMENT_FIELD_NUMBER
public static final int COMMENT_FIELD_NUMBER
public static final int CTIME_FIELD_NUMBER
public static final int MTIME_FIELD_NUMBER
public static final int REVISION_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasId()
.google.protobuf.StringValue id = 1;hasId 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getId()
.google.protobuf.StringValue id = 1;getId 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getIdOrBuilder()
.google.protobuf.StringValue id = 1;public boolean hasVersion()
规则版本
.google.protobuf.StringValue version = 2;hasVersion 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getVersion()
规则版本
.google.protobuf.StringValue version = 2;getVersion 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getVersionOrBuilder()
规则版本
.google.protobuf.StringValue version = 2;public boolean hasName()
规则名
.google.protobuf.StringValue name = 3;hasName 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getName()
规则名
.google.protobuf.StringValue name = 3;getName 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getNameOrBuilder()
规则名
.google.protobuf.StringValue name = 3;public boolean hasNamespace()
规则命名空间
.google.protobuf.StringValue namespace = 4;hasNamespace 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getNamespace()
规则命名空间
.google.protobuf.StringValue namespace = 4;getNamespace 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getNamespaceOrBuilder()
规则命名空间
.google.protobuf.StringValue namespace = 4;public boolean hasService()
规则所属服务
.google.protobuf.StringValue service = 5;hasService 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getService()
规则所属服务
.google.protobuf.StringValue service = 5;getService 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getServiceOrBuilder()
规则所属服务
.google.protobuf.StringValue service = 5;public boolean hasServiceNamespace()
.google.protobuf.StringValue service_namespace = 6;hasServiceNamespace 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getServiceNamespace()
.google.protobuf.StringValue service_namespace = 6;getServiceNamespace 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getServiceNamespaceOrBuilder()
.google.protobuf.StringValue service_namespace = 6;public List<CircuitBreakerProto.CbRule> getInboundsList()
熔断规则可以分为被调规则和主调规则 被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效 主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7;public List<? extends CircuitBreakerProto.CbRuleOrBuilder> getInboundsOrBuilderList()
熔断规则可以分为被调规则和主调规则 被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效 主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7;public int getInboundsCount()
熔断规则可以分为被调规则和主调规则 被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效 主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7;public CircuitBreakerProto.CbRule getInbounds(int index)
熔断规则可以分为被调规则和主调规则 被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效 主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7;public CircuitBreakerProto.CbRuleOrBuilder getInboundsOrBuilder(int index)
熔断规则可以分为被调规则和主调规则 被调规则针对所有的指定主调生效,假如不指定则对所有的主调生效 主调规则为当前主调方的规则,假如不指定则针对所有被调生效
repeated .v1.CbRule inbounds = 7;public List<CircuitBreakerProto.CbRule> getOutboundsList()
repeated .v1.CbRule outbounds = 8;public List<? extends CircuitBreakerProto.CbRuleOrBuilder> getOutboundsOrBuilderList()
repeated .v1.CbRule outbounds = 8;public int getOutboundsCount()
repeated .v1.CbRule outbounds = 8;public CircuitBreakerProto.CbRule getOutbounds(int index)
repeated .v1.CbRule outbounds = 8;public CircuitBreakerProto.CbRuleOrBuilder getOutboundsOrBuilder(int index)
repeated .v1.CbRule outbounds = 8;public boolean hasToken()
.google.protobuf.StringValue token = 9;hasToken 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getToken()
.google.protobuf.StringValue token = 9;getToken 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getTokenOrBuilder()
.google.protobuf.StringValue token = 9;public boolean hasOwners()
.google.protobuf.StringValue owners = 10;hasOwners 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getOwners()
.google.protobuf.StringValue owners = 10;getOwners 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getOwnersOrBuilder()
.google.protobuf.StringValue owners = 10;public boolean hasBusiness()
业务
.google.protobuf.StringValue business = 11;hasBusiness 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getBusiness()
业务
.google.protobuf.StringValue business = 11;getBusiness 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getBusinessOrBuilder()
业务
.google.protobuf.StringValue business = 11;public boolean hasDepartment()
部门
.google.protobuf.StringValue department = 12;hasDepartment 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getDepartment()
部门
.google.protobuf.StringValue department = 12;getDepartment 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getDepartmentOrBuilder()
部门
.google.protobuf.StringValue department = 12;public boolean hasComment()
规则描述
.google.protobuf.StringValue comment = 13;hasComment 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getComment()
规则描述
.google.protobuf.StringValue comment = 13;getComment 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getCommentOrBuilder()
规则描述
.google.protobuf.StringValue comment = 13;public boolean hasCtime()
.google.protobuf.StringValue ctime = 14;hasCtime 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getCtime()
.google.protobuf.StringValue ctime = 14;getCtime 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getCtimeOrBuilder()
.google.protobuf.StringValue ctime = 14;public boolean hasMtime()
.google.protobuf.StringValue mtime = 15;hasMtime 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getMtime()
.google.protobuf.StringValue mtime = 15;getMtime 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getMtimeOrBuilder()
.google.protobuf.StringValue mtime = 15;public boolean hasRevision()
.google.protobuf.StringValue revision = 16;hasRevision 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValue getRevision()
.google.protobuf.StringValue revision = 16;getRevision 在接口中 CircuitBreakerProto.CircuitBreakerOrBuilderpublic com.google.protobuf.StringValueOrBuilder getRevisionOrBuilder()
.google.protobuf.StringValue revision = 16;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static CircuitBreakerProto.CircuitBreaker parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CircuitBreakerProto.CircuitBreaker parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CircuitBreakerProto.CircuitBreaker parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CircuitBreakerProto.CircuitBreaker parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CircuitBreakerProto.CircuitBreaker parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CircuitBreakerProto.CircuitBreaker parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CircuitBreakerProto.CircuitBreaker parseFrom(InputStream input) throws IOException
IOExceptionpublic static CircuitBreakerProto.CircuitBreaker parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CircuitBreakerProto.CircuitBreaker parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CircuitBreakerProto.CircuitBreaker parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CircuitBreakerProto.CircuitBreaker parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CircuitBreakerProto.CircuitBreaker parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CircuitBreakerProto.CircuitBreaker.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static CircuitBreakerProto.CircuitBreaker.Builder newBuilder()
public static CircuitBreakerProto.CircuitBreaker.Builder newBuilder(CircuitBreakerProto.CircuitBreaker prototype)
public CircuitBreakerProto.CircuitBreaker.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLitepublic static CircuitBreakerProto.CircuitBreaker getDefaultInstance()
public static com.google.protobuf.Parser<CircuitBreakerProto.CircuitBreaker> parser()
public com.google.protobuf.Parser<CircuitBreakerProto.CircuitBreaker> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public CircuitBreakerProto.CircuitBreaker getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.