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.SecurityLevelHttpsTrigger.SecurityLevel. forNumber(int value)HttpsTrigger.SecurityLevelHttpsTrigger.Builder. getSecurityLevel()The security level for the function.HttpsTrigger.SecurityLevelHttpsTrigger. getSecurityLevel()The security level for the function.HttpsTrigger.SecurityLevelHttpsTriggerOrBuilder. getSecurityLevel()The security level for the function.static HttpsTrigger.SecurityLevelHttpsTrigger.SecurityLevel. valueOf(int value)Deprecated.static HttpsTrigger.SecurityLevelHttpsTrigger.SecurityLevel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HttpsTrigger.SecurityLevelHttpsTrigger.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.BuilderHttpsTrigger.Builder. setSecurityLevel(HttpsTrigger.SecurityLevel value)The security level for the function.
-