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 |
---|---|
Parser<UndeleteProjectRequest> |
UndeleteProjectRequest.getParserForType() |
static MethodDescriptor<UndeleteProjectRequest,Operation> |
ProjectsGrpc.getUndeleteProjectMethod() |
static Parser<UndeleteProjectRequest> |
UndeleteProjectRequest.parser() |
UnaryCallable<UndeleteProjectRequest,Operation> |
ProjectsClient.undeleteProjectCallable()
Restores the project identified by the specified `name` (for example, `projects/415104041262`).
|
OperationCallable<UndeleteProjectRequest,Project,UndeleteProjectMetadata> |
ProjectsClient.undeleteProjectOperationCallable()
Restores the project identified by the specified `name` (for example, `projects/415104041262`).
|
OperationCallSettings<UndeleteProjectRequest,Project,UndeleteProjectMetadata> |
ProjectsSettings.undeleteProjectOperationSettings()
Returns the object with the settings used for calls to undeleteProject.
|
OperationCallSettings.Builder<UndeleteProjectRequest,Project,UndeleteProjectMetadata> |
ProjectsSettings.Builder.undeleteProjectOperationSettings()
Returns the builder for the settings used for calls to undeleteProject.
|
UnaryCallSettings<UndeleteProjectRequest,Operation> |
ProjectsSettings.undeleteProjectSettings()
Returns the object with the settings used for calls to undeleteProject.
|
UnaryCallSettings.Builder<UndeleteProjectRequest,Operation> |
ProjectsSettings.Builder.undeleteProjectSettings()
Returns the builder for the settings used for calls to undeleteProject.
|
Modifier and Type | Method and Description |
---|---|
UndeleteProjectRequest.Builder |
UndeleteProjectRequest.Builder.mergeFrom(UndeleteProjectRequest other) |
static UndeleteProjectRequest.Builder |
UndeleteProjectRequest.newBuilder(UndeleteProjectRequest prototype) |
Operation |
ProjectsGrpc.ProjectsBlockingStub.undeleteProject(UndeleteProjectRequest request)
Restores the project identified by the specified
`name` (for example, `projects/415104041262`).
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
ProjectsGrpc.ProjectsFutureStub.undeleteProject(UndeleteProjectRequest request)
Restores the project identified by the specified
`name` (for example, `projects/415104041262`).
|
void |
ProjectsGrpc.ProjectsImplBase.undeleteProject(UndeleteProjectRequest request,
StreamObserver<Operation> responseObserver)
Restores the project identified by the specified
`name` (for example, `projects/415104041262`).
|
void |
ProjectsGrpc.ProjectsStub.undeleteProject(UndeleteProjectRequest request,
StreamObserver<Operation> responseObserver)
Restores the project identified by the specified
`name` (for example, `projects/415104041262`).
|
OperationFuture<Project,UndeleteProjectMetadata> |
ProjectsClient.undeleteProjectAsync(UndeleteProjectRequest request)
Restores the project identified by the specified `name` (for example, `projects/415104041262`).
|
Copyright © 2022 Google LLC. All rights reserved.