Uses of Class
com.google.cloud.functions.v2beta.Function.State
-
Packages that use Function.State Package Description com.google.cloud.functions.v2beta A client to Cloud Functions API -
-
Uses of Function.State in com.google.cloud.functions.v2beta
Methods in com.google.cloud.functions.v2beta that return Function.State Modifier and Type Method Description static Function.State
Function.State. forNumber(int value)
Function.State
Function.Builder. getState()
Output only.Function.State
Function. getState()
Output only.Function.State
FunctionOrBuilder. getState()
Output only.static Function.State
Function.State. valueOf(int value)
Deprecated.static Function.State
Function.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Function.State
Function.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.v2beta 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.v2beta with parameters of type Function.State Modifier and Type Method Description Function.Builder
Function.Builder. setState(Function.State value)
Output only.
-