com.google.api.gax.longrunning.OperationFuture<Project,DeleteProjectMetadata> |
ProjectsClient.deleteProjectAsync(ProjectName name) |
Marks the project identified by the specified `name` (for example, `projects/415104041262`) for
deletion.
|
Project |
ProjectsClient.getProject(ProjectName name) |
Retrieves the project identified by the specified `name` (for example,
`projects/415104041262`).
|
com.google.api.gax.longrunning.OperationFuture<Project,MoveProjectMetadata> |
ProjectsClient.moveProjectAsync(ProjectName name,
com.google.api.resourcenames.ResourceName destinationParent) |
Move a project to another place in your resource hierarchy, under a new resource parent.
|
com.google.api.gax.longrunning.OperationFuture<Project,MoveProjectMetadata> |
ProjectsClient.moveProjectAsync(ProjectName name,
String destinationParent) |
Move a project to another place in your resource hierarchy, under a new resource parent.
|
com.google.api.gax.longrunning.OperationFuture<Project,UndeleteProjectMetadata> |
ProjectsClient.undeleteProjectAsync(ProjectName name) |
Restores the project identified by the specified `name` (for example, `projects/415104041262`).
|