public interface ChannelOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ChannelRef |
getChannelRef(int index)
There are no ordering guarantees on the order of channel refs.
|
int |
getChannelRefCount()
There are no ordering guarantees on the order of channel refs.
|
List<ChannelRef> |
getChannelRefList()
There are no ordering guarantees on the order of channel refs.
|
ChannelRefOrBuilder |
getChannelRefOrBuilder(int index)
There are no ordering guarantees on the order of channel refs.
|
List<? extends ChannelRefOrBuilder> |
getChannelRefOrBuilderList()
There are no ordering guarantees on the order of channel refs.
|
ChannelData |
getData()
Data specific to this channel.
|
ChannelDataOrBuilder |
getDataOrBuilder()
Data specific to this channel.
|
ChannelRef |
getRef()
The identifier for this channel.
|
ChannelRefOrBuilder |
getRefOrBuilder()
The identifier for this channel.
|
SocketRef |
getSocketRef(int index)
There are no ordering guarantees on the order of sockets.
|
int |
getSocketRefCount()
There are no ordering guarantees on the order of sockets.
|
List<SocketRef> |
getSocketRefList()
There are no ordering guarantees on the order of sockets.
|
SocketRefOrBuilder |
getSocketRefOrBuilder(int index)
There are no ordering guarantees on the order of sockets.
|
List<? extends SocketRefOrBuilder> |
getSocketRefOrBuilderList()
There are no ordering guarantees on the order of sockets.
|
SubchannelRef |
getSubchannelRef(int index)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
|
int |
getSubchannelRefCount()
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
|
List<SubchannelRef> |
getSubchannelRefList()
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
|
SubchannelRefOrBuilder |
getSubchannelRefOrBuilder(int index)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
|
List<? extends SubchannelRefOrBuilder> |
getSubchannelRefOrBuilderList()
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.
|
boolean |
hasData()
Data specific to this channel.
|
boolean |
hasRef()
The identifier for this channel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasRef()
The identifier for this channel. This should be set.
.grpc.channelz.v1.ChannelRef ref = 1;ChannelRef getRef()
The identifier for this channel. This should be set.
.grpc.channelz.v1.ChannelRef ref = 1;ChannelRefOrBuilder getRefOrBuilder()
The identifier for this channel. This should be set.
.grpc.channelz.v1.ChannelRef ref = 1;boolean hasData()
Data specific to this channel.
.grpc.channelz.v1.ChannelData data = 2;ChannelData getData()
Data specific to this channel.
.grpc.channelz.v1.ChannelData data = 2;ChannelDataOrBuilder getDataOrBuilder()
Data specific to this channel.
.grpc.channelz.v1.ChannelData data = 2;List<ChannelRef> getChannelRefList()
There are no ordering guarantees on the order of channel refs. There may not be cycles in the ref graph. A channel ref may be present in more than one channel or subchannel.
repeated .grpc.channelz.v1.ChannelRef channel_ref = 3;ChannelRef getChannelRef(int index)
There are no ordering guarantees on the order of channel refs. There may not be cycles in the ref graph. A channel ref may be present in more than one channel or subchannel.
repeated .grpc.channelz.v1.ChannelRef channel_ref = 3;int getChannelRefCount()
There are no ordering guarantees on the order of channel refs. There may not be cycles in the ref graph. A channel ref may be present in more than one channel or subchannel.
repeated .grpc.channelz.v1.ChannelRef channel_ref = 3;List<? extends ChannelRefOrBuilder> getChannelRefOrBuilderList()
There are no ordering guarantees on the order of channel refs. There may not be cycles in the ref graph. A channel ref may be present in more than one channel or subchannel.
repeated .grpc.channelz.v1.ChannelRef channel_ref = 3;ChannelRefOrBuilder getChannelRefOrBuilder(int index)
There are no ordering guarantees on the order of channel refs. There may not be cycles in the ref graph. A channel ref may be present in more than one channel or subchannel.
repeated .grpc.channelz.v1.ChannelRef channel_ref = 3;List<SubchannelRef> getSubchannelRefList()
At most one of 'channel_ref+subchannel_ref' and 'socket' is set. There are no ordering guarantees on the order of subchannel refs. There may not be cycles in the ref graph. A sub channel ref may be present in more than one channel or subchannel.
repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4;SubchannelRef getSubchannelRef(int index)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set. There are no ordering guarantees on the order of subchannel refs. There may not be cycles in the ref graph. A sub channel ref may be present in more than one channel or subchannel.
repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4;int getSubchannelRefCount()
At most one of 'channel_ref+subchannel_ref' and 'socket' is set. There are no ordering guarantees on the order of subchannel refs. There may not be cycles in the ref graph. A sub channel ref may be present in more than one channel or subchannel.
repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4;List<? extends SubchannelRefOrBuilder> getSubchannelRefOrBuilderList()
At most one of 'channel_ref+subchannel_ref' and 'socket' is set. There are no ordering guarantees on the order of subchannel refs. There may not be cycles in the ref graph. A sub channel ref may be present in more than one channel or subchannel.
repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4;SubchannelRefOrBuilder getSubchannelRefOrBuilder(int index)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set. There are no ordering guarantees on the order of subchannel refs. There may not be cycles in the ref graph. A sub channel ref may be present in more than one channel or subchannel.
repeated .grpc.channelz.v1.SubchannelRef subchannel_ref = 4;List<SocketRef> getSocketRefList()
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;SocketRef getSocketRef(int index)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;int getSocketRefCount()
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;List<? extends SocketRefOrBuilder> getSocketRefOrBuilderList()
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;SocketRefOrBuilder getSocketRefOrBuilder(int index)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;