| Package | Description |
|---|---|
| io.grpc.channelz.v1 |
| Modifier and Type | Method and Description |
|---|---|
ChannelData |
ChannelData.Builder.build() |
ChannelData |
ChannelData.Builder.buildPartial() |
ChannelData |
SubchannelOrBuilder.getData()
Data specific to this channel.
|
ChannelData |
ChannelOrBuilder.getData()
Data specific to this channel.
|
ChannelData |
Channel.getData()
Data specific to this channel.
|
ChannelData |
Channel.Builder.getData()
Data specific to this channel.
|
ChannelData |
Subchannel.getData()
Data specific to this channel.
|
ChannelData |
Subchannel.Builder.getData()
Data specific to this channel.
|
static ChannelData |
ChannelData.getDefaultInstance() |
ChannelData |
ChannelData.getDefaultInstanceForType() |
ChannelData |
ChannelData.Builder.getDefaultInstanceForType() |
static ChannelData |
ChannelData.parseDelimitedFrom(InputStream input) |
static ChannelData |
ChannelData.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelData |
ChannelData.parseFrom(byte[] data) |
static ChannelData |
ChannelData.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelData |
ChannelData.parseFrom(ByteBuffer data) |
static ChannelData |
ChannelData.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelData |
ChannelData.parseFrom(com.google.protobuf.ByteString data) |
static ChannelData |
ChannelData.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelData |
ChannelData.parseFrom(com.google.protobuf.CodedInputStream input) |
static ChannelData |
ChannelData.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelData |
ChannelData.parseFrom(InputStream input) |
static ChannelData |
ChannelData.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ChannelData> |
ChannelData.getParserForType() |
static com.google.protobuf.Parser<ChannelData> |
ChannelData.parser() |
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.mergeData(ChannelData value)
Data specific to this channel.
|
Subchannel.Builder |
Subchannel.Builder.mergeData(ChannelData value)
Data specific to this channel.
|
ChannelData.Builder |
ChannelData.Builder.mergeFrom(ChannelData other) |
static ChannelData.Builder |
ChannelData.newBuilder(ChannelData prototype) |
Channel.Builder |
Channel.Builder.setData(ChannelData value)
Data specific to this channel.
|
Subchannel.Builder |
Subchannel.Builder.setData(ChannelData value)
Data specific to this channel.
|