Uses of Class
io.grpc.channelz.v1.ChannelRef.Builder
Packages that use ChannelRef.Builder
-
Uses of ChannelRef.Builder in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 with type parameters of type ChannelRef.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder<ChannelRef, ChannelRef.Builder, ChannelRefOrBuilder> Channel.Builder.channelRefBuilder_private com.google.protobuf.SingleFieldBuilder<ChannelRef, ChannelRef.Builder, ChannelRefOrBuilder> ChannelTraceEvent.Builder.channelRefBuilder_private com.google.protobuf.RepeatedFieldBuilder<ChannelRef, ChannelRef.Builder, ChannelRefOrBuilder> Subchannel.Builder.channelRefBuilder_private com.google.protobuf.SingleFieldBuilder<ChannelRef, ChannelRef.Builder, ChannelRefOrBuilder> Channel.Builder.refBuilder_Methods in io.grpc.channelz.v1 that return ChannelRef.BuilderModifier and TypeMethodDescriptionChannel.Builder.addChannelRefBuilder()There are no ordering guarantees on the order of channel refs.Channel.Builder.addChannelRefBuilder(int index) There are no ordering guarantees on the order of channel refs.Subchannel.Builder.addChannelRefBuilder()There are no ordering guarantees on the order of channel refs.Subchannel.Builder.addChannelRefBuilder(int index) There are no ordering guarantees on the order of channel refs.ChannelRef.Builder.clear()ChannelRef.Builder.clearChannelId()The globally unique id for this channel.ChannelRef.Builder.clearName()An optional name associated with the channel.Channel.Builder.getChannelRefBuilder(int index) There are no ordering guarantees on the order of channel refs.ChannelTraceEvent.Builder.getChannelRefBuilder().grpc.channelz.v1.ChannelRef channel_ref = 4;Subchannel.Builder.getChannelRefBuilder(int index) There are no ordering guarantees on the order of channel refs.Channel.Builder.getRefBuilder()The identifier for this channel.ChannelRef.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ChannelRef.Builder.mergeFrom(com.google.protobuf.Message other) ChannelRef.Builder.mergeFrom(ChannelRef other) static ChannelRef.BuilderChannelRef.newBuilder()static ChannelRef.BuilderChannelRef.newBuilder(ChannelRef prototype) ChannelRef.newBuilderForType()protected ChannelRef.BuilderChannelRef.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ChannelRef.Builder.setChannelId(long value) The globally unique id for this channel.An optional name associated with the channel.ChannelRef.Builder.setNameBytes(com.google.protobuf.ByteString value) An optional name associated with the channel.ChannelRef.toBuilder()Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelRef.BuilderModifier and TypeMethodDescriptionChannel.Builder.getChannelRefBuilderList()There are no ordering guarantees on the order of channel refs.Subchannel.Builder.getChannelRefBuilderList()There are no ordering guarantees on the order of channel refs.private com.google.protobuf.RepeatedFieldBuilder<ChannelRef, ChannelRef.Builder, ChannelRefOrBuilder> Channel.Builder.internalGetChannelRefFieldBuilder()private com.google.protobuf.SingleFieldBuilder<ChannelRef, ChannelRef.Builder, ChannelRefOrBuilder> ChannelTraceEvent.Builder.internalGetChannelRefFieldBuilder().grpc.channelz.v1.ChannelRef channel_ref = 4;private com.google.protobuf.RepeatedFieldBuilder<ChannelRef, ChannelRef.Builder, ChannelRefOrBuilder> Subchannel.Builder.internalGetChannelRefFieldBuilder()private com.google.protobuf.SingleFieldBuilder<ChannelRef, ChannelRef.Builder, ChannelRefOrBuilder> Channel.Builder.internalGetRefFieldBuilder()The identifier for this channel.Methods in io.grpc.channelz.v1 with parameters of type ChannelRef.BuilderModifier and TypeMethodDescriptionChannel.Builder.addChannelRef(int index, ChannelRef.Builder builderForValue) There are no ordering guarantees on the order of channel refs.Channel.Builder.addChannelRef(ChannelRef.Builder builderForValue) 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.Builder builderForValue) There are no ordering guarantees on the order of channel refs.Channel.Builder.setChannelRef(int index, ChannelRef.Builder builderForValue) There are no ordering guarantees on the order of channel refs.ChannelTraceEvent.Builder.setChannelRef(ChannelRef.Builder builderForValue) .grpc.channelz.v1.ChannelRef channel_ref = 4;Subchannel.Builder.setChannelRef(int index, ChannelRef.Builder builderForValue) There are no ordering guarantees on the order of channel refs.Channel.Builder.setRef(ChannelRef.Builder builderForValue) The identifier for this channel.