Uses of Class
com.google.cloud.functions.v1.CloudFunction.SourceCodeCase
-
Packages that use CloudFunction.SourceCodeCase Package Description com.google.cloud.functions.v1 A client to Cloud Functions API -
-
Uses of CloudFunction.SourceCodeCase in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return CloudFunction.SourceCodeCase Modifier and Type Method Description static CloudFunction.SourceCodeCase
CloudFunction.SourceCodeCase. forNumber(int value)
CloudFunction.SourceCodeCase
CloudFunction.Builder. getSourceCodeCase()
CloudFunction.SourceCodeCase
CloudFunction. getSourceCodeCase()
CloudFunction.SourceCodeCase
CloudFunctionOrBuilder. getSourceCodeCase()
static CloudFunction.SourceCodeCase
CloudFunction.SourceCodeCase. valueOf(int value)
Deprecated.static CloudFunction.SourceCodeCase
CloudFunction.SourceCodeCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudFunction.SourceCodeCase[]
CloudFunction.SourceCodeCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-