Uses of Enum
io.grpc.alts.internal.SecurityLevel
Packages that use SecurityLevel
-
Uses of SecurityLevel in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as SecurityLevelFields in io.grpc.alts.internal with type parameters of type SecurityLevelModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<SecurityLevel> SecurityLevel.internalValueMap
Methods in io.grpc.alts.internal that return SecurityLevelModifier and TypeMethodDescriptionstatic SecurityLevel
SecurityLevel.forNumber
(int value) AltsContext.Builder.getSecurityLevel()
The security level of the created secure channel.AltsContext.getSecurityLevel()
The security level of the created secure channel.AltsContextOrBuilder.getSecurityLevel()
The security level of the created secure channel.AltsInternalContext.getSecurityLevel()
Get security level.static SecurityLevel
SecurityLevel.valueOf
(int value) Deprecated.static SecurityLevel
SecurityLevel.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SecurityLevel
Returns the enum constant of this type with the specified name.static SecurityLevel[]
SecurityLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.alts.internal that return types with arguments of type SecurityLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<SecurityLevel> SecurityLevel.internalGetValueMap()
Methods in io.grpc.alts.internal with parameters of type SecurityLevelModifier and TypeMethodDescriptionAltsContext.Builder.setSecurityLevel
(SecurityLevel value) The security level of the created secure channel.