Uses of Class
io.grpc.channelz.v1.ServerRef
Packages that use ServerRef
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of ServerRef in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as ServerRefModifier and TypeFieldDescriptionprivate static final ServerRef
ServerRef.DEFAULT_INSTANCE
private ServerRef
Server.Builder.ref_
private ServerRef
Server.ref_
Fields in io.grpc.channelz.v1 with type parameters of type ServerRefModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<ServerRef> ServerRef.PARSER
private com.google.protobuf.SingleFieldBuilder
<ServerRef, ServerRef.Builder, ServerRefOrBuilder> Server.Builder.refBuilder_
Methods in io.grpc.channelz.v1 that return ServerRefModifier and TypeMethodDescriptionServerRef.Builder.build()
ServerRef.Builder.buildPartial()
static ServerRef
ServerRef.getDefaultInstance()
ServerRef.Builder.getDefaultInstanceForType()
ServerRef.getDefaultInstanceForType()
Server.Builder.getRef()
The identifier for a Server.Server.getRef()
The identifier for a Server.ServerOrBuilder.getRef()
The identifier for a Server.static ServerRef
ServerRef.parseDelimitedFrom
(InputStream input) static ServerRef
ServerRef.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerRef
ServerRef.parseFrom
(byte[] data) static ServerRef
ServerRef.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerRef
ServerRef.parseFrom
(com.google.protobuf.ByteString data) static ServerRef
ServerRef.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerRef
ServerRef.parseFrom
(com.google.protobuf.CodedInputStream input) static ServerRef
ServerRef.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerRef
ServerRef.parseFrom
(InputStream input) static ServerRef
ServerRef.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerRef
ServerRef.parseFrom
(ByteBuffer data) static ServerRef
ServerRef.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type ServerRefModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<ServerRef> ServerRef.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<ServerRef, ServerRef.Builder, ServerRefOrBuilder> Server.Builder.internalGetRefFieldBuilder()
The identifier for a Server.static com.google.protobuf.Parser
<ServerRef> ServerRef.parser()
Methods in io.grpc.channelz.v1 with parameters of type ServerRefModifier and TypeMethodDescriptionprivate void
ServerRef.Builder.buildPartial0
(ServerRef result) The identifier for a Server.static ServerRef.Builder
ServerRef.newBuilder
(ServerRef prototype) The identifier for a Server. -
Uses of ServerRef in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return ServerRefModifier and TypeMethodDescription(package private) static ServerRef
ChannelzProtoUtil.toServerRef
(InternalWithLogId obj)