Uses of Interface
com.google.cloud.functions.v2.FunctionOrBuilder
-
Packages that use FunctionOrBuilder Package Description com.google.cloud.functions.v2 A client to Cloud Functions API -
-
Uses of FunctionOrBuilder in com.google.cloud.functions.v2
Classes in com.google.cloud.functions.v2 that implement FunctionOrBuilder Modifier and Type Class Description classFunctionDescribes a Cloud Function that contains user computation executed in response to an event.static classFunction.BuilderDescribes a Cloud Function that contains user computation executed in response to an event.Methods in com.google.cloud.functions.v2 that return FunctionOrBuilder Modifier and Type Method Description FunctionOrBuilderCreateFunctionRequest.Builder. getFunctionOrBuilder()Required.FunctionOrBuilderCreateFunctionRequest. getFunctionOrBuilder()Required.FunctionOrBuilderCreateFunctionRequestOrBuilder. getFunctionOrBuilder()Required.FunctionOrBuilderUpdateFunctionRequest.Builder. getFunctionOrBuilder()Required.FunctionOrBuilderUpdateFunctionRequest. getFunctionOrBuilder()Required.FunctionOrBuilderUpdateFunctionRequestOrBuilder. getFunctionOrBuilder()Required.FunctionOrBuilderListFunctionsResponse.Builder. getFunctionsOrBuilder(int index)The functions that match the request.FunctionOrBuilderListFunctionsResponse. getFunctionsOrBuilder(int index)The functions that match the request.FunctionOrBuilderListFunctionsResponseOrBuilder. getFunctionsOrBuilder(int index)The functions that match the request.Methods in com.google.cloud.functions.v2 that return types with arguments of type FunctionOrBuilder Modifier and Type Method Description List<? extends FunctionOrBuilder>ListFunctionsResponse.Builder. getFunctionsOrBuilderList()The functions that match the request.List<? extends FunctionOrBuilder>ListFunctionsResponse. getFunctionsOrBuilderList()The functions that match the request.List<? extends FunctionOrBuilder>ListFunctionsResponseOrBuilder. getFunctionsOrBuilderList()The functions that match the request.
-