Uses of Class
io.grpc.channelz.v1.Security
Packages that use Security
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of Security in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as SecurityModifier and TypeFieldDescriptionprivate static final Security
Security.DEFAULT_INSTANCE
private Security
Socket.Builder.security_
private Security
Socket.security_
Fields in io.grpc.channelz.v1 with type parameters of type SecurityModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<Security> Security.PARSER
private com.google.protobuf.SingleFieldBuilder
<Security, Security.Builder, SecurityOrBuilder> Socket.Builder.securityBuilder_
Methods in io.grpc.channelz.v1 that return SecurityModifier and TypeMethodDescriptionSecurity.Builder.build()
Security.Builder.buildPartial()
static Security
Security.getDefaultInstance()
Security.Builder.getDefaultInstanceForType()
Security.getDefaultInstanceForType()
Socket.Builder.getSecurity()
Security details for this socket.Socket.getSecurity()
Security details for this socket.SocketOrBuilder.getSecurity()
Security details for this socket.static Security
Security.parseDelimitedFrom
(InputStream input) static Security
Security.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Security
Security.parseFrom
(byte[] data) static Security
Security.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Security
Security.parseFrom
(com.google.protobuf.ByteString data) static Security
Security.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Security
Security.parseFrom
(com.google.protobuf.CodedInputStream input) static Security
Security.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Security
Security.parseFrom
(InputStream input) static Security
Security.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Security
Security.parseFrom
(ByteBuffer data) static Security
Security.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.channelz.v1 that return types with arguments of type SecurityModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Security> Security.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<Security, Security.Builder, SecurityOrBuilder> Socket.Builder.internalGetSecurityFieldBuilder()
Security details for this socket.static com.google.protobuf.Parser
<Security> Security.parser()
Methods in io.grpc.channelz.v1 with parameters of type SecurityModifier and TypeMethodDescriptionprivate void
Security.Builder.buildPartial0
(Security result) private void
Security.Builder.buildPartialOneofs
(Security result) Socket.Builder.mergeSecurity
(Security value) Security details for this socket.static Security.Builder
Security.newBuilder
(Security prototype) Socket.Builder.setSecurity
(Security value) Security details for this socket. -
Uses of Security in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return SecurityModifier and TypeMethodDescription(package private) static Security
ChannelzProtoUtil.toSecurity
(InternalChannelz.Security security)