Uses of Class
com.google.cloud.functions.v2.Function.State
-
Packages that use Function.State Package Description com.google.cloud.functions.v2 A client to Cloud Functions API -
-
Uses of Function.State in com.google.cloud.functions.v2
Methods in com.google.cloud.functions.v2 that return Function.State Modifier and Type Method Description static Function.StateFunction.State. forNumber(int value)Function.StateFunction.Builder. getState()Output only.Function.StateFunction. getState()Output only.Function.StateFunctionOrBuilder. getState()Output only.static Function.StateFunction.State. valueOf(int value)Deprecated.static Function.StateFunction.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Function.StateFunction.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Function.State[]Function.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.functions.v2 that return types with arguments of type Function.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Function.State>Function.State. internalGetValueMap()Methods in com.google.cloud.functions.v2 with parameters of type Function.State Modifier and Type Method Description Function.BuilderFunction.Builder. setState(Function.State value)Output only.
-