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 CloudFunction
CloudFunction.Builder. build()
CloudFunction
CloudFunction.Builder. buildPartial()
static CloudFunction
CloudFunction. getDefaultInstance()
CloudFunction
CloudFunction.Builder. getDefaultInstanceForType()
CloudFunction
CloudFunction. getDefaultInstanceForType()
CloudFunction
CloudFunctionsServiceClient. getFunction(CloudFunctionName name)
Returns a function with the given name from the requested project.CloudFunction
CloudFunctionsServiceClient. getFunction(GetFunctionRequest request)
Returns a function with the given name from the requested project.CloudFunction
CloudFunctionsServiceClient. getFunction(String name)
Returns a function with the given name from the requested project.CloudFunction
CloudFunctionsServiceGrpc.CloudFunctionsServiceBlockingStub. getFunction(GetFunctionRequest request)
Returns a function with the given name from the requested project.CloudFunction
CreateFunctionRequest.Builder. getFunction()
Required.CloudFunction
CreateFunctionRequest. getFunction()
Required.CloudFunction
CreateFunctionRequestOrBuilder. getFunction()
Required.CloudFunction
UpdateFunctionRequest.Builder. getFunction()
Required.CloudFunction
UpdateFunctionRequest. getFunction()
Required.CloudFunction
UpdateFunctionRequestOrBuilder. getFunction()
Required.CloudFunction
ListFunctionsResponse.Builder. getFunctions(int index)
The functions that match the request.CloudFunction
ListFunctionsResponse. getFunctions(int index)
The functions that match the request.CloudFunction
ListFunctionsResponseOrBuilder. getFunctions(int index)
The functions that match the request.static CloudFunction
CloudFunction. parseDelimitedFrom(InputStream input)
static CloudFunction
CloudFunction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudFunction
CloudFunction. parseFrom(byte[] data)
static CloudFunction
CloudFunction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudFunction
CloudFunction. parseFrom(com.google.protobuf.ByteString data)
static CloudFunction
CloudFunction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudFunction
CloudFunction. parseFrom(com.google.protobuf.CodedInputStream input)
static CloudFunction
CloudFunction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudFunction
CloudFunction. parseFrom(InputStream input)
static CloudFunction
CloudFunction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CloudFunction
CloudFunction. parseFrom(ByteBuffer data)
static CloudFunction
CloudFunction. 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.Builder
ListFunctionsResponse.Builder. addFunctions(int index, CloudFunction value)
The functions that match the request.ListFunctionsResponse.Builder
ListFunctionsResponse.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.Builder
CloudFunction.Builder. mergeFrom(CloudFunction other)
CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. mergeFunction(CloudFunction value)
Required.UpdateFunctionRequest.Builder
UpdateFunctionRequest.Builder. mergeFunction(CloudFunction value)
Required.static CloudFunction.Builder
CloudFunction. newBuilder(CloudFunction prototype)
CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. setFunction(CloudFunction value)
Required.UpdateFunctionRequest.Builder
UpdateFunctionRequest.Builder. setFunction(CloudFunction value)
Required.ListFunctionsResponse.Builder
ListFunctionsResponse.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.Builder
ListFunctionsResponse.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.ListFunctionsPage
CloudFunctionsServiceClient.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 void
CloudFunctionsServiceGrpc.AsyncService. getFunction(GetFunctionRequest request, io.grpc.stub.StreamObserver<CloudFunction> responseObserver)
Returns a function with the given name from the requested project.void
CloudFunctionsServiceGrpc.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.
-