| Package | Description |
|---|---|
| io.grpc.channelz.v1 |
| Modifier and Type | Method and Description |
|---|---|
ChannelTraceEvent |
ChannelTraceEvent.Builder.build() |
ChannelTraceEvent |
ChannelTraceEvent.Builder.buildPartial() |
static ChannelTraceEvent |
ChannelTraceEvent.getDefaultInstance() |
ChannelTraceEvent |
ChannelTraceEvent.getDefaultInstanceForType() |
ChannelTraceEvent |
ChannelTraceEvent.Builder.getDefaultInstanceForType() |
ChannelTraceEvent |
ChannelTraceOrBuilder.getEvents(int index)
List of events that have occurred on this channel.
|
ChannelTraceEvent |
ChannelTrace.getEvents(int index)
List of events that have occurred on this channel.
|
ChannelTraceEvent |
ChannelTrace.Builder.getEvents(int index)
List of events that have occurred on this channel.
|
static ChannelTraceEvent |
ChannelTraceEvent.parseDelimitedFrom(InputStream input) |
static ChannelTraceEvent |
ChannelTraceEvent.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelTraceEvent |
ChannelTraceEvent.parseFrom(byte[] data) |
static ChannelTraceEvent |
ChannelTraceEvent.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelTraceEvent |
ChannelTraceEvent.parseFrom(ByteBuffer data) |
static ChannelTraceEvent |
ChannelTraceEvent.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelTraceEvent |
ChannelTraceEvent.parseFrom(com.google.protobuf.ByteString data) |
static ChannelTraceEvent |
ChannelTraceEvent.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelTraceEvent |
ChannelTraceEvent.parseFrom(com.google.protobuf.CodedInputStream input) |
static ChannelTraceEvent |
ChannelTraceEvent.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelTraceEvent |
ChannelTraceEvent.parseFrom(InputStream input) |
static ChannelTraceEvent |
ChannelTraceEvent.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelTraceEvent> |
ChannelTraceOrBuilder.getEventsList()
List of events that have occurred on this channel.
|
List<ChannelTraceEvent> |
ChannelTrace.getEventsList()
List of events that have occurred on this channel.
|
List<ChannelTraceEvent> |
ChannelTrace.Builder.getEventsList()
List of events that have occurred on this channel.
|
com.google.protobuf.Parser<ChannelTraceEvent> |
ChannelTraceEvent.getParserForType() |
static com.google.protobuf.Parser<ChannelTraceEvent> |
ChannelTraceEvent.parser() |
| Modifier and Type | Method and Description |
|---|---|
ChannelTrace.Builder |
ChannelTrace.Builder.addEvents(ChannelTraceEvent value)
List of events that have occurred on this channel.
|
ChannelTrace.Builder |
ChannelTrace.Builder.addEvents(int index,
ChannelTraceEvent value)
List of events that have occurred on this channel.
|
ChannelTraceEvent.Builder |
ChannelTraceEvent.Builder.mergeFrom(ChannelTraceEvent other) |
static ChannelTraceEvent.Builder |
ChannelTraceEvent.newBuilder(ChannelTraceEvent prototype) |
ChannelTrace.Builder |
ChannelTrace.Builder.setEvents(int index,
ChannelTraceEvent value)
List of events that have occurred on this channel.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelTrace.Builder |
ChannelTrace.Builder.addAllEvents(Iterable<? extends ChannelTraceEvent> values)
List of events that have occurred on this channel.
|