Uses of Class
io.grpc.channelz.v1.ChannelRef
-
Packages that use ChannelRef Package Description io.grpc.channelz.v1 -
-
Uses of ChannelRef in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return ChannelRef Modifier and Type Method Description ChannelRef
ChannelRef.Builder. build()
ChannelRef
ChannelRef.Builder. buildPartial()
ChannelRef
Channel.Builder. 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
ChannelOrBuilder. getChannelRef(int index)
There are no ordering guarantees on the order of channel refs.ChannelRef
ChannelTraceEvent.Builder. getChannelRef()
.grpc.channelz.v1.ChannelRef channel_ref = 4;
ChannelRef
ChannelTraceEvent. getChannelRef()
.grpc.channelz.v1.ChannelRef channel_ref = 4;
ChannelRef
ChannelTraceEventOrBuilder. getChannelRef()
.grpc.channelz.v1.ChannelRef channel_ref = 4;
ChannelRef
Subchannel.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
SubchannelOrBuilder. getChannelRef(int index)
There are no ordering guarantees on the order of channel refs.static ChannelRef
ChannelRef. getDefaultInstance()
ChannelRef
ChannelRef.Builder. getDefaultInstanceForType()
ChannelRef
ChannelRef. getDefaultInstanceForType()
ChannelRef
Channel.Builder. getRef()
The identifier for this channel.ChannelRef
Channel. getRef()
The identifier for this channel.ChannelRef
ChannelOrBuilder. getRef()
The identifier for this channel.static ChannelRef
ChannelRef. parseDelimitedFrom(InputStream input)
static ChannelRef
ChannelRef. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static ChannelRef
ChannelRef. parseFrom(byte[] data)
static ChannelRef
ChannelRef. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static ChannelRef
ChannelRef. parseFrom(ByteString data)
static ChannelRef
ChannelRef. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static ChannelRef
ChannelRef. parseFrom(CodedInputStream input)
static ChannelRef
ChannelRef. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static ChannelRef
ChannelRef. parseFrom(InputStream input)
static ChannelRef
ChannelRef. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static ChannelRef
ChannelRef. parseFrom(ByteBuffer data)
static ChannelRef
ChannelRef. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelRef Modifier and Type Method Description List<ChannelRef>
Channel.Builder. 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>
ChannelOrBuilder. 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.List<ChannelRef>
Subchannel. getChannelRefList()
There are no ordering guarantees on the order of channel refs.List<ChannelRef>
SubchannelOrBuilder. getChannelRefList()
There are no ordering guarantees on the order of channel refs.Parser<ChannelRef>
ChannelRef. getParserForType()
static Parser<ChannelRef>
ChannelRef. parser()
Methods in io.grpc.channelz.v1 with parameters of type ChannelRef Modifier and Type Method Description Channel.Builder
Channel.Builder. addChannelRef(int index, ChannelRef value)
There are no ordering guarantees on the order of channel refs.Channel.Builder
Channel.Builder. addChannelRef(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.Subchannel.Builder
Subchannel.Builder. addChannelRef(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)
Channel.Builder
Channel.Builder. setChannelRef(int index, ChannelRef value)
There are no ordering guarantees on the order of channel refs.ChannelTraceEvent.Builder
ChannelTraceEvent.Builder. setChannelRef(ChannelRef value)
.grpc.channelz.v1.ChannelRef channel_ref = 4;
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.Method parameters in io.grpc.channelz.v1 with type arguments of type ChannelRef Modifier and Type Method 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.
-