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 class
Function
Describes a Cloud Function that contains user computation executed in response to an event.static class
Function.Builder
Describes 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 FunctionOrBuilder
CreateFunctionRequest.Builder. getFunctionOrBuilder()
Required.FunctionOrBuilder
CreateFunctionRequest. getFunctionOrBuilder()
Required.FunctionOrBuilder
CreateFunctionRequestOrBuilder. getFunctionOrBuilder()
Required.FunctionOrBuilder
UpdateFunctionRequest.Builder. getFunctionOrBuilder()
Required.FunctionOrBuilder
UpdateFunctionRequest. getFunctionOrBuilder()
Required.FunctionOrBuilder
UpdateFunctionRequestOrBuilder. getFunctionOrBuilder()
Required.FunctionOrBuilder
ListFunctionsResponse.Builder. getFunctionsOrBuilder(int index)
The functions that match the request.FunctionOrBuilder
ListFunctionsResponse. getFunctionsOrBuilder(int index)
The functions that match the request.FunctionOrBuilder
ListFunctionsResponseOrBuilder. 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.
-