Uses of Class
com.google.cloud.functions.v1.CloudFunction
-
Packages that use CloudFunction Package Description com.google.cloud.functions.v1 A client to Cloud Functions APIcom.google.cloud.functions.v1.stub -
-
Uses of CloudFunction in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return CloudFunction Modifier and Type Method Description CloudFunctionCloudFunction.Builder. build()CloudFunctionCloudFunction.Builder. buildPartial()static CloudFunctionCloudFunction. getDefaultInstance()CloudFunctionCloudFunction.Builder. getDefaultInstanceForType()CloudFunctionCloudFunction. getDefaultInstanceForType()CloudFunctionCloudFunctionsServiceClient. getFunction(CloudFunctionName name)Returns a function with the given name from the requested project.CloudFunctionCloudFunctionsServiceClient. getFunction(GetFunctionRequest request)Returns a function with the given name from the requested project.CloudFunctionCloudFunctionsServiceClient. getFunction(String name)Returns a function with the given name from the requested project.CloudFunctionCloudFunctionsServiceGrpc.CloudFunctionsServiceBlockingStub. getFunction(GetFunctionRequest request)Returns a function with the given name from the requested project.CloudFunctionCreateFunctionRequest.Builder. getFunction()Required.CloudFunctionCreateFunctionRequest. getFunction()Required.CloudFunctionCreateFunctionRequestOrBuilder. getFunction()Required.CloudFunctionUpdateFunctionRequest.Builder. getFunction()Required.CloudFunctionUpdateFunctionRequest. getFunction()Required.CloudFunctionUpdateFunctionRequestOrBuilder. getFunction()Required.CloudFunctionListFunctionsResponse.Builder. getFunctions(int index)The functions that match the request.CloudFunctionListFunctionsResponse. getFunctions(int index)The functions that match the request.CloudFunctionListFunctionsResponseOrBuilder. getFunctions(int index)The functions that match the request.static CloudFunctionCloudFunction. parseDelimitedFrom(InputStream input)static CloudFunctionCloudFunction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CloudFunctionCloudFunction. parseFrom(byte[] data)static CloudFunctionCloudFunction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CloudFunctionCloudFunction. parseFrom(com.google.protobuf.ByteString data)static CloudFunctionCloudFunction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CloudFunctionCloudFunction. parseFrom(com.google.protobuf.CodedInputStream input)static CloudFunctionCloudFunction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CloudFunctionCloudFunction. parseFrom(InputStream input)static CloudFunctionCloudFunction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CloudFunctionCloudFunction. parseFrom(ByteBuffer data)static CloudFunctionCloudFunction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.functions.v1 that return types with arguments of type CloudFunction Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<CloudFunction,OperationMetadataV1>CloudFunctionsServiceClient. createFunctionAsync(CreateFunctionRequest request)Creates a new function.com.google.api.gax.longrunning.OperationFuture<CloudFunction,OperationMetadataV1>CloudFunctionsServiceClient. createFunctionAsync(LocationName location, CloudFunction function)Creates a new function.com.google.api.gax.longrunning.OperationFuture<CloudFunction,OperationMetadataV1>CloudFunctionsServiceClient. createFunctionAsync(String location, CloudFunction function)Creates a new function.com.google.api.gax.rpc.OperationCallable<CreateFunctionRequest,CloudFunction,OperationMetadataV1>CloudFunctionsServiceClient. createFunctionOperationCallable()Creates a new function.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFunctionRequest,CloudFunction,OperationMetadataV1>CloudFunctionsServiceSettings.Builder. createFunctionOperationSettings()Returns the builder for the settings used for calls to createFunction.com.google.api.gax.rpc.OperationCallSettings<CreateFunctionRequest,CloudFunction,OperationMetadataV1>CloudFunctionsServiceSettings. createFunctionOperationSettings()Returns the object with the settings used for calls to createFunction.com.google.common.util.concurrent.ListenableFuture<CloudFunction>CloudFunctionsServiceGrpc.CloudFunctionsServiceFutureStub. getFunction(GetFunctionRequest request)Returns a function with the given name from the requested project.com.google.api.gax.rpc.UnaryCallable<GetFunctionRequest,CloudFunction>CloudFunctionsServiceClient. getFunctionCallable()Returns a function with the given name from the requested project.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFunctionRequest,CloudFunction>CloudFunctionsServiceSettings.Builder. getFunctionSettings()Returns the builder for the settings used for calls to getFunction.com.google.api.gax.rpc.UnaryCallSettings<GetFunctionRequest,CloudFunction>CloudFunctionsServiceSettings. getFunctionSettings()Returns the object with the settings used for calls to getFunction.List<CloudFunction>ListFunctionsResponse.Builder. getFunctionsList()The functions that match the request.List<CloudFunction>ListFunctionsResponse. getFunctionsList()The functions that match the request.List<CloudFunction>ListFunctionsResponseOrBuilder. getFunctionsList()The functions that match the request.static io.grpc.MethodDescriptor<GetFunctionRequest,CloudFunction>CloudFunctionsServiceGrpc. getGetFunctionMethod()com.google.protobuf.Parser<CloudFunction>CloudFunction. getParserForType()static com.google.protobuf.Parser<CloudFunction>CloudFunction. parser()com.google.api.gax.longrunning.OperationFuture<CloudFunction,OperationMetadataV1>CloudFunctionsServiceClient. updateFunctionAsync(CloudFunction function)Updates existing function.com.google.api.gax.longrunning.OperationFuture<CloudFunction,OperationMetadataV1>CloudFunctionsServiceClient. updateFunctionAsync(UpdateFunctionRequest request)Updates existing function.com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>CloudFunctionsServiceClient. updateFunctionOperationCallable()Updates existing function.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>CloudFunctionsServiceSettings.Builder. updateFunctionOperationSettings()Returns the builder for the settings used for calls to updateFunction.com.google.api.gax.rpc.OperationCallSettings<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>CloudFunctionsServiceSettings. updateFunctionOperationSettings()Returns the object with the settings used for calls to updateFunction.Methods in com.google.cloud.functions.v1 with parameters of type CloudFunction Modifier and Type Method Description ListFunctionsResponse.BuilderListFunctionsResponse.Builder. addFunctions(int index, CloudFunction value)The functions that match the request.ListFunctionsResponse.BuilderListFunctionsResponse.Builder. addFunctions(CloudFunction value)The functions that match the request.com.google.api.gax.longrunning.OperationFuture<CloudFunction,OperationMetadataV1>CloudFunctionsServiceClient. createFunctionAsync(LocationName location, CloudFunction function)Creates a new function.com.google.api.gax.longrunning.OperationFuture<CloudFunction,OperationMetadataV1>CloudFunctionsServiceClient. createFunctionAsync(String location, CloudFunction function)Creates a new function.CloudFunction.BuilderCloudFunction.Builder. mergeFrom(CloudFunction other)CreateFunctionRequest.BuilderCreateFunctionRequest.Builder. mergeFunction(CloudFunction value)Required.UpdateFunctionRequest.BuilderUpdateFunctionRequest.Builder. mergeFunction(CloudFunction value)Required.static CloudFunction.BuilderCloudFunction. newBuilder(CloudFunction prototype)CreateFunctionRequest.BuilderCreateFunctionRequest.Builder. setFunction(CloudFunction value)Required.UpdateFunctionRequest.BuilderUpdateFunctionRequest.Builder. setFunction(CloudFunction value)Required.ListFunctionsResponse.BuilderListFunctionsResponse.Builder. setFunctions(int index, CloudFunction value)The functions that match the request.com.google.api.gax.longrunning.OperationFuture<CloudFunction,OperationMetadataV1>CloudFunctionsServiceClient. updateFunctionAsync(CloudFunction function)Updates existing function.Method parameters in com.google.cloud.functions.v1 with type arguments of type CloudFunction Modifier and Type Method Description ListFunctionsResponse.BuilderListFunctionsResponse.Builder. addAllFunctions(Iterable<? extends CloudFunction> values)The functions that match the request.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)protected CloudFunctionsServiceClient.ListFunctionsPageCloudFunctionsServiceClient.ListFunctionsPage. createPage(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,CloudFunction> context, ListFunctionsResponse response)com.google.api.core.ApiFuture<CloudFunctionsServiceClient.ListFunctionsPage>CloudFunctionsServiceClient.ListFunctionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFunctionsRequest,ListFunctionsResponse,CloudFunction> context, com.google.api.core.ApiFuture<ListFunctionsResponse> futureResponse)default voidCloudFunctionsServiceGrpc.AsyncService. getFunction(GetFunctionRequest request, io.grpc.stub.StreamObserver<CloudFunction> responseObserver)Returns a function with the given name from the requested project.voidCloudFunctionsServiceGrpc.CloudFunctionsServiceStub. getFunction(GetFunctionRequest request, io.grpc.stub.StreamObserver<CloudFunction> responseObserver)Returns a function with the given name from the requested project. -
Uses of CloudFunction in com.google.cloud.functions.v1.stub
Methods in com.google.cloud.functions.v1.stub that return types with arguments of type CloudFunction Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateFunctionRequest,CloudFunction,OperationMetadataV1>CloudFunctionsServiceStub. createFunctionOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateFunctionRequest,CloudFunction,OperationMetadataV1>GrpcCloudFunctionsServiceStub. createFunctionOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateFunctionRequest,CloudFunction,OperationMetadataV1>HttpJsonCloudFunctionsServiceStub. createFunctionOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFunctionRequest,CloudFunction,OperationMetadataV1>CloudFunctionsServiceStubSettings.Builder. createFunctionOperationSettings()Returns the builder for the settings used for calls to createFunction.com.google.api.gax.rpc.OperationCallSettings<CreateFunctionRequest,CloudFunction,OperationMetadataV1>CloudFunctionsServiceStubSettings. createFunctionOperationSettings()Returns the object with the settings used for calls to createFunction.com.google.api.gax.rpc.UnaryCallable<GetFunctionRequest,CloudFunction>CloudFunctionsServiceStub. getFunctionCallable()com.google.api.gax.rpc.UnaryCallable<GetFunctionRequest,CloudFunction>GrpcCloudFunctionsServiceStub. getFunctionCallable()com.google.api.gax.rpc.UnaryCallable<GetFunctionRequest,CloudFunction>HttpJsonCloudFunctionsServiceStub. getFunctionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFunctionRequest,CloudFunction>CloudFunctionsServiceStubSettings.Builder. getFunctionSettings()Returns the builder for the settings used for calls to getFunction.com.google.api.gax.rpc.UnaryCallSettings<GetFunctionRequest,CloudFunction>CloudFunctionsServiceStubSettings. getFunctionSettings()Returns the object with the settings used for calls to getFunction.com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>CloudFunctionsServiceStub. updateFunctionOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>GrpcCloudFunctionsServiceStub. updateFunctionOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>HttpJsonCloudFunctionsServiceStub. updateFunctionOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>CloudFunctionsServiceStubSettings.Builder. updateFunctionOperationSettings()Returns the builder for the settings used for calls to updateFunction.com.google.api.gax.rpc.OperationCallSettings<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>CloudFunctionsServiceStubSettings. updateFunctionOperationSettings()Returns the object with the settings used for calls to updateFunction.
-