Uses of Class
io.grpc.channelz.v1.ServerRef
-
Packages that use ServerRef Package Description io.grpc.channelz.v1 -
-
Uses of ServerRef in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return ServerRef Modifier and Type Method Description ServerRef
ServerRef.Builder. build()
ServerRef
ServerRef.Builder. buildPartial()
static ServerRef
ServerRef. getDefaultInstance()
ServerRef
ServerRef.Builder. getDefaultInstanceForType()
ServerRef
ServerRef. getDefaultInstanceForType()
ServerRef
Server.Builder. getRef()
The identifier for a Server.ServerRef
Server. getRef()
The identifier for a Server.ServerRef
ServerOrBuilder. getRef()
The identifier for a Server.static ServerRef
ServerRef. parseDelimitedFrom(InputStream input)
static ServerRef
ServerRef. parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static ServerRef
ServerRef. parseFrom(byte[] data)
static ServerRef
ServerRef. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static ServerRef
ServerRef. parseFrom(ByteString data)
static ServerRef
ServerRef. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static ServerRef
ServerRef. parseFrom(CodedInputStream input)
static ServerRef
ServerRef. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static ServerRef
ServerRef. parseFrom(InputStream input)
static ServerRef
ServerRef. parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static ServerRef
ServerRef. parseFrom(ByteBuffer data)
static ServerRef
ServerRef. parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Methods in io.grpc.channelz.v1 that return types with arguments of type ServerRef Modifier and Type Method Description Parser<ServerRef>
ServerRef. getParserForType()
static Parser<ServerRef>
ServerRef. parser()
Methods in io.grpc.channelz.v1 with parameters of type ServerRef Modifier and Type Method Description ServerRef.Builder
ServerRef.Builder. mergeFrom(ServerRef other)
Server.Builder
Server.Builder. mergeRef(ServerRef value)
The identifier for a Server.static ServerRef.Builder
ServerRef. newBuilder(ServerRef prototype)
Server.Builder
Server.Builder. setRef(ServerRef value)
The identifier for a Server.
-