Uses of Class
com.google.cloud.resourcemanager.v3.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager API -
-
Uses of ProjectName in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return ProjectName Modifier and Type Method Description ProjectName
ProjectName.Builder. build()
static ProjectName
ProjectName. of(String project)
static ProjectName
ProjectName. parse(String formattedString)
Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>
ProjectName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.resourcemanager.v3 with parameters of type ProjectName Modifier and Type Method Description 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`).Method parameters in com.google.cloud.resourcemanager.v3 with type arguments of type ProjectName Modifier and Type Method Description static List<String>
ProjectName. toStringList(List<ProjectName> values)
-