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 ServerRef
ServerRef. DEFAULT_INSTANCE
private ServerRef
Server.Builder. ref_
private ServerRef
Server. 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. PARSER
private 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 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(java.io.InputStream input)
static ServerRef
ServerRef. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static ServerRef
ServerRef. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerRef
ServerRef. parseFrom(java.nio.ByteBuffer data)
static ServerRef
ServerRef. 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 void
ServerRef.Builder. buildPartial0(ServerRef result)
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. -
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 ServerRef
ChannelzProtoUtil. toServerRef(InternalWithLogId obj)
-