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<UndeleteProjectMetadata> |
UndeleteProjectMetadata.getParserForType() |
static Parser<UndeleteProjectMetadata> |
UndeleteProjectMetadata.parser() |
OperationFuture<Project,UndeleteProjectMetadata> |
ProjectsClient.undeleteProjectAsync(ProjectName name)
Restores the project identified by the specified `name` (for example, `projects/415104041262`).
|
OperationFuture<Project,UndeleteProjectMetadata> |
ProjectsClient.undeleteProjectAsync(String name)
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`).
|
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.
|
Modifier and Type | Method and Description |
---|---|
UndeleteProjectMetadata.Builder |
UndeleteProjectMetadata.Builder.mergeFrom(UndeleteProjectMetadata other) |
static UndeleteProjectMetadata.Builder |
UndeleteProjectMetadata.newBuilder(UndeleteProjectMetadata prototype) |
Modifier and Type | Method and Description |
---|---|
OperationCallable<UndeleteProjectRequest,Project,UndeleteProjectMetadata> |
GrpcProjectsStub.undeleteProjectOperationCallable() |
OperationCallable<UndeleteProjectRequest,Project,UndeleteProjectMetadata> |
ProjectsStub.undeleteProjectOperationCallable() |
OperationCallable<UndeleteProjectRequest,Project,UndeleteProjectMetadata> |
HttpJsonProjectsStub.undeleteProjectOperationCallable() |
OperationCallSettings<UndeleteProjectRequest,Project,UndeleteProjectMetadata> |
ProjectsStubSettings.undeleteProjectOperationSettings()
Returns the object with the settings used for calls to undeleteProject.
|
OperationCallSettings.Builder<UndeleteProjectRequest,Project,UndeleteProjectMetadata> |
ProjectsStubSettings.Builder.undeleteProjectOperationSettings()
Returns the builder for the settings used for calls to undeleteProject.
|
Copyright © 2022 Google LLC. All rights reserved.