| Package | Description |
|---|---|
| io.grpc.reflection.v1alpha |
| Modifier and Type | Method and Description |
|---|---|
ServiceResponse |
ServiceResponse.Builder.build() |
ServiceResponse |
ServiceResponse.Builder.buildPartial() |
static ServiceResponse |
ServiceResponse.getDefaultInstance() |
ServiceResponse |
ServiceResponse.getDefaultInstanceForType() |
ServiceResponse |
ServiceResponse.Builder.getDefaultInstanceForType() |
ServiceResponse |
ListServiceResponseOrBuilder.getService(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ServiceResponse |
ListServiceResponse.getService(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ServiceResponse |
ListServiceResponse.Builder.getService(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
static ServiceResponse |
ServiceResponse.parseDelimitedFrom(InputStream input) |
static ServiceResponse |
ServiceResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceResponse |
ServiceResponse.parseFrom(byte[] data) |
static ServiceResponse |
ServiceResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceResponse |
ServiceResponse.parseFrom(ByteBuffer data) |
static ServiceResponse |
ServiceResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceResponse |
ServiceResponse.parseFrom(com.google.protobuf.ByteString data) |
static ServiceResponse |
ServiceResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceResponse |
ServiceResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ServiceResponse |
ServiceResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceResponse |
ServiceResponse.parseFrom(InputStream input) |
static ServiceResponse |
ServiceResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ServiceResponse> |
ServiceResponse.getParserForType() |
List<ServiceResponse> |
ListServiceResponseOrBuilder.getServiceList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
List<ServiceResponse> |
ListServiceResponse.getServiceList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
List<ServiceResponse> |
ListServiceResponse.Builder.getServiceList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
static com.google.protobuf.Parser<ServiceResponse> |
ServiceResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListServiceResponse.Builder |
ListServiceResponse.Builder.addService(int index,
ServiceResponse value)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ListServiceResponse.Builder |
ListServiceResponse.Builder.addService(ServiceResponse value)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ServiceResponse.Builder |
ServiceResponse.Builder.mergeFrom(ServiceResponse other) |
static ServiceResponse.Builder |
ServiceResponse.newBuilder(ServiceResponse prototype) |
ListServiceResponse.Builder |
ListServiceResponse.Builder.setService(int index,
ServiceResponse value)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceResponse.Builder |
ListServiceResponse.Builder.addAllService(Iterable<? extends ServiceResponse> values)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|