Package io.grpc.channelz.v1
Class Subchannel.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<Subchannel.Builder>
-
- io.grpc.channelz.v1.Subchannel.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,SubchannelOrBuilder
,java.lang.Cloneable
- Enclosing class:
- Subchannel
public static final class Subchannel.Builder extends com.google.protobuf.GeneratedMessage.Builder<Subchannel.Builder> implements SubchannelOrBuilder
Subchannel is a logical grouping of channels, subchannels, and sockets. A subchannel is load balanced over by it's ancestor
Protobuf typegrpc.channelz.v1.Subchannel
-
-
Field Summary
Fields Modifier and Type Field Description private int
bitField0_
private java.util.List<ChannelRef>
channelRef_
private com.google.protobuf.RepeatedFieldBuilder<ChannelRef,ChannelRef.Builder,ChannelRefOrBuilder>
channelRefBuilder_
private ChannelData
data_
private com.google.protobuf.SingleFieldBuilder<ChannelData,ChannelData.Builder,ChannelDataOrBuilder>
dataBuilder_
private SubchannelRef
ref_
private com.google.protobuf.SingleFieldBuilder<SubchannelRef,SubchannelRef.Builder,SubchannelRefOrBuilder>
refBuilder_
private java.util.List<SocketRef>
socketRef_
private com.google.protobuf.RepeatedFieldBuilder<SocketRef,SocketRef.Builder,SocketRefOrBuilder>
socketRefBuilder_
private java.util.List<SubchannelRef>
subchannelRef_
private com.google.protobuf.RepeatedFieldBuilder<SubchannelRef,SubchannelRef.Builder,SubchannelRefOrBuilder>
subchannelRefBuilder_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Subchannel.Builder
addAllChannelRef(java.lang.Iterable<? extends ChannelRef> values)
There are no ordering guarantees on the order of channel refs.Subchannel.Builder
addAllSocketRef(java.lang.Iterable<? extends SocketRef> values)
There are no ordering guarantees on the order of sockets.Subchannel.Builder
addAllSubchannelRef(java.lang.Iterable<? extends SubchannelRef> values)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder
addChannelRef(int index, ChannelRef value)
There are no ordering guarantees on the order of channel refs.Subchannel.Builder
addChannelRef(int index, ChannelRef.Builder builderForValue)
There are no ordering guarantees on the order of channel refs.Subchannel.Builder
addChannelRef(ChannelRef value)
There are no ordering guarantees on the order of channel refs.Subchannel.Builder
addChannelRef(ChannelRef.Builder builderForValue)
There are no ordering guarantees on the order of channel refs.ChannelRef.Builder
addChannelRefBuilder()
There are no ordering guarantees on the order of channel refs.ChannelRef.Builder
addChannelRefBuilder(int index)
There are no ordering guarantees on the order of channel refs.Subchannel.Builder
addSocketRef(int index, SocketRef value)
There are no ordering guarantees on the order of sockets.Subchannel.Builder
addSocketRef(int index, SocketRef.Builder builderForValue)
There are no ordering guarantees on the order of sockets.Subchannel.Builder
addSocketRef(SocketRef value)
There are no ordering guarantees on the order of sockets.Subchannel.Builder
addSocketRef(SocketRef.Builder builderForValue)
There are no ordering guarantees on the order of sockets.SocketRef.Builder
addSocketRefBuilder()
There are no ordering guarantees on the order of sockets.SocketRef.Builder
addSocketRefBuilder(int index)
There are no ordering guarantees on the order of sockets.Subchannel.Builder
addSubchannelRef(int index, SubchannelRef value)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder
addSubchannelRef(int index, SubchannelRef.Builder builderForValue)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder
addSubchannelRef(SubchannelRef value)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder
addSubchannelRef(SubchannelRef.Builder builderForValue)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.SubchannelRef.Builder
addSubchannelRefBuilder()
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.SubchannelRef.Builder
addSubchannelRefBuilder(int index)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel
build()
Subchannel
buildPartial()
private void
buildPartial0(Subchannel result)
private void
buildPartialRepeatedFields(Subchannel result)
Subchannel.Builder
clear()
Subchannel.Builder
clearChannelRef()
There are no ordering guarantees on the order of channel refs.Subchannel.Builder
clearData()
Data specific to this channel.Subchannel.Builder
clearRef()
The identifier for this channel.Subchannel.Builder
clearSocketRef()
There are no ordering guarantees on the order of sockets.Subchannel.Builder
clearSubchannelRef()
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.private void
ensureChannelRefIsMutable()
private void
ensureSocketRefIsMutable()
private void
ensureSubchannelRefIsMutable()
ChannelRef
getChannelRef(int index)
There are no ordering guarantees on the order of channel refs.ChannelRef.Builder
getChannelRefBuilder(int index)
There are no ordering guarantees on the order of channel refs.java.util.List<ChannelRef.Builder>
getChannelRefBuilderList()
There are no ordering guarantees on the order of channel refs.int
getChannelRefCount()
There are no ordering guarantees on the order of channel refs.private com.google.protobuf.RepeatedFieldBuilder<ChannelRef,ChannelRef.Builder,ChannelRefOrBuilder>
getChannelRefFieldBuilder()
java.util.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.java.util.List<? extends ChannelRefOrBuilder>
getChannelRefOrBuilderList()
There are no ordering guarantees on the order of channel refs.ChannelData
getData()
Data specific to this channel.ChannelData.Builder
getDataBuilder()
Data specific to this channel.private com.google.protobuf.SingleFieldBuilder<ChannelData,ChannelData.Builder,ChannelDataOrBuilder>
getDataFieldBuilder()
Data specific to this channel.ChannelDataOrBuilder
getDataOrBuilder()
Data specific to this channel.Subchannel
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
SubchannelRef
getRef()
The identifier for this channel.SubchannelRef.Builder
getRefBuilder()
The identifier for this channel.private com.google.protobuf.SingleFieldBuilder<SubchannelRef,SubchannelRef.Builder,SubchannelRefOrBuilder>
getRefFieldBuilder()
The identifier for this channel.SubchannelRefOrBuilder
getRefOrBuilder()
The identifier for this channel.SocketRef
getSocketRef(int index)
There are no ordering guarantees on the order of sockets.SocketRef.Builder
getSocketRefBuilder(int index)
There are no ordering guarantees on the order of sockets.java.util.List<SocketRef.Builder>
getSocketRefBuilderList()
There are no ordering guarantees on the order of sockets.int
getSocketRefCount()
There are no ordering guarantees on the order of sockets.private com.google.protobuf.RepeatedFieldBuilder<SocketRef,SocketRef.Builder,SocketRefOrBuilder>
getSocketRefFieldBuilder()
java.util.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.java.util.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.SubchannelRef.Builder
getSubchannelRefBuilder(int index)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.java.util.List<SubchannelRef.Builder>
getSubchannelRefBuilderList()
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.private com.google.protobuf.RepeatedFieldBuilder<SubchannelRef,SubchannelRef.Builder,SubchannelRefOrBuilder>
getSubchannelRefFieldBuilder()
java.util.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.java.util.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.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
private void
maybeForceBuilderInitialization()
Subchannel.Builder
mergeData(ChannelData value)
Data specific to this channel.Subchannel.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Subchannel.Builder
mergeFrom(com.google.protobuf.Message other)
Subchannel.Builder
mergeFrom(Subchannel other)
Subchannel.Builder
mergeRef(SubchannelRef value)
The identifier for this channel.Subchannel.Builder
removeChannelRef(int index)
There are no ordering guarantees on the order of channel refs.Subchannel.Builder
removeSocketRef(int index)
There are no ordering guarantees on the order of sockets.Subchannel.Builder
removeSubchannelRef(int index)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder
setChannelRef(int index, ChannelRef value)
There are no ordering guarantees on the order of channel refs.Subchannel.Builder
setChannelRef(int index, ChannelRef.Builder builderForValue)
There are no ordering guarantees on the order of channel refs.Subchannel.Builder
setData(ChannelData value)
Data specific to this channel.Subchannel.Builder
setData(ChannelData.Builder builderForValue)
Data specific to this channel.Subchannel.Builder
setRef(SubchannelRef value)
The identifier for this channel.Subchannel.Builder
setRef(SubchannelRef.Builder builderForValue)
The identifier for this channel.Subchannel.Builder
setSocketRef(int index, SocketRef value)
There are no ordering guarantees on the order of sockets.Subchannel.Builder
setSocketRef(int index, SocketRef.Builder builderForValue)
There are no ordering guarantees on the order of sockets.Subchannel.Builder
setSubchannelRef(int index, SubchannelRef value)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.Subchannel.Builder
setSubchannelRef(int index, SubchannelRef.Builder builderForValue)
At most one of 'channel_ref+subchannel_ref' and 'socket' is set.-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
bitField0_
private int bitField0_
-
ref_
private SubchannelRef ref_
-
refBuilder_
private com.google.protobuf.SingleFieldBuilder<SubchannelRef,SubchannelRef.Builder,SubchannelRefOrBuilder> refBuilder_
-
data_
private ChannelData data_
-
dataBuilder_
private com.google.protobuf.SingleFieldBuilder<ChannelData,ChannelData.Builder,ChannelDataOrBuilder> dataBuilder_
-
channelRef_
private java.util.List<ChannelRef> channelRef_
-
channelRefBuilder_
private com.google.protobuf.RepeatedFieldBuilder<ChannelRef,ChannelRef.Builder,ChannelRefOrBuilder> channelRefBuilder_
-
subchannelRef_
private java.util.List<SubchannelRef> subchannelRef_
-
subchannelRefBuilder_
private com.google.protobuf.RepeatedFieldBuilder<SubchannelRef,SubchannelRef.Builder,SubchannelRefOrBuilder> subchannelRefBuilder_
-
socketRef_
private java.util.List<SocketRef> socketRef_
-
socketRefBuilder_
private com.google.protobuf.RepeatedFieldBuilder<SocketRef,SocketRef.Builder,SocketRefOrBuilder> socketRefBuilder_
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<Subchannel.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public Subchannel.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<Subchannel.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<Subchannel.Builder>
-
getDefaultInstanceForType
public Subchannel getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Subchannel build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Subchannel buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartialRepeatedFields
private void buildPartialRepeatedFields(Subchannel result)
-
buildPartial0
private void buildPartial0(Subchannel result)
-
mergeFrom
public Subchannel.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Subchannel.Builder>
-
mergeFrom
public Subchannel.Builder mergeFrom(Subchannel other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<Subchannel.Builder>
-
mergeFrom
public Subchannel.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Subchannel.Builder>
- Throws:
java.io.IOException
-
hasRef
public boolean hasRef()
The identifier for this channel.
.grpc.channelz.v1.SubchannelRef ref = 1;
- Specified by:
hasRef
in interfaceSubchannelOrBuilder
- Returns:
- Whether the ref field is set.
-
getRef
public SubchannelRef getRef()
The identifier for this channel.
.grpc.channelz.v1.SubchannelRef ref = 1;
- Specified by:
getRef
in interfaceSubchannelOrBuilder
- Returns:
- The ref.
-
setRef
public Subchannel.Builder setRef(SubchannelRef value)
The identifier for this channel.
.grpc.channelz.v1.SubchannelRef ref = 1;
-
setRef
public Subchannel.Builder setRef(SubchannelRef.Builder builderForValue)
The identifier for this channel.
.grpc.channelz.v1.SubchannelRef ref = 1;
-
mergeRef
public Subchannel.Builder mergeRef(SubchannelRef value)
The identifier for this channel.
.grpc.channelz.v1.SubchannelRef ref = 1;
-
clearRef
public Subchannel.Builder clearRef()
The identifier for this channel.
.grpc.channelz.v1.SubchannelRef ref = 1;
-
getRefBuilder
public SubchannelRef.Builder getRefBuilder()
The identifier for this channel.
.grpc.channelz.v1.SubchannelRef ref = 1;
-
getRefOrBuilder
public SubchannelRefOrBuilder getRefOrBuilder()
The identifier for this channel.
.grpc.channelz.v1.SubchannelRef ref = 1;
- Specified by:
getRefOrBuilder
in interfaceSubchannelOrBuilder
-
getRefFieldBuilder
private com.google.protobuf.SingleFieldBuilder<SubchannelRef,SubchannelRef.Builder,SubchannelRefOrBuilder> getRefFieldBuilder()
The identifier for this channel.
.grpc.channelz.v1.SubchannelRef ref = 1;
-
hasData
public boolean hasData()
Data specific to this channel.
.grpc.channelz.v1.ChannelData data = 2;
- Specified by:
hasData
in interfaceSubchannelOrBuilder
- Returns:
- Whether the data field is set.
-
getData
public ChannelData getData()
Data specific to this channel.
.grpc.channelz.v1.ChannelData data = 2;
- Specified by:
getData
in interfaceSubchannelOrBuilder
- Returns:
- The data.
-
setData
public Subchannel.Builder setData(ChannelData value)
Data specific to this channel.
.grpc.channelz.v1.ChannelData data = 2;
-
setData
public Subchannel.Builder setData(ChannelData.Builder builderForValue)
Data specific to this channel.
.grpc.channelz.v1.ChannelData data = 2;
-
mergeData
public Subchannel.Builder mergeData(ChannelData value)
Data specific to this channel.
.grpc.channelz.v1.ChannelData data = 2;
-
clearData
public Subchannel.Builder clearData()
Data specific to this channel.
.grpc.channelz.v1.ChannelData data = 2;
-
getDataBuilder
public ChannelData.Builder getDataBuilder()
Data specific to this channel.
.grpc.channelz.v1.ChannelData data = 2;
-
getDataOrBuilder
public ChannelDataOrBuilder getDataOrBuilder()
Data specific to this channel.
.grpc.channelz.v1.ChannelData data = 2;
- Specified by:
getDataOrBuilder
in interfaceSubchannelOrBuilder
-
getDataFieldBuilder
private com.google.protobuf.SingleFieldBuilder<ChannelData,ChannelData.Builder,ChannelDataOrBuilder> getDataFieldBuilder()
Data specific to this channel.
.grpc.channelz.v1.ChannelData data = 2;
-
ensureChannelRefIsMutable
private void ensureChannelRefIsMutable()
-
getChannelRefList
public java.util.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;
- Specified by:
getChannelRefList
in interfaceSubchannelOrBuilder
-
getChannelRefCount
public 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;
- Specified by:
getChannelRefCount
in interfaceSubchannelOrBuilder
-
getChannelRef
public 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;
- Specified by:
getChannelRef
in interfaceSubchannelOrBuilder
-
setChannelRef
public Subchannel.Builder setChannelRef(int index, ChannelRef value)
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;
-
setChannelRef
public Subchannel.Builder setChannelRef(int index, ChannelRef.Builder builderForValue)
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;
-
addChannelRef
public Subchannel.Builder addChannelRef(ChannelRef value)
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;
-
addChannelRef
public Subchannel.Builder addChannelRef(int index, ChannelRef value)
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;
-
addChannelRef
public Subchannel.Builder addChannelRef(ChannelRef.Builder builderForValue)
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;
-
addChannelRef
public Subchannel.Builder addChannelRef(int index, ChannelRef.Builder builderForValue)
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;
-
addAllChannelRef
public Subchannel.Builder addAllChannelRef(java.lang.Iterable<? extends ChannelRef> values)
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;
-
clearChannelRef
public Subchannel.Builder clearChannelRef()
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;
-
removeChannelRef
public Subchannel.Builder removeChannelRef(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;
-
getChannelRefBuilder
public ChannelRef.Builder getChannelRefBuilder(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;
-
getChannelRefOrBuilder
public 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;
- Specified by:
getChannelRefOrBuilder
in interfaceSubchannelOrBuilder
-
getChannelRefOrBuilderList
public java.util.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;
- Specified by:
getChannelRefOrBuilderList
in interfaceSubchannelOrBuilder
-
addChannelRefBuilder
public ChannelRef.Builder addChannelRefBuilder()
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;
-
addChannelRefBuilder
public ChannelRef.Builder addChannelRefBuilder(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;
-
getChannelRefBuilderList
public java.util.List<ChannelRef.Builder> getChannelRefBuilderList()
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;
-
getChannelRefFieldBuilder
private com.google.protobuf.RepeatedFieldBuilder<ChannelRef,ChannelRef.Builder,ChannelRefOrBuilder> getChannelRefFieldBuilder()
-
ensureSubchannelRefIsMutable
private void ensureSubchannelRefIsMutable()
-
getSubchannelRefList
public java.util.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;
- Specified by:
getSubchannelRefList
in interfaceSubchannelOrBuilder
-
getSubchannelRefCount
public 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;
- Specified by:
getSubchannelRefCount
in interfaceSubchannelOrBuilder
-
getSubchannelRef
public 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;
- Specified by:
getSubchannelRef
in interfaceSubchannelOrBuilder
-
setSubchannelRef
public Subchannel.Builder setSubchannelRef(int index, SubchannelRef value)
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;
-
setSubchannelRef
public Subchannel.Builder setSubchannelRef(int index, SubchannelRef.Builder builderForValue)
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;
-
addSubchannelRef
public Subchannel.Builder addSubchannelRef(SubchannelRef value)
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;
-
addSubchannelRef
public Subchannel.Builder addSubchannelRef(int index, SubchannelRef value)
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;
-
addSubchannelRef
public Subchannel.Builder addSubchannelRef(SubchannelRef.Builder builderForValue)
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;
-
addSubchannelRef
public Subchannel.Builder addSubchannelRef(int index, SubchannelRef.Builder builderForValue)
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;
-
addAllSubchannelRef
public Subchannel.Builder addAllSubchannelRef(java.lang.Iterable<? extends SubchannelRef> values)
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;
-
clearSubchannelRef
public Subchannel.Builder clearSubchannelRef()
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;
-
removeSubchannelRef
public Subchannel.Builder removeSubchannelRef(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;
-
getSubchannelRefBuilder
public SubchannelRef.Builder getSubchannelRefBuilder(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;
-
getSubchannelRefOrBuilder
public 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;
- Specified by:
getSubchannelRefOrBuilder
in interfaceSubchannelOrBuilder
-
getSubchannelRefOrBuilderList
public java.util.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;
- Specified by:
getSubchannelRefOrBuilderList
in interfaceSubchannelOrBuilder
-
addSubchannelRefBuilder
public SubchannelRef.Builder addSubchannelRefBuilder()
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;
-
addSubchannelRefBuilder
public SubchannelRef.Builder addSubchannelRefBuilder(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;
-
getSubchannelRefBuilderList
public java.util.List<SubchannelRef.Builder> getSubchannelRefBuilderList()
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;
-
getSubchannelRefFieldBuilder
private com.google.protobuf.RepeatedFieldBuilder<SubchannelRef,SubchannelRef.Builder,SubchannelRefOrBuilder> getSubchannelRefFieldBuilder()
-
ensureSocketRefIsMutable
private void ensureSocketRefIsMutable()
-
getSocketRefList
public java.util.List<SocketRef> getSocketRefList()
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
- Specified by:
getSocketRefList
in interfaceSubchannelOrBuilder
-
getSocketRefCount
public int getSocketRefCount()
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
- Specified by:
getSocketRefCount
in interfaceSubchannelOrBuilder
-
getSocketRef
public SocketRef getSocketRef(int index)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
- Specified by:
getSocketRef
in interfaceSubchannelOrBuilder
-
setSocketRef
public Subchannel.Builder setSocketRef(int index, SocketRef value)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
setSocketRef
public Subchannel.Builder setSocketRef(int index, SocketRef.Builder builderForValue)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
addSocketRef
public Subchannel.Builder addSocketRef(SocketRef value)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
addSocketRef
public Subchannel.Builder addSocketRef(int index, SocketRef value)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
addSocketRef
public Subchannel.Builder addSocketRef(SocketRef.Builder builderForValue)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
addSocketRef
public Subchannel.Builder addSocketRef(int index, SocketRef.Builder builderForValue)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
addAllSocketRef
public Subchannel.Builder addAllSocketRef(java.lang.Iterable<? extends SocketRef> values)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
clearSocketRef
public Subchannel.Builder clearSocketRef()
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
removeSocketRef
public Subchannel.Builder removeSocketRef(int index)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
getSocketRefBuilder
public SocketRef.Builder getSocketRefBuilder(int index)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
getSocketRefOrBuilder
public SocketRefOrBuilder getSocketRefOrBuilder(int index)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
- Specified by:
getSocketRefOrBuilder
in interfaceSubchannelOrBuilder
-
getSocketRefOrBuilderList
public java.util.List<? extends SocketRefOrBuilder> getSocketRefOrBuilderList()
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
- Specified by:
getSocketRefOrBuilderList
in interfaceSubchannelOrBuilder
-
addSocketRefBuilder
public SocketRef.Builder addSocketRefBuilder()
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
addSocketRefBuilder
public SocketRef.Builder addSocketRefBuilder(int index)
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
getSocketRefBuilderList
public java.util.List<SocketRef.Builder> getSocketRefBuilderList()
There are no ordering guarantees on the order of sockets.
repeated .grpc.channelz.v1.SocketRef socket_ref = 5;
-
getSocketRefFieldBuilder
private com.google.protobuf.RepeatedFieldBuilder<SocketRef,SocketRef.Builder,SocketRefOrBuilder> getSocketRefFieldBuilder()
-
-