public final class ListServiceResponse extends com.google.protobuf.GeneratedMessageV3 implements ListServiceResponseOrBuilder
A list of ServiceResponse sent by the server answering list_services request.Protobuf type
grpc.reflection.v1alpha.ListServiceResponse| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListServiceResponse.Builder
A list of ServiceResponse sent by the server answering list_services request.
|
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
SERVICE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static ListServiceResponse |
getDefaultInstance() |
ListServiceResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<ListServiceResponse> |
getParserForType() |
int |
getSerializedSize() |
ServiceResponse |
getService(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
int |
getServiceCount()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
List<ServiceResponse> |
getServiceList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ServiceResponseOrBuilder |
getServiceOrBuilder(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
List<? extends ServiceResponseOrBuilder> |
getServiceOrBuilderList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
int |
hashCode() |
boolean |
isInitialized() |
static ListServiceResponse.Builder |
newBuilder() |
static ListServiceResponse.Builder |
newBuilder(ListServiceResponse prototype) |
ListServiceResponse.Builder |
newBuilderForType() |
static ListServiceResponse |
parseDelimitedFrom(InputStream input) |
static ListServiceResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListServiceResponse |
parseFrom(byte[] data) |
static ListServiceResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListServiceResponse |
parseFrom(ByteBuffer data) |
static ListServiceResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListServiceResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ListServiceResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListServiceResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListServiceResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListServiceResponse |
parseFrom(InputStream input) |
static ListServiceResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ListServiceResponse> |
parser() |
ListServiceResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int SERVICE_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public List<ServiceResponse> getServiceList()
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1;getServiceList 在接口中 ListServiceResponseOrBuilderpublic List<? extends ServiceResponseOrBuilder> getServiceOrBuilderList()
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1;public int getServiceCount()
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1;getServiceCount 在接口中 ListServiceResponseOrBuilderpublic ServiceResponse getService(int index)
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1;getService 在接口中 ListServiceResponseOrBuilderpublic ServiceResponseOrBuilder getServiceOrBuilder(int index)
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1;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 ListServiceResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListServiceResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListServiceResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListServiceResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListServiceResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListServiceResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListServiceResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static ListServiceResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ListServiceResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ListServiceResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ListServiceResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ListServiceResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ListServiceResponse.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ListServiceResponse.Builder newBuilder()
public static ListServiceResponse.Builder newBuilder(ListServiceResponse prototype)
public ListServiceResponse.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLitepublic static ListServiceResponse getDefaultInstance()
public static com.google.protobuf.Parser<ListServiceResponse> parser()
public com.google.protobuf.Parser<ListServiceResponse> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public ListServiceResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.