Uses of Class
io.grpc.channelz.v1.ServerRef
-
Packages that use ServerRef Package Description io.grpc.channelz.v1 io.grpc.protobuf.services 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 ServerRef Modifier and Type Field Description private static ServerRefServerRef. DEFAULT_INSTANCEprivate ServerRefServer.Builder. ref_private ServerRefServer. ref_Fields in io.grpc.channelz.v1 with type parameters of type ServerRef Modifier and Type Field Description private static com.google.protobuf.Parser<ServerRef>ServerRef. PARSERprivate com.google.protobuf.SingleFieldBuilder<ServerRef,ServerRef.Builder,ServerRefOrBuilder>Server.Builder. refBuilder_Methods in io.grpc.channelz.v1 that return ServerRef Modifier and Type Method Description ServerRefServerRef.Builder. build()ServerRefServerRef.Builder. buildPartial()static ServerRefServerRef. getDefaultInstance()ServerRefServerRef.Builder. getDefaultInstanceForType()ServerRefServerRef. getDefaultInstanceForType()ServerRefServer.Builder. getRef()The identifier for a Server.ServerRefServer. getRef()The identifier for a Server.ServerRefServerOrBuilder. getRef()The identifier for a Server.static ServerRefServerRef. parseDelimitedFrom(java.io.InputStream input)static ServerRefServerRef. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerRefServerRef. parseFrom(byte[] data)static ServerRefServerRef. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerRefServerRef. parseFrom(com.google.protobuf.ByteString data)static ServerRefServerRef. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerRefServerRef. parseFrom(com.google.protobuf.CodedInputStream input)static ServerRefServerRef. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerRefServerRef. parseFrom(java.io.InputStream input)static ServerRefServerRef. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServerRefServerRef. parseFrom(java.nio.ByteBuffer data)static ServerRefServerRef. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grpc.channelz.v1 that return types with arguments of type ServerRef Modifier and Type Method Description com.google.protobuf.Parser<ServerRef>ServerRef. getParserForType()private com.google.protobuf.SingleFieldBuilder<ServerRef,ServerRef.Builder,ServerRefOrBuilder>Server.Builder. getRefFieldBuilder()The identifier for a Server.static com.google.protobuf.Parser<ServerRef>ServerRef. parser()Methods in io.grpc.channelz.v1 with parameters of type ServerRef Modifier and Type Method Description private voidServerRef.Builder. buildPartial0(ServerRef result)ServerRef.BuilderServerRef.Builder. mergeFrom(ServerRef other)Server.BuilderServer.Builder. mergeRef(ServerRef value)The identifier for a Server.static ServerRef.BuilderServerRef. newBuilder(ServerRef prototype)Server.BuilderServer.Builder. setRef(ServerRef value)The identifier for a Server. -
Uses of ServerRef in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return ServerRef Modifier and Type Method Description (package private) static ServerRefChannelzProtoUtil. toServerRef(InternalWithLogId obj)
-