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 FunctionFunction.Builder. build()FunctionFunction.Builder. buildPartial()static FunctionFunction. getDefaultInstance()FunctionFunction.Builder. getDefaultInstanceForType()FunctionFunction. getDefaultInstanceForType()FunctionCreateFunctionRequest.Builder. getFunction()Required.FunctionCreateFunctionRequest. getFunction()Required.FunctionCreateFunctionRequestOrBuilder. getFunction()Required.FunctionFunctionServiceClient. getFunction(FunctionName name)Returns a function with the given name from the requested project.FunctionFunctionServiceClient. getFunction(GetFunctionRequest request)Returns a function with the given name from the requested project.FunctionFunctionServiceClient. getFunction(String name)Returns a function with the given name from the requested project.FunctionFunctionServiceGrpc.FunctionServiceBlockingStub. getFunction(GetFunctionRequest request)Returns a function with the given name from the requested project.FunctionUpdateFunctionRequest.Builder. getFunction()Required.FunctionUpdateFunctionRequest. getFunction()Required.FunctionUpdateFunctionRequestOrBuilder. getFunction()Required.FunctionListFunctionsResponse.Builder. getFunctions(int index)The functions that match the request.FunctionListFunctionsResponse. getFunctions(int index)The functions that match the request.FunctionListFunctionsResponseOrBuilder. getFunctions(int index)The functions that match the request.static FunctionFunction. parseDelimitedFrom(InputStream input)static FunctionFunction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FunctionFunction. parseFrom(byte[] data)static FunctionFunction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FunctionFunction. parseFrom(com.google.protobuf.ByteString data)static FunctionFunction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FunctionFunction. parseFrom(com.google.protobuf.CodedInputStream input)static FunctionFunction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FunctionFunction. parseFrom(InputStream input)static FunctionFunction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FunctionFunction. parseFrom(ByteBuffer data)static FunctionFunction. 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.BuilderListFunctionsResponse.Builder. addFunctions(int index, Function value)The functions that match the request.ListFunctionsResponse.BuilderListFunctionsResponse.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.BuilderFunction.Builder. mergeFrom(Function other)CreateFunctionRequest.BuilderCreateFunctionRequest.Builder. mergeFunction(Function value)Required.UpdateFunctionRequest.BuilderUpdateFunctionRequest.Builder. mergeFunction(Function value)Required.static Function.BuilderFunction. newBuilder(Function prototype)CreateFunctionRequest.BuilderCreateFunctionRequest.Builder. setFunction(Function value)Required.UpdateFunctionRequest.BuilderUpdateFunctionRequest.Builder. setFunction(Function value)Required.ListFunctionsResponse.BuilderListFunctionsResponse.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.BuilderListFunctionsResponse.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.ListFunctionsPageFunctionServiceClient.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 voidFunctionServiceGrpc.AsyncService. getFunction(GetFunctionRequest request, io.grpc.stub.StreamObserver<Function> responseObserver)Returns a function with the given name from the requested project.voidFunctionServiceGrpc.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.
-