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<MoveProjectMetadata> |
MoveProjectMetadata.getParserForType() |
OperationFuture<Project,MoveProjectMetadata> |
ProjectsClient.moveProjectAsync(MoveProjectRequest request)
Move a project to another place in your resource hierarchy, under a new resource parent.
|
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,MoveProjectMetadata> |
ProjectsClient.moveProjectAsync(String 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(String name,
String destinationParent)
Move a project to another place in your resource hierarchy, under a new resource parent.
|
OperationCallable<MoveProjectRequest,Project,MoveProjectMetadata> |
ProjectsClient.moveProjectOperationCallable()
Move a project to another place in your resource hierarchy, under a new resource parent.
|
OperationCallSettings<MoveProjectRequest,Project,MoveProjectMetadata> |
ProjectsSettings.moveProjectOperationSettings()
Returns the object with the settings used for calls to moveProject.
|
OperationCallSettings.Builder<MoveProjectRequest,Project,MoveProjectMetadata> |
ProjectsSettings.Builder.moveProjectOperationSettings()
Returns the builder for the settings used for calls to moveProject.
|
static Parser<MoveProjectMetadata> |
MoveProjectMetadata.parser() |
Modifier and Type | Method and Description |
---|---|
MoveProjectMetadata.Builder |
MoveProjectMetadata.Builder.mergeFrom(MoveProjectMetadata other) |
static MoveProjectMetadata.Builder |
MoveProjectMetadata.newBuilder(MoveProjectMetadata prototype) |
Modifier and Type | Method and Description |
---|---|
OperationCallable<MoveProjectRequest,Project,MoveProjectMetadata> |
GrpcProjectsStub.moveProjectOperationCallable() |
OperationCallable<MoveProjectRequest,Project,MoveProjectMetadata> |
ProjectsStub.moveProjectOperationCallable() |
OperationCallable<MoveProjectRequest,Project,MoveProjectMetadata> |
HttpJsonProjectsStub.moveProjectOperationCallable() |
OperationCallSettings<MoveProjectRequest,Project,MoveProjectMetadata> |
ProjectsStubSettings.moveProjectOperationSettings()
Returns the object with the settings used for calls to moveProject.
|
OperationCallSettings.Builder<MoveProjectRequest,Project,MoveProjectMetadata> |
ProjectsStubSettings.Builder.moveProjectOperationSettings()
Returns the builder for the settings used for calls to moveProject.
|
Copyright © 2022 Google LLC. All rights reserved.