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 SecuritySecurity.DEFAULT_INSTANCEprivate SecuritySocket.Builder.security_private SecuritySocket.security_Fields in io.grpc.channelz.v1 with type parameters of type SecurityModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<Security> Security.PARSERprivate 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 SecuritySecurity.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 SecuritySecurity.parseDelimitedFrom(InputStream input) static SecuritySecurity.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecuritySecurity.parseFrom(byte[] data) static SecuritySecurity.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecuritySecurity.parseFrom(com.google.protobuf.ByteString data) static SecuritySecurity.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecuritySecurity.parseFrom(com.google.protobuf.CodedInputStream input) static SecuritySecurity.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecuritySecurity.parseFrom(InputStream input) static SecuritySecurity.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecuritySecurity.parseFrom(ByteBuffer data) static SecuritySecurity.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 voidSecurity.Builder.buildPartial0(Security result) private voidSecurity.Builder.buildPartialOneofs(Security result) Socket.Builder.mergeSecurity(Security value) Security details for this socket.static Security.BuilderSecurity.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 SecurityChannelzProtoUtil.toSecurity(InternalChannelz.Security security)