Uses of Class
com.google.cloud.functions.v1.CloudFunctionsServiceClient.ListFunctionsPagedResponse
-
Packages that use CloudFunctionsServiceClient.ListFunctionsPagedResponse Package Description com.google.cloud.functions.v1 A client to Cloud Functions APIcom.google.cloud.functions.v1.stub -
-
Uses of CloudFunctionsServiceClient.ListFunctionsPagedResponse in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return CloudFunctionsServiceClient.ListFunctionsPagedResponse Modifier and Type Method Description CloudFunctionsServiceClient.ListFunctionsPagedResponse
CloudFunctionsServiceClient. listFunctions(ListFunctionsRequest request)
Returns a list of functions that belong to the requested project.Methods in com.google.cloud.functions.v1 that return types with arguments of type CloudFunctionsServiceClient.ListFunctionsPagedResponse Modifier and Type Method 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.Builder<ListFunctionsRequest,ListFunctionsResponse,CloudFunctionsServiceClient.ListFunctionsPagedResponse>
CloudFunctionsServiceSettings.Builder. listFunctionsSettings()
Returns the builder for the settings used for calls to listFunctions.com.google.api.gax.rpc.PagedCallSettings<ListFunctionsRequest,ListFunctionsResponse,CloudFunctionsServiceClient.ListFunctionsPagedResponse>
CloudFunctionsServiceSettings. listFunctionsSettings()
Returns the object with the settings used for calls to listFunctions. -
Uses of CloudFunctionsServiceClient.ListFunctionsPagedResponse in com.google.cloud.functions.v1.stub
Methods in com.google.cloud.functions.v1.stub that return types with arguments of type CloudFunctionsServiceClient.ListFunctionsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListFunctionsRequest,CloudFunctionsServiceClient.ListFunctionsPagedResponse>
CloudFunctionsServiceStub. listFunctionsPagedCallable()
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.PagedCallSettings.Builder<ListFunctionsRequest,ListFunctionsResponse,CloudFunctionsServiceClient.ListFunctionsPagedResponse>
CloudFunctionsServiceStubSettings.Builder. listFunctionsSettings()
Returns the builder for the settings used for calls to listFunctions.com.google.api.gax.rpc.PagedCallSettings<ListFunctionsRequest,ListFunctionsResponse,CloudFunctionsServiceClient.ListFunctionsPagedResponse>
CloudFunctionsServiceStubSettings. listFunctionsSettings()
Returns the object with the settings used for calls to listFunctions.
-