| Package | Description |
|---|---|
| io.grpc.channelz.v1 |
| Modifier and Type | Method and Description |
|---|---|
ServerData |
ServerData.Builder.build() |
ServerData |
ServerData.Builder.buildPartial() |
ServerData |
Server.getData()
The associated data of the Server.
|
ServerData |
Server.Builder.getData()
The associated data of the Server.
|
ServerData |
ServerOrBuilder.getData()
The associated data of the Server.
|
static ServerData |
ServerData.getDefaultInstance() |
ServerData |
ServerData.getDefaultInstanceForType() |
ServerData |
ServerData.Builder.getDefaultInstanceForType() |
static ServerData |
ServerData.parseDelimitedFrom(InputStream input) |
static ServerData |
ServerData.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ServerData |
ServerData.parseFrom(byte[] data) |
static ServerData |
ServerData.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ServerData |
ServerData.parseFrom(ByteBuffer data) |
static ServerData |
ServerData.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ServerData |
ServerData.parseFrom(ByteString data) |
static ServerData |
ServerData.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ServerData |
ServerData.parseFrom(CodedInputStream input) |
static ServerData |
ServerData.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ServerData |
ServerData.parseFrom(InputStream input) |
static ServerData |
ServerData.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Parser<ServerData> |
ServerData.getParserForType() |
static Parser<ServerData> |
ServerData.parser() |
| Modifier and Type | Method and Description |
|---|---|
Server.Builder |
Server.Builder.mergeData(ServerData value)
The associated data of the Server.
|
ServerData.Builder |
ServerData.Builder.mergeFrom(ServerData other) |
static ServerData.Builder |
ServerData.newBuilder(ServerData prototype) |
Server.Builder |
Server.Builder.setData(ServerData value)
The associated data of the Server.
|