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