Package | Description |
---|---|
com.google.cloud.resourcemanager.v3 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ProjectName |
ProjectName.Builder.build() |
static ProjectName |
ProjectName.of(String project) |
static ProjectName |
ProjectName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ProjectName> |
ProjectName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
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`).
|
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.
|
OperationFuture<Project,MoveProjectMetadata> |
ProjectsClient.moveProjectAsync(ProjectName name,
String destinationParent)
Move a project to another place in your resource hierarchy, under a new resource parent.
|
OperationFuture<Project,UndeleteProjectMetadata> |
ProjectsClient.undeleteProjectAsync(ProjectName name)
Restores the project identified by the specified `name` (for example, `projects/415104041262`).
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ProjectName.toStringList(List<ProjectName> values) |
Copyright © 2022 Google LLC. All rights reserved.