Uses of Interface
com.google.cloud.functions.v1.CloudFunctionOrBuilder
-
Packages that use CloudFunctionOrBuilder Package Description com.google.cloud.functions.v1 A client to Cloud Functions API -
-
Uses of CloudFunctionOrBuilder in com.google.cloud.functions.v1
Classes in com.google.cloud.functions.v1 that implement CloudFunctionOrBuilder Modifier and Type Class Description class
CloudFunction
Describes a Cloud Function that contains user computation executed in response to an event.static class
CloudFunction.Builder
Describes a Cloud Function that contains user computation executed in response to an event.Methods in com.google.cloud.functions.v1 that return CloudFunctionOrBuilder Modifier and Type Method Description CloudFunctionOrBuilder
CreateFunctionRequest.Builder. getFunctionOrBuilder()
Required.CloudFunctionOrBuilder
CreateFunctionRequest. getFunctionOrBuilder()
Required.CloudFunctionOrBuilder
CreateFunctionRequestOrBuilder. getFunctionOrBuilder()
Required.CloudFunctionOrBuilder
UpdateFunctionRequest.Builder. getFunctionOrBuilder()
Required.CloudFunctionOrBuilder
UpdateFunctionRequest. getFunctionOrBuilder()
Required.CloudFunctionOrBuilder
UpdateFunctionRequestOrBuilder. getFunctionOrBuilder()
Required.CloudFunctionOrBuilder
ListFunctionsResponse.Builder. getFunctionsOrBuilder(int index)
The functions that match the request.CloudFunctionOrBuilder
ListFunctionsResponse. getFunctionsOrBuilder(int index)
The functions that match the request.CloudFunctionOrBuilder
ListFunctionsResponseOrBuilder. getFunctionsOrBuilder(int index)
The functions that match the request.Methods in com.google.cloud.functions.v1 that return types with arguments of type CloudFunctionOrBuilder Modifier and Type Method Description List<? extends CloudFunctionOrBuilder>
ListFunctionsResponse.Builder. getFunctionsOrBuilderList()
The functions that match the request.List<? extends CloudFunctionOrBuilder>
ListFunctionsResponse. getFunctionsOrBuilderList()
The functions that match the request.List<? extends CloudFunctionOrBuilder>
ListFunctionsResponseOrBuilder. getFunctionsOrBuilderList()
The functions that match the request.
-