| Package | Description |
|---|---|
| io.grpc.channelz.v1 |
| Modifier and Type | Method and Description |
|---|---|
ChannelRef |
ChannelRef.Builder.build() |
ChannelRef |
ChannelRef.Builder.buildPartial() |
ChannelRef |
ChannelTraceEventOrBuilder.getChannelRef()
.grpc.channelz.v1.ChannelRef channel_ref = 4; |
ChannelRef |
ChannelTraceEvent.getChannelRef()
.grpc.channelz.v1.ChannelRef channel_ref = 4; |
ChannelRef |
ChannelTraceEvent.Builder.getChannelRef()
.grpc.channelz.v1.ChannelRef channel_ref = 4; |
ChannelRef |
SubchannelOrBuilder.getChannelRef(int index)
There are no ordering guarantees on the order of channel refs.
|
ChannelRef |
ChannelOrBuilder.getChannelRef(int index)
There are no ordering guarantees on the order of channel refs.
|
ChannelRef |
Channel.getChannelRef(int index)
There are no ordering guarantees on the order of channel refs.
|
ChannelRef |
Channel.Builder.getChannelRef(int index)
There are no ordering guarantees on the order of channel refs.
|
ChannelRef |
Subchannel.getChannelRef(int index)
There are no ordering guarantees on the order of channel refs.
|
ChannelRef |
Subchannel.Builder.getChannelRef(int index)
There are no ordering guarantees on the order of channel refs.
|
static ChannelRef |
ChannelRef.getDefaultInstance() |
ChannelRef |
ChannelRef.getDefaultInstanceForType() |
ChannelRef |
ChannelRef.Builder.getDefaultInstanceForType() |
ChannelRef |
ChannelOrBuilder.getRef()
The identifier for this channel.
|
ChannelRef |
Channel.getRef()
The identifier for this channel.
|
ChannelRef |
Channel.Builder.getRef()
The identifier for this channel.
|
static ChannelRef |
ChannelRef.parseDelimitedFrom(InputStream input) |
static ChannelRef |
ChannelRef.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelRef |
ChannelRef.parseFrom(byte[] data) |
static ChannelRef |
ChannelRef.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelRef |
ChannelRef.parseFrom(ByteBuffer data) |
static ChannelRef |
ChannelRef.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelRef |
ChannelRef.parseFrom(com.google.protobuf.ByteString data) |
static ChannelRef |
ChannelRef.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelRef |
ChannelRef.parseFrom(com.google.protobuf.CodedInputStream input) |
static ChannelRef |
ChannelRef.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChannelRef |
ChannelRef.parseFrom(InputStream input) |
static ChannelRef |
ChannelRef.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelRef> |
SubchannelOrBuilder.getChannelRefList()
There are no ordering guarantees on the order of channel refs.
|
List<ChannelRef> |
ChannelOrBuilder.getChannelRefList()
There are no ordering guarantees on the order of channel refs.
|
List<ChannelRef> |
Channel.getChannelRefList()
There are no ordering guarantees on the order of channel refs.
|
List<ChannelRef> |
Channel.Builder.getChannelRefList()
There are no ordering guarantees on the order of channel refs.
|
List<ChannelRef> |
Subchannel.getChannelRefList()
There are no ordering guarantees on the order of channel refs.
|
List<ChannelRef> |
Subchannel.Builder.getChannelRefList()
There are no ordering guarantees on the order of channel refs.
|
com.google.protobuf.Parser<ChannelRef> |
ChannelRef.getParserForType() |
static com.google.protobuf.Parser<ChannelRef> |
ChannelRef.parser() |
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.addChannelRef(ChannelRef value)
There are no ordering guarantees on the order of channel refs.
|
Subchannel.Builder |
Subchannel.Builder.addChannelRef(ChannelRef value)
There are no ordering guarantees on the order of channel refs.
|
Channel.Builder |
Channel.Builder.addChannelRef(int index,
ChannelRef value)
There are no ordering guarantees on the order of channel refs.
|
Subchannel.Builder |
Subchannel.Builder.addChannelRef(int index,
ChannelRef value)
There are no ordering guarantees on the order of channel refs.
|
ChannelTraceEvent.Builder |
ChannelTraceEvent.Builder.mergeChannelRef(ChannelRef value)
.grpc.channelz.v1.ChannelRef channel_ref = 4; |
ChannelRef.Builder |
ChannelRef.Builder.mergeFrom(ChannelRef other) |
Channel.Builder |
Channel.Builder.mergeRef(ChannelRef value)
The identifier for this channel.
|
static ChannelRef.Builder |
ChannelRef.newBuilder(ChannelRef prototype) |
ChannelTraceEvent.Builder |
ChannelTraceEvent.Builder.setChannelRef(ChannelRef value)
.grpc.channelz.v1.ChannelRef channel_ref = 4; |
Channel.Builder |
Channel.Builder.setChannelRef(int index,
ChannelRef value)
There are no ordering guarantees on the order of channel refs.
|
Subchannel.Builder |
Subchannel.Builder.setChannelRef(int index,
ChannelRef value)
There are no ordering guarantees on the order of channel refs.
|
Channel.Builder |
Channel.Builder.setRef(ChannelRef value)
The identifier for this channel.
|
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.addAllChannelRef(Iterable<? extends ChannelRef> values)
There are no ordering guarantees on the order of channel refs.
|
Subchannel.Builder |
Subchannel.Builder.addAllChannelRef(Iterable<? extends ChannelRef> values)
There are no ordering guarantees on the order of channel refs.
|