Uses of Class
com.google.cloud.functions.v2alpha.DeleteFunctionRequest
-
Packages that use DeleteFunctionRequest Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions APIcom.google.cloud.functions.v2alpha.stub -
-
Uses of DeleteFunctionRequest in com.google.cloud.functions.v2alpha
Methods in com.google.cloud.functions.v2alpha that return DeleteFunctionRequest Modifier and Type Method Description DeleteFunctionRequestDeleteFunctionRequest.Builder. build()DeleteFunctionRequestDeleteFunctionRequest.Builder. buildPartial()static DeleteFunctionRequestDeleteFunctionRequest. getDefaultInstance()DeleteFunctionRequestDeleteFunctionRequest.Builder. getDefaultInstanceForType()DeleteFunctionRequestDeleteFunctionRequest. getDefaultInstanceForType()static DeleteFunctionRequestDeleteFunctionRequest. parseDelimitedFrom(InputStream input)static DeleteFunctionRequestDeleteFunctionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFunctionRequestDeleteFunctionRequest. parseFrom(byte[] data)static DeleteFunctionRequestDeleteFunctionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFunctionRequestDeleteFunctionRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteFunctionRequestDeleteFunctionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFunctionRequestDeleteFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteFunctionRequestDeleteFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFunctionRequestDeleteFunctionRequest. parseFrom(InputStream input)static DeleteFunctionRequestDeleteFunctionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFunctionRequestDeleteFunctionRequest. parseFrom(ByteBuffer data)static DeleteFunctionRequestDeleteFunctionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.functions.v2alpha that return types with arguments of type DeleteFunctionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteFunctionRequest,com.google.longrunning.Operation>FunctionServiceClient. deleteFunctionCallable()Deletes a function with the given name from the specified project.com.google.api.gax.rpc.OperationCallable<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>FunctionServiceClient. deleteFunctionOperationCallable()Deletes a function with the given name from the specified project.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>FunctionServiceSettings.Builder. deleteFunctionOperationSettings()Returns the builder for the settings used for calls to deleteFunction.com.google.api.gax.rpc.OperationCallSettings<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>FunctionServiceSettings. deleteFunctionOperationSettings()Returns the object with the settings used for calls to deleteFunction.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFunctionRequest,com.google.longrunning.Operation>FunctionServiceSettings.Builder. deleteFunctionSettings()Returns the builder for the settings used for calls to deleteFunction.com.google.api.gax.rpc.UnaryCallSettings<DeleteFunctionRequest,com.google.longrunning.Operation>FunctionServiceSettings. deleteFunctionSettings()Returns the object with the settings used for calls to deleteFunction.static io.grpc.MethodDescriptor<DeleteFunctionRequest,com.google.longrunning.Operation>FunctionServiceGrpc. getDeleteFunctionMethod()com.google.protobuf.Parser<DeleteFunctionRequest>DeleteFunctionRequest. getParserForType()static com.google.protobuf.Parser<DeleteFunctionRequest>DeleteFunctionRequest. parser()Methods in com.google.cloud.functions.v2alpha with parameters of type DeleteFunctionRequest Modifier and Type Method Description default voidFunctionServiceGrpc.AsyncService. deleteFunction(DeleteFunctionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a function with the given name from the specified project.com.google.longrunning.OperationFunctionServiceGrpc.FunctionServiceBlockingStub. deleteFunction(DeleteFunctionRequest request)Deletes a function with the given name from the specified project.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>FunctionServiceGrpc.FunctionServiceFutureStub. deleteFunction(DeleteFunctionRequest request)Deletes a function with the given name from the specified project.voidFunctionServiceGrpc.FunctionServiceStub. deleteFunction(DeleteFunctionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a function with the given name from the specified project.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>FunctionServiceClient. deleteFunctionAsync(DeleteFunctionRequest request)Deletes a function with the given name from the specified project.DeleteFunctionRequest.BuilderDeleteFunctionRequest.Builder. mergeFrom(DeleteFunctionRequest other)static DeleteFunctionRequest.BuilderDeleteFunctionRequest. newBuilder(DeleteFunctionRequest prototype) -
Uses of DeleteFunctionRequest in com.google.cloud.functions.v2alpha.stub
Methods in com.google.cloud.functions.v2alpha.stub that return types with arguments of type DeleteFunctionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteFunctionRequest,com.google.longrunning.Operation>FunctionServiceStub. deleteFunctionCallable()com.google.api.gax.rpc.UnaryCallable<DeleteFunctionRequest,com.google.longrunning.Operation>GrpcFunctionServiceStub. deleteFunctionCallable()com.google.api.gax.rpc.UnaryCallable<DeleteFunctionRequest,com.google.longrunning.Operation>HttpJsonFunctionServiceStub. deleteFunctionCallable()com.google.api.gax.rpc.OperationCallable<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>FunctionServiceStub. deleteFunctionOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>GrpcFunctionServiceStub. deleteFunctionOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>HttpJsonFunctionServiceStub. deleteFunctionOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>FunctionServiceStubSettings.Builder. deleteFunctionOperationSettings()Returns the builder for the settings used for calls to deleteFunction.com.google.api.gax.rpc.OperationCallSettings<DeleteFunctionRequest,com.google.protobuf.Empty,OperationMetadata>FunctionServiceStubSettings. deleteFunctionOperationSettings()Returns the object with the settings used for calls to deleteFunction.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFunctionRequest,com.google.longrunning.Operation>FunctionServiceStubSettings.Builder. deleteFunctionSettings()Returns the builder for the settings used for calls to deleteFunction.com.google.api.gax.rpc.UnaryCallSettings<DeleteFunctionRequest,com.google.longrunning.Operation>FunctionServiceStubSettings. deleteFunctionSettings()Returns the object with the settings used for calls to deleteFunction.
-