Package | Description |
---|---|
com.google.cloud.resourcemanager.v3 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.resourcemanager.v3.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<DeleteProjectRequest,Operation> |
ProjectsClient.deleteProjectCallable()
Marks the project identified by the specified `name` (for example, `projects/415104041262`) for
deletion.
|
OperationCallable<DeleteProjectRequest,Project,DeleteProjectMetadata> |
ProjectsClient.deleteProjectOperationCallable()
Marks the project identified by the specified `name` (for example, `projects/415104041262`) for
deletion.
|
OperationCallSettings<DeleteProjectRequest,Project,DeleteProjectMetadata> |
ProjectsSettings.deleteProjectOperationSettings()
Returns the object with the settings used for calls to deleteProject.
|
OperationCallSettings.Builder<DeleteProjectRequest,Project,DeleteProjectMetadata> |
ProjectsSettings.Builder.deleteProjectOperationSettings()
Returns the builder for the settings used for calls to deleteProject.
|
UnaryCallSettings<DeleteProjectRequest,Operation> |
ProjectsSettings.deleteProjectSettings()
Returns the object with the settings used for calls to deleteProject.
|
UnaryCallSettings.Builder<DeleteProjectRequest,Operation> |
ProjectsSettings.Builder.deleteProjectSettings()
Returns the builder for the settings used for calls to deleteProject.
|
static MethodDescriptor<DeleteProjectRequest,Operation> |
ProjectsGrpc.getDeleteProjectMethod() |
Parser<DeleteProjectRequest> |
DeleteProjectRequest.getParserForType() |
static Parser<DeleteProjectRequest> |
DeleteProjectRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Operation |
ProjectsGrpc.ProjectsBlockingStub.deleteProject(DeleteProjectRequest request)
Marks the project identified by the specified
`name` (for example, `projects/415104041262`) for deletion.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
ProjectsGrpc.ProjectsFutureStub.deleteProject(DeleteProjectRequest request)
Marks the project identified by the specified
`name` (for example, `projects/415104041262`) for deletion.
|
void |
ProjectsGrpc.ProjectsImplBase.deleteProject(DeleteProjectRequest request,
StreamObserver<Operation> responseObserver)
Marks the project identified by the specified
`name` (for example, `projects/415104041262`) for deletion.
|
void |
ProjectsGrpc.ProjectsStub.deleteProject(DeleteProjectRequest request,
StreamObserver<Operation> responseObserver)
Marks the project identified by the specified
`name` (for example, `projects/415104041262`) for deletion.
|
OperationFuture<Project,DeleteProjectMetadata> |
ProjectsClient.deleteProjectAsync(DeleteProjectRequest request)
Marks the project identified by the specified `name` (for example, `projects/415104041262`) for
deletion.
|
DeleteProjectRequest.Builder |
DeleteProjectRequest.Builder.mergeFrom(DeleteProjectRequest other) |
static DeleteProjectRequest.Builder |
DeleteProjectRequest.newBuilder(DeleteProjectRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.