| Package | Description |
|---|---|
| com.google.cloud.functions.v2alpha |
A client to Cloud Functions API
|
| com.google.cloud.functions.v2alpha.stub |
| Modifier and Type | Method and Description |
|---|---|
FunctionServiceClient.ListFunctionsPagedResponse |
FunctionServiceClient.listFunctions(ListFunctionsRequest request)
Returns a list of functions that belong to the requested project.
|
FunctionServiceClient.ListFunctionsPagedResponse |
FunctionServiceClient.listFunctions(LocationName parent)
Returns a list of functions that belong to the requested project.
|
FunctionServiceClient.ListFunctionsPagedResponse |
FunctionServiceClient.listFunctions(String parent)
Returns a list of functions that belong to the requested project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<FunctionServiceClient.ListFunctionsPagedResponse> |
FunctionServiceClient.ListFunctionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context,
com.google.api.core.ApiFuture<ListFunctionsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,FunctionServiceClient.ListFunctionsPagedResponse> |
FunctionServiceClient.listFunctionsPagedCallable()
Returns a list of functions that belong to the requested project.
|
com.google.api.gax.rpc.PagedCallSettings<ListFunctionsRequest,ListFunctionsResponse,FunctionServiceClient.ListFunctionsPagedResponse> |
FunctionServiceSettings.listFunctionsSettings()
Returns the object with the settings used for calls to listFunctions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFunctionsRequest,ListFunctionsResponse,FunctionServiceClient.ListFunctionsPagedResponse> |
FunctionServiceSettings.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,FunctionServiceClient.ListFunctionsPagedResponse> |
FunctionServiceStub.listFunctionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,FunctionServiceClient.ListFunctionsPagedResponse> |
GrpcFunctionServiceStub.listFunctionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,FunctionServiceClient.ListFunctionsPagedResponse> |
HttpJsonFunctionServiceStub.listFunctionsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListFunctionsRequest,ListFunctionsResponse,FunctionServiceClient.ListFunctionsPagedResponse> |
FunctionServiceStubSettings.listFunctionsSettings()
Returns the object with the settings used for calls to listFunctions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFunctionsRequest,ListFunctionsResponse,FunctionServiceClient.ListFunctionsPagedResponse> |
FunctionServiceStubSettings.Builder.listFunctionsSettings()
Returns the builder for the settings used for calls to listFunctions.
|
Copyright © 2023 Google LLC. All rights reserved.