public static final class ResponseProto.DiscoverResponse extends com.google.protobuf.GeneratedMessageV3 implements ResponseProto.DiscoverResponseOrBuilder
v1.DiscoverResponse| 限定符和类型 | 类和说明 |
|---|---|
static class |
ResponseProto.DiscoverResponse.Builder
Protobuf type
v1.DiscoverResponse |
static class |
ResponseProto.DiscoverResponse.DiscoverResponseType
Protobuf enum
v1.DiscoverResponse.DiscoverResponseType |
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 |
CIRCUITBREAKER_FIELD_NUMBER |
static int |
CODE_FIELD_NUMBER |
static int |
INFO_FIELD_NUMBER |
static int |
INSTANCES_FIELD_NUMBER |
static int |
RATELIMIT_FIELD_NUMBER |
static int |
ROUTING_FIELD_NUMBER |
static int |
SERVICE_FIELD_NUMBER |
static int |
SERVICES_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
CircuitBreakerProto.CircuitBreaker |
getCircuitBreaker()
.v1.CircuitBreaker circuitBreaker = 8; |
CircuitBreakerProto.CircuitBreakerOrBuilder |
getCircuitBreakerOrBuilder()
.v1.CircuitBreaker circuitBreaker = 8; |
com.google.protobuf.UInt32Value |
getCode()
.google.protobuf.UInt32Value code = 1; |
com.google.protobuf.UInt32ValueOrBuilder |
getCodeOrBuilder()
.google.protobuf.UInt32Value code = 1; |
static ResponseProto.DiscoverResponse |
getDefaultInstance() |
ResponseProto.DiscoverResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.StringValue |
getInfo()
.google.protobuf.StringValue info = 2; |
com.google.protobuf.StringValueOrBuilder |
getInfoOrBuilder()
.google.protobuf.StringValue info = 2; |
ServiceProto.Instance |
getInstances(int index)
repeated .v1.Instance instances = 5; |
int |
getInstancesCount()
repeated .v1.Instance instances = 5; |
List<ServiceProto.Instance> |
getInstancesList()
repeated .v1.Instance instances = 5; |
ServiceProto.InstanceOrBuilder |
getInstancesOrBuilder(int index)
repeated .v1.Instance instances = 5; |
List<? extends ServiceProto.InstanceOrBuilder> |
getInstancesOrBuilderList()
repeated .v1.Instance instances = 5; |
com.google.protobuf.Parser<ResponseProto.DiscoverResponse> |
getParserForType() |
RateLimitProto.RateLimit |
getRateLimit()
.v1.RateLimit rateLimit = 7; |
RateLimitProto.RateLimitOrBuilder |
getRateLimitOrBuilder()
.v1.RateLimit rateLimit = 7; |
RoutingProto.Routing |
getRouting()
.v1.Routing routing = 6; |
RoutingProto.RoutingOrBuilder |
getRoutingOrBuilder()
.v1.Routing routing = 6; |
int |
getSerializedSize() |
ServiceProto.Service |
getService()
.v1.Service service = 4; |
ServiceProto.ServiceOrBuilder |
getServiceOrBuilder()
.v1.Service service = 4; |
ServiceProto.Service |
getServices(int index)
repeated .v1.Service services = 9; |
int |
getServicesCount()
repeated .v1.Service services = 9; |
List<ServiceProto.Service> |
getServicesList()
repeated .v1.Service services = 9; |
ServiceProto.ServiceOrBuilder |
getServicesOrBuilder(int index)
repeated .v1.Service services = 9; |
List<? extends ServiceProto.ServiceOrBuilder> |
getServicesOrBuilderList()
repeated .v1.Service services = 9; |
ResponseProto.DiscoverResponse.DiscoverResponseType |
getType()
.v1.DiscoverResponse.DiscoverResponseType type = 3; |
int |
getTypeValue()
.v1.DiscoverResponse.DiscoverResponseType type = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCircuitBreaker()
.v1.CircuitBreaker circuitBreaker = 8; |
boolean |
hasCode()
.google.protobuf.UInt32Value code = 1; |
int |
hashCode() |
boolean |
hasInfo()
.google.protobuf.StringValue info = 2; |
boolean |
hasRateLimit()
.v1.RateLimit rateLimit = 7; |
boolean |
hasRouting()
.v1.Routing routing = 6; |
boolean |
hasService()
.v1.Service service = 4; |
boolean |
isInitialized() |
static ResponseProto.DiscoverResponse.Builder |
newBuilder() |
static ResponseProto.DiscoverResponse.Builder |
newBuilder(ResponseProto.DiscoverResponse prototype) |
ResponseProto.DiscoverResponse.Builder |
newBuilderForType() |
static ResponseProto.DiscoverResponse |
parseDelimitedFrom(InputStream input) |
static ResponseProto.DiscoverResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseProto.DiscoverResponse |
parseFrom(byte[] data) |
static ResponseProto.DiscoverResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseProto.DiscoverResponse |
parseFrom(ByteBuffer data) |
static ResponseProto.DiscoverResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseProto.DiscoverResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ResponseProto.DiscoverResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseProto.DiscoverResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ResponseProto.DiscoverResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ResponseProto.DiscoverResponse |
parseFrom(InputStream input) |
static ResponseProto.DiscoverResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ResponseProto.DiscoverResponse> |
parser() |
ResponseProto.DiscoverResponse.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 CODE_FIELD_NUMBER
public static final int INFO_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
public static final int INSTANCES_FIELD_NUMBER
public static final int ROUTING_FIELD_NUMBER
public static final int RATELIMIT_FIELD_NUMBER
public static final int CIRCUITBREAKER_FIELD_NUMBER
public static final int SERVICES_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 hasCode()
.google.protobuf.UInt32Value code = 1;hasCode 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic com.google.protobuf.UInt32Value getCode()
.google.protobuf.UInt32Value code = 1;getCode 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic com.google.protobuf.UInt32ValueOrBuilder getCodeOrBuilder()
.google.protobuf.UInt32Value code = 1;public boolean hasInfo()
.google.protobuf.StringValue info = 2;hasInfo 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic com.google.protobuf.StringValue getInfo()
.google.protobuf.StringValue info = 2;getInfo 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic com.google.protobuf.StringValueOrBuilder getInfoOrBuilder()
.google.protobuf.StringValue info = 2;public int getTypeValue()
.v1.DiscoverResponse.DiscoverResponseType type = 3;getTypeValue 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic ResponseProto.DiscoverResponse.DiscoverResponseType getType()
.v1.DiscoverResponse.DiscoverResponseType type = 3;getType 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic boolean hasService()
.v1.Service service = 4;hasService 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic ServiceProto.Service getService()
.v1.Service service = 4;getService 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic ServiceProto.ServiceOrBuilder getServiceOrBuilder()
.v1.Service service = 4;public List<ServiceProto.Instance> getInstancesList()
repeated .v1.Instance instances = 5;public List<? extends ServiceProto.InstanceOrBuilder> getInstancesOrBuilderList()
repeated .v1.Instance instances = 5;public int getInstancesCount()
repeated .v1.Instance instances = 5;public ServiceProto.Instance getInstances(int index)
repeated .v1.Instance instances = 5;public ServiceProto.InstanceOrBuilder getInstancesOrBuilder(int index)
repeated .v1.Instance instances = 5;public boolean hasRouting()
.v1.Routing routing = 6;hasRouting 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic RoutingProto.Routing getRouting()
.v1.Routing routing = 6;getRouting 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic RoutingProto.RoutingOrBuilder getRoutingOrBuilder()
.v1.Routing routing = 6;public boolean hasRateLimit()
.v1.RateLimit rateLimit = 7;hasRateLimit 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic RateLimitProto.RateLimit getRateLimit()
.v1.RateLimit rateLimit = 7;getRateLimit 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic RateLimitProto.RateLimitOrBuilder getRateLimitOrBuilder()
.v1.RateLimit rateLimit = 7;public boolean hasCircuitBreaker()
.v1.CircuitBreaker circuitBreaker = 8;hasCircuitBreaker 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic CircuitBreakerProto.CircuitBreaker getCircuitBreaker()
.v1.CircuitBreaker circuitBreaker = 8;getCircuitBreaker 在接口中 ResponseProto.DiscoverResponseOrBuilderpublic CircuitBreakerProto.CircuitBreakerOrBuilder getCircuitBreakerOrBuilder()
.v1.CircuitBreaker circuitBreaker = 8;public List<ServiceProto.Service> getServicesList()
repeated .v1.Service services = 9;public List<? extends ServiceProto.ServiceOrBuilder> getServicesOrBuilderList()
repeated .v1.Service services = 9;public int getServicesCount()
repeated .v1.Service services = 9;public ServiceProto.Service getServices(int index)
repeated .v1.Service services = 9;public ServiceProto.ServiceOrBuilder getServicesOrBuilder(int index)
repeated .v1.Service services = 9;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 ResponseProto.DiscoverResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseProto.DiscoverResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseProto.DiscoverResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseProto.DiscoverResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseProto.DiscoverResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseProto.DiscoverResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ResponseProto.DiscoverResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static ResponseProto.DiscoverResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ResponseProto.DiscoverResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ResponseProto.DiscoverResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ResponseProto.DiscoverResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ResponseProto.DiscoverResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ResponseProto.DiscoverResponse.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ResponseProto.DiscoverResponse.Builder newBuilder()
public static ResponseProto.DiscoverResponse.Builder newBuilder(ResponseProto.DiscoverResponse prototype)
public ResponseProto.DiscoverResponse.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLitepublic static ResponseProto.DiscoverResponse getDefaultInstance()
public static com.google.protobuf.Parser<ResponseProto.DiscoverResponse> parser()
public com.google.protobuf.Parser<ResponseProto.DiscoverResponse> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public ResponseProto.DiscoverResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.