Uses of Class
com.google.cloud.functions.v2.Function
-
Packages that use Function Package Description com.google.cloud.functions.v2 A client to Cloud Functions APIcom.google.cloud.functions.v2.stub -
-
Uses of Function in com.google.cloud.functions.v2
Methods in com.google.cloud.functions.v2 that return Function Modifier and Type Method Description Function
Function.Builder. build()
Function
Function.Builder. buildPartial()
static Function
Function. getDefaultInstance()
Function
Function.Builder. getDefaultInstanceForType()
Function
Function. getDefaultInstanceForType()
Function
CreateFunctionRequest.Builder. getFunction()
Required.Function
CreateFunctionRequest. getFunction()
Required.Function
CreateFunctionRequestOrBuilder. getFunction()
Required.Function
FunctionServiceClient. getFunction(FunctionName name)
Returns a function with the given name from the requested project.Function
FunctionServiceClient. getFunction(GetFunctionRequest request)
Returns a function with the given name from the requested project.Function
FunctionServiceClient. getFunction(String name)
Returns a function with the given name from the requested project.Function
FunctionServiceGrpc.FunctionServiceBlockingStub. getFunction(GetFunctionRequest request)
Returns a function with the given name from the requested project.Function
UpdateFunctionRequest.Builder. getFunction()
Required.Function
UpdateFunctionRequest. getFunction()
Required.Function
UpdateFunctionRequestOrBuilder. getFunction()
Required.Function
ListFunctionsResponse.Builder. getFunctions(int index)
The functions that match the request.Function
ListFunctionsResponse. getFunctions(int index)
The functions that match the request.Function
ListFunctionsResponseOrBuilder. getFunctions(int index)
The functions that match the request.static Function
Function. parseDelimitedFrom(InputStream input)
static Function
Function. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Function
Function. parseFrom(byte[] data)
static Function
Function. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Function
Function. parseFrom(com.google.protobuf.ByteString data)
static Function
Function. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Function
Function. parseFrom(com.google.protobuf.CodedInputStream input)
static Function
Function. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Function
Function. parseFrom(InputStream input)
static Function
Function. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Function
Function. parseFrom(ByteBuffer data)
static Function
Function. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v2 that return types with arguments of type Function Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. createFunctionAsync(CreateFunctionRequest request)
Creates a new function.com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. createFunctionAsync(LocationName parent, Function function, String functionId)
Creates a new function.com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. createFunctionAsync(String parent, Function function, String functionId)
Creates a new function.com.google.api.gax.rpc.OperationCallable<CreateFunctionRequest,Function,OperationMetadata>
FunctionServiceClient. createFunctionOperationCallable()
Creates a new function.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFunctionRequest,Function,OperationMetadata>
FunctionServiceSettings.Builder. createFunctionOperationSettings()
Returns the builder for the settings used for calls to createFunction.com.google.api.gax.rpc.OperationCallSettings<CreateFunctionRequest,Function,OperationMetadata>
FunctionServiceSettings. createFunctionOperationSettings()
Returns the object with the settings used for calls to createFunction.com.google.common.util.concurrent.ListenableFuture<Function>
FunctionServiceGrpc.FunctionServiceFutureStub. getFunction(GetFunctionRequest request)
Returns a function with the given name from the requested project.com.google.api.gax.rpc.UnaryCallable<GetFunctionRequest,Function>
FunctionServiceClient. getFunctionCallable()
Returns a function with the given name from the requested project.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFunctionRequest,Function>
FunctionServiceSettings.Builder. getFunctionSettings()
Returns the builder for the settings used for calls to getFunction.com.google.api.gax.rpc.UnaryCallSettings<GetFunctionRequest,Function>
FunctionServiceSettings. getFunctionSettings()
Returns the object with the settings used for calls to getFunction.List<Function>
ListFunctionsResponse.Builder. getFunctionsList()
The functions that match the request.List<Function>
ListFunctionsResponse. getFunctionsList()
The functions that match the request.List<Function>
ListFunctionsResponseOrBuilder. getFunctionsList()
The functions that match the request.static io.grpc.MethodDescriptor<GetFunctionRequest,Function>
FunctionServiceGrpc. getGetFunctionMethod()
com.google.protobuf.Parser<Function>
Function. getParserForType()
static com.google.protobuf.Parser<Function>
Function. parser()
com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. updateFunctionAsync(Function function, com.google.protobuf.FieldMask updateMask)
Updates existing function.com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. updateFunctionAsync(UpdateFunctionRequest request)
Updates existing function.com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,Function,OperationMetadata>
FunctionServiceClient. updateFunctionOperationCallable()
Updates existing function.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFunctionRequest,Function,OperationMetadata>
FunctionServiceSettings.Builder. updateFunctionOperationSettings()
Returns the builder for the settings used for calls to updateFunction.com.google.api.gax.rpc.OperationCallSettings<UpdateFunctionRequest,Function,OperationMetadata>
FunctionServiceSettings. updateFunctionOperationSettings()
Returns the object with the settings used for calls to updateFunction.Methods in com.google.cloud.functions.v2 with parameters of type Function Modifier and Type Method Description ListFunctionsResponse.Builder
ListFunctionsResponse.Builder. addFunctions(int index, Function value)
The functions that match the request.ListFunctionsResponse.Builder
ListFunctionsResponse.Builder. addFunctions(Function value)
The functions that match the request.com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. createFunctionAsync(LocationName parent, Function function, String functionId)
Creates a new function.com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. createFunctionAsync(String parent, Function function, String functionId)
Creates a new function.Function.Builder
Function.Builder. mergeFrom(Function other)
CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. mergeFunction(Function value)
Required.UpdateFunctionRequest.Builder
UpdateFunctionRequest.Builder. mergeFunction(Function value)
Required.static Function.Builder
Function. newBuilder(Function prototype)
CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. setFunction(Function value)
Required.UpdateFunctionRequest.Builder
UpdateFunctionRequest.Builder. setFunction(Function value)
Required.ListFunctionsResponse.Builder
ListFunctionsResponse.Builder. setFunctions(int index, Function value)
The functions that match the request.com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. updateFunctionAsync(Function function, com.google.protobuf.FieldMask updateMask)
Updates existing function.Method parameters in com.google.cloud.functions.v2 with type arguments of type Function Modifier and Type Method Description ListFunctionsResponse.Builder
ListFunctionsResponse.Builder. addAllFunctions(Iterable<? extends Function> values)
The functions that match the request.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)
protected FunctionServiceClient.ListFunctionsPage
FunctionServiceClient.ListFunctionsPage. createPage(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, ListFunctionsResponse response)
com.google.api.core.ApiFuture<FunctionServiceClient.ListFunctionsPage>
FunctionServiceClient.ListFunctionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,Function> context, com.google.api.core.ApiFuture<ListFunctionsResponse> futureResponse)
default void
FunctionServiceGrpc.AsyncService. getFunction(GetFunctionRequest request, io.grpc.stub.StreamObserver<Function> responseObserver)
Returns a function with the given name from the requested project.void
FunctionServiceGrpc.FunctionServiceStub. getFunction(GetFunctionRequest request, io.grpc.stub.StreamObserver<Function> responseObserver)
Returns a function with the given name from the requested project. -
Uses of Function in com.google.cloud.functions.v2.stub
Methods in com.google.cloud.functions.v2.stub that return types with arguments of type Function Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateFunctionRequest,Function,OperationMetadata>
FunctionServiceStub. createFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateFunctionRequest,Function,OperationMetadata>
GrpcFunctionServiceStub. createFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateFunctionRequest,Function,OperationMetadata>
HttpJsonFunctionServiceStub. createFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFunctionRequest,Function,OperationMetadata>
FunctionServiceStubSettings.Builder. createFunctionOperationSettings()
Returns the builder for the settings used for calls to createFunction.com.google.api.gax.rpc.OperationCallSettings<CreateFunctionRequest,Function,OperationMetadata>
FunctionServiceStubSettings. createFunctionOperationSettings()
Returns the object with the settings used for calls to createFunction.com.google.api.gax.rpc.UnaryCallable<GetFunctionRequest,Function>
FunctionServiceStub. getFunctionCallable()
com.google.api.gax.rpc.UnaryCallable<GetFunctionRequest,Function>
GrpcFunctionServiceStub. getFunctionCallable()
com.google.api.gax.rpc.UnaryCallable<GetFunctionRequest,Function>
HttpJsonFunctionServiceStub. getFunctionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFunctionRequest,Function>
FunctionServiceStubSettings.Builder. getFunctionSettings()
Returns the builder for the settings used for calls to getFunction.com.google.api.gax.rpc.UnaryCallSettings<GetFunctionRequest,Function>
FunctionServiceStubSettings. getFunctionSettings()
Returns the object with the settings used for calls to getFunction.com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,Function,OperationMetadata>
FunctionServiceStub. updateFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,Function,OperationMetadata>
GrpcFunctionServiceStub. updateFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,Function,OperationMetadata>
HttpJsonFunctionServiceStub. updateFunctionOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFunctionRequest,Function,OperationMetadata>
FunctionServiceStubSettings.Builder. updateFunctionOperationSettings()
Returns the builder for the settings used for calls to updateFunction.com.google.api.gax.rpc.OperationCallSettings<UpdateFunctionRequest,Function,OperationMetadata>
FunctionServiceStubSettings. updateFunctionOperationSettings()
Returns the object with the settings used for calls to updateFunction.
-