| 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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerData |
ServerData.parseFrom(byte[] data) |
static ServerData |
ServerData.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerData |
ServerData.parseFrom(ByteBuffer data) |
static ServerData |
ServerData.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerData |
ServerData.parseFrom(com.google.protobuf.ByteString data) |
static ServerData |
ServerData.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerData |
ServerData.parseFrom(com.google.protobuf.CodedInputStream input) |
static ServerData |
ServerData.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServerData |
ServerData.parseFrom(InputStream input) |
static ServerData |
ServerData.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ServerData> |
ServerData.getParserForType() |
static com.google.protobuf.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.
|