Uses of Class
io.grpc.alts.internal.SecurityLevel
-
Packages that use SecurityLevel Package Description io.grpc.alts.internal -
-
Uses of SecurityLevel in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as SecurityLevel Modifier and Type Field Description private static SecurityLevel[]
SecurityLevel. VALUES
Fields in io.grpc.alts.internal with type parameters of type SecurityLevel Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<SecurityLevel>
SecurityLevel. internalValueMap
Methods in io.grpc.alts.internal that return SecurityLevel Modifier and Type Method Description static SecurityLevel
SecurityLevel. forNumber(int value)
SecurityLevel
AltsContext.Builder. getSecurityLevel()
The security level of the created secure channel.SecurityLevel
AltsContext. getSecurityLevel()
The security level of the created secure channel.SecurityLevel
AltsContextOrBuilder. getSecurityLevel()
The security level of the created secure channel.SecurityLevel
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
SecurityLevel. valueOf(java.lang.String name)
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 SecurityLevel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SecurityLevel>
SecurityLevel. internalGetValueMap()
Methods in io.grpc.alts.internal with parameters of type SecurityLevel Modifier and Type Method Description AltsContext.Builder
AltsContext.Builder. setSecurityLevel(SecurityLevel value)
The security level of the created secure channel.
-