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