Uses of Class
io.grpc.channelz.v1.ServerData
Packages that use ServerData
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of ServerData in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as ServerDataModifier and TypeFieldDescriptionprivate ServerDataServer.Builder.data_private ServerDataServer.data_private static final ServerDataServerData.DEFAULT_INSTANCEFields in io.grpc.channelz.v1 with type parameters of type ServerDataModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<ServerData, ServerData.Builder, ServerDataOrBuilder> Server.Builder.dataBuilder_private static final com.google.protobuf.Parser<ServerData> ServerData.PARSERMethods in io.grpc.channelz.v1 that return ServerDataModifier and TypeMethodDescriptionServerData.Builder.build()ServerData.Builder.buildPartial()Server.Builder.getData()The associated data of the Server.Server.getData()The associated data of the Server.ServerOrBuilder.getData()The associated data of the Server.static ServerDataServerData.getDefaultInstance()ServerData.Builder.getDefaultInstanceForType()ServerData.getDefaultInstanceForType()static ServerDataServerData.parseDelimitedFrom(InputStream input) static ServerDataServerData.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerDataServerData.parseFrom(byte[] data) static ServerDataServerData.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerDataServerData.parseFrom(com.google.protobuf.ByteString data) static ServerDataServerData.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerDataServerData.parseFrom(com.google.protobuf.CodedInputStream input) static ServerDataServerData.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerDataServerData.parseFrom(InputStream input) static ServerDataServerData.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ServerDataServerData.parseFrom(ByteBuffer data) static ServerDataServerData.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type ServerDataModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<ServerData, ServerData.Builder, ServerDataOrBuilder> Server.Builder.getDataFieldBuilder()The associated data of the Server.com.google.protobuf.Parser<ServerData> ServerData.getParserForType()static com.google.protobuf.Parser<ServerData> ServerData.parser()Methods in io.grpc.channelz.v1 with parameters of type ServerDataModifier and TypeMethodDescriptionprivate voidServerData.Builder.buildPartial0(ServerData result) Server.Builder.mergeData(ServerData value) The associated data of the Server.ServerData.Builder.mergeFrom(ServerData other) static ServerData.BuilderServerData.newBuilder(ServerData prototype) Server.Builder.setData(ServerData value) The associated data of the Server. -
Uses of ServerData in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return ServerDataModifier and TypeMethodDescription(package private) static ServerDataChannelzProtoUtil.toServerData(InternalChannelz.ServerStats stats)