Uses of Class
com.google.cloud.functions.v2alpha.ServiceConfig.SecurityLevel
-
Packages that use ServiceConfig.SecurityLevel Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions API -
-
Uses of ServiceConfig.SecurityLevel in com.google.cloud.functions.v2alpha
Methods in com.google.cloud.functions.v2alpha that return ServiceConfig.SecurityLevel Modifier and Type Method Description static ServiceConfig.SecurityLevel
ServiceConfig.SecurityLevel. forNumber(int value)
ServiceConfig.SecurityLevel
ServiceConfig.Builder. getSecurityLevel()
Security level configure whether the function only accepts https.ServiceConfig.SecurityLevel
ServiceConfig. getSecurityLevel()
Security level configure whether the function only accepts https.ServiceConfig.SecurityLevel
ServiceConfigOrBuilder. getSecurityLevel()
Security level configure whether the function only accepts https.static ServiceConfig.SecurityLevel
ServiceConfig.SecurityLevel. valueOf(int value)
Deprecated.static ServiceConfig.SecurityLevel
ServiceConfig.SecurityLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ServiceConfig.SecurityLevel
ServiceConfig.SecurityLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceConfig.SecurityLevel[]
ServiceConfig.SecurityLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.functions.v2alpha that return types with arguments of type ServiceConfig.SecurityLevel Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ServiceConfig.SecurityLevel>
ServiceConfig.SecurityLevel. internalGetValueMap()
Methods in com.google.cloud.functions.v2alpha with parameters of type ServiceConfig.SecurityLevel Modifier and Type Method Description ServiceConfig.Builder
ServiceConfig.Builder. setSecurityLevel(ServiceConfig.SecurityLevel value)
Security level configure whether the function only accepts https.
-