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. VALUESFields 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. internalValueMapMethods in io.grpc.alts.internal that return SecurityLevel Modifier and Type Method Description static SecurityLevelSecurityLevel. forNumber(int value)SecurityLevelAltsContext.Builder. getSecurityLevel()The security level of the created secure channel.SecurityLevelAltsContext. getSecurityLevel()The security level of the created secure channel.SecurityLevelAltsContextOrBuilder. getSecurityLevel()The security level of the created secure channel.SecurityLevelAltsInternalContext. getSecurityLevel()Get security level.static SecurityLevelSecurityLevel. valueOf(int value)Deprecated.static SecurityLevelSecurityLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SecurityLevelSecurityLevel. 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.BuilderAltsContext.Builder. setSecurityLevel(SecurityLevel value)The security level of the created secure channel.
-