Skip navigation links
B C D F G L N S U 

B

bindService(FunctionServiceGrpc.AsyncService) - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
 
bindService() - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceImplBase
 
build(Channel, CallOptions) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceFutureStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceStub
 

C

com.google.cloud.functions.v2beta - package com.google.cloud.functions.v2beta
 
createFunction(CreateFunctionRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.functions.v2beta.FunctionServiceGrpc.AsyncService
Creates a new function.
createFunction(CreateFunctionRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceBlockingStub
Creates a new function.
createFunction(CreateFunctionRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceFutureStub
Creates a new function.
createFunction(CreateFunctionRequest, StreamObserver<Operation>) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceStub
Creates a new function.

D

deleteFunction(DeleteFunctionRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.functions.v2beta.FunctionServiceGrpc.AsyncService
Deletes a function with the given name from the specified project.
deleteFunction(DeleteFunctionRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceBlockingStub
Deletes a function with the given name from the specified project.
deleteFunction(DeleteFunctionRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceFutureStub
Deletes a function with the given name from the specified project.
deleteFunction(DeleteFunctionRequest, StreamObserver<Operation>) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceStub
Deletes a function with the given name from the specified project.

F

FunctionServiceGrpc - Class in com.google.cloud.functions.v2beta
Google Cloud Functions is used to deploy functions that are executed by Google in response to various events.
FunctionServiceGrpc.AsyncService - Interface in com.google.cloud.functions.v2beta
Google Cloud Functions is used to deploy functions that are executed by Google in response to various events.
FunctionServiceGrpc.FunctionServiceBlockingStub - Class in com.google.cloud.functions.v2beta
A stub to allow clients to do synchronous rpc calls to service FunctionService.
FunctionServiceGrpc.FunctionServiceFutureStub - Class in com.google.cloud.functions.v2beta
A stub to allow clients to do ListenableFuture-style rpc calls to service FunctionService.
FunctionServiceGrpc.FunctionServiceImplBase - Class in com.google.cloud.functions.v2beta
Base class for the server implementation of the service FunctionService.
FunctionServiceGrpc.FunctionServiceStub - Class in com.google.cloud.functions.v2beta
A stub to allow clients to do asynchronous rpc calls to service FunctionService.
FunctionServiceImplBase() - Constructor for class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceImplBase
 

G

generateDownloadUrl(GenerateDownloadUrlRequest, StreamObserver<GenerateDownloadUrlResponse>) - Method in interface com.google.cloud.functions.v2beta.FunctionServiceGrpc.AsyncService
Returns a signed URL for downloading deployed function source code.
generateDownloadUrl(GenerateDownloadUrlRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceBlockingStub
Returns a signed URL for downloading deployed function source code.
generateDownloadUrl(GenerateDownloadUrlRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceFutureStub
Returns a signed URL for downloading deployed function source code.
generateDownloadUrl(GenerateDownloadUrlRequest, StreamObserver<GenerateDownloadUrlResponse>) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceStub
Returns a signed URL for downloading deployed function source code.
generateUploadUrl(GenerateUploadUrlRequest, StreamObserver<GenerateUploadUrlResponse>) - Method in interface com.google.cloud.functions.v2beta.FunctionServiceGrpc.AsyncService
Returns a signed URL for uploading a function source code.
generateUploadUrl(GenerateUploadUrlRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceBlockingStub
Returns a signed URL for uploading a function source code.
generateUploadUrl(GenerateUploadUrlRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceFutureStub
Returns a signed URL for uploading a function source code.
generateUploadUrl(GenerateUploadUrlRequest, StreamObserver<GenerateUploadUrlResponse>) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceStub
Returns a signed URL for uploading a function source code.
getCreateFunctionMethod() - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
 
getDeleteFunctionMethod() - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
 
getFunction(GetFunctionRequest, StreamObserver<Function>) - Method in interface com.google.cloud.functions.v2beta.FunctionServiceGrpc.AsyncService
Returns a function with the given name from the requested project.
getFunction(GetFunctionRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceBlockingStub
Returns a function with the given name from the requested project.
getFunction(GetFunctionRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceFutureStub
Returns a function with the given name from the requested project.
getFunction(GetFunctionRequest, StreamObserver<Function>) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceStub
Returns a function with the given name from the requested project.
getGenerateDownloadUrlMethod() - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
 
getGenerateUploadUrlMethod() - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
 
getGetFunctionMethod() - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
 
getListFunctionsMethod() - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
 
getListRuntimesMethod() - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
 
getServiceDescriptor() - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
 
getUpdateFunctionMethod() - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
 

L

listFunctions(ListFunctionsRequest, StreamObserver<ListFunctionsResponse>) - Method in interface com.google.cloud.functions.v2beta.FunctionServiceGrpc.AsyncService
Returns a list of functions that belong to the requested project.
listFunctions(ListFunctionsRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceBlockingStub
Returns a list of functions that belong to the requested project.
listFunctions(ListFunctionsRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceFutureStub
Returns a list of functions that belong to the requested project.
listFunctions(ListFunctionsRequest, StreamObserver<ListFunctionsResponse>) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceStub
Returns a list of functions that belong to the requested project.
listRuntimes(ListRuntimesRequest, StreamObserver<ListRuntimesResponse>) - Method in interface com.google.cloud.functions.v2beta.FunctionServiceGrpc.AsyncService
Returns a list of runtimes that are supported for the requested project.
listRuntimes(ListRuntimesRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceBlockingStub
Returns a list of runtimes that are supported for the requested project.
listRuntimes(ListRuntimesRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceFutureStub
Returns a list of runtimes that are supported for the requested project.
listRuntimes(ListRuntimesRequest, StreamObserver<ListRuntimesResponse>) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceStub
Returns a list of runtimes that are supported for the requested project.

N

newBlockingStub(Channel) - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newFutureStub(Channel) - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
Creates a new async stub that supports all call types for the service

S

SERVICE_NAME - Static variable in class com.google.cloud.functions.v2beta.FunctionServiceGrpc
 

U

updateFunction(UpdateFunctionRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.functions.v2beta.FunctionServiceGrpc.AsyncService
Updates existing function.
updateFunction(UpdateFunctionRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceBlockingStub
Updates existing function.
updateFunction(UpdateFunctionRequest) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceFutureStub
Updates existing function.
updateFunction(UpdateFunctionRequest, StreamObserver<Operation>) - Method in class com.google.cloud.functions.v2beta.FunctionServiceGrpc.FunctionServiceStub
Updates existing function.
B C D F G L N S U 
Skip navigation links

Copyright © 2024 Google LLC. All rights reserved.