| Package | Description |
|---|---|
| com.google.cloud.functions.v1 |
A client to Cloud Functions API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.functions.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
CloudFunctionsServiceClient.ListFunctionsPagedResponse |
CloudFunctionsServiceClient.listFunctions(ListFunctionsRequest request)
Returns a list of functions that belong to the requested project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<CloudFunctionsServiceClient.ListFunctionsPagedResponse> |
CloudFunctionsServiceClient.ListFunctionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,CloudFunction> context,
com.google.api.core.ApiFuture<ListFunctionsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,CloudFunctionsServiceClient.ListFunctionsPagedResponse> |
CloudFunctionsServiceClient.listFunctionsPagedCallable()
Returns a list of functions that belong to the requested project.
|
com.google.api.gax.rpc.PagedCallSettings<ListFunctionsRequest,ListFunctionsResponse,CloudFunctionsServiceClient.ListFunctionsPagedResponse> |
CloudFunctionsServiceSettings.listFunctionsSettings()
Returns the object with the settings used for calls to listFunctions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFunctionsRequest,ListFunctionsResponse,CloudFunctionsServiceClient.ListFunctionsPagedResponse> |
CloudFunctionsServiceSettings.Builder.listFunctionsSettings()
Returns the builder for the settings used for calls to listFunctions.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,CloudFunctionsServiceClient.ListFunctionsPagedResponse> |
GrpcCloudFunctionsServiceStub.listFunctionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,CloudFunctionsServiceClient.ListFunctionsPagedResponse> |
HttpJsonCloudFunctionsServiceStub.listFunctionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,CloudFunctionsServiceClient.ListFunctionsPagedResponse> |
CloudFunctionsServiceStub.listFunctionsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListFunctionsRequest,ListFunctionsResponse,CloudFunctionsServiceClient.ListFunctionsPagedResponse> |
CloudFunctionsServiceStubSettings.listFunctionsSettings()
Returns the object with the settings used for calls to listFunctions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFunctionsRequest,ListFunctionsResponse,CloudFunctionsServiceClient.ListFunctionsPagedResponse> |
CloudFunctionsServiceStubSettings.Builder.listFunctionsSettings()
Returns the builder for the settings used for calls to listFunctions.
|
Copyright © 2024 Google LLC. All rights reserved.