Uses of Class
com.google.cloud.functions.v1.CloudFunctionStatus
-
Packages that use CloudFunctionStatus Package Description com.google.cloud.functions.v1 A client to Cloud Functions API -
-
Uses of CloudFunctionStatus in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return CloudFunctionStatus Modifier and Type Method Description static CloudFunctionStatus
CloudFunctionStatus. forNumber(int value)
CloudFunctionStatus
CloudFunction.Builder. getStatus()
Output only.CloudFunctionStatus
CloudFunction. getStatus()
Output only.CloudFunctionStatus
CloudFunctionOrBuilder. getStatus()
Output only.static CloudFunctionStatus
CloudFunctionStatus. valueOf(int value)
Deprecated.static CloudFunctionStatus
CloudFunctionStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CloudFunctionStatus
CloudFunctionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudFunctionStatus[]
CloudFunctionStatus. 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 CloudFunctionStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CloudFunctionStatus>
CloudFunctionStatus. internalGetValueMap()
Methods in com.google.cloud.functions.v1 with parameters of type CloudFunctionStatus Modifier and Type Method Description CloudFunction.Builder
CloudFunction.Builder. setStatus(CloudFunctionStatus value)
Output only.
-