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 classCloudFunctionDescribes a Cloud Function that contains user computation executed in response to an event.static classCloudFunction.BuilderDescribes 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 CloudFunctionOrBuilderCreateFunctionRequest.Builder. getFunctionOrBuilder()Required.CloudFunctionOrBuilderCreateFunctionRequest. getFunctionOrBuilder()Required.CloudFunctionOrBuilderCreateFunctionRequestOrBuilder. getFunctionOrBuilder()Required.CloudFunctionOrBuilderUpdateFunctionRequest.Builder. getFunctionOrBuilder()Required.CloudFunctionOrBuilderUpdateFunctionRequest. getFunctionOrBuilder()Required.CloudFunctionOrBuilderUpdateFunctionRequestOrBuilder. getFunctionOrBuilder()Required.CloudFunctionOrBuilderListFunctionsResponse.Builder. getFunctionsOrBuilder(int index)The functions that match the request.CloudFunctionOrBuilderListFunctionsResponse. getFunctionsOrBuilder(int index)The functions that match the request.CloudFunctionOrBuilderListFunctionsResponseOrBuilder. 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.
-