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.SourceCodeCaseCloudFunction.SourceCodeCase. forNumber(int value)CloudFunction.SourceCodeCaseCloudFunction.Builder. getSourceCodeCase()CloudFunction.SourceCodeCaseCloudFunction. getSourceCodeCase()CloudFunction.SourceCodeCaseCloudFunctionOrBuilder. getSourceCodeCase()static CloudFunction.SourceCodeCaseCloudFunction.SourceCodeCase. valueOf(int value)Deprecated.static CloudFunction.SourceCodeCaseCloudFunction.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.
-