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 |
---|---|
static MethodDescriptor<MoveProjectRequest,Operation> |
ProjectsGrpc.getMoveProjectMethod() |
Parser<MoveProjectRequest> |
MoveProjectRequest.getParserForType() |
UnaryCallable<MoveProjectRequest,Operation> |
ProjectsClient.moveProjectCallable()
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.
|
UnaryCallSettings<MoveProjectRequest,Operation> |
ProjectsSettings.moveProjectSettings()
Returns the object with the settings used for calls to moveProject.
|
UnaryCallSettings.Builder<MoveProjectRequest,Operation> |
ProjectsSettings.Builder.moveProjectSettings()
Returns the builder for the settings used for calls to moveProject.
|
static Parser<MoveProjectRequest> |
MoveProjectRequest.parser() |
Modifier and Type | Method and Description |
---|---|
MoveProjectRequest.Builder |
MoveProjectRequest.Builder.mergeFrom(MoveProjectRequest other) |
Operation |
ProjectsGrpc.ProjectsBlockingStub.moveProject(MoveProjectRequest request)
Move a project to another place in your resource hierarchy, under a new
resource parent.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
ProjectsGrpc.ProjectsFutureStub.moveProject(MoveProjectRequest request)
Move a project to another place in your resource hierarchy, under a new
resource parent.
|
void |
ProjectsGrpc.ProjectsImplBase.moveProject(MoveProjectRequest request,
StreamObserver<Operation> responseObserver)
Move a project to another place in your resource hierarchy, under a new
resource parent.
|
void |
ProjectsGrpc.ProjectsStub.moveProject(MoveProjectRequest request,
StreamObserver<Operation> responseObserver)
Move a project to another place in your resource hierarchy, under a new
resource parent.
|
OperationFuture<Project,MoveProjectMetadata> |
ProjectsClient.moveProjectAsync(MoveProjectRequest request)
Move a project to another place in your resource hierarchy, under a new resource parent.
|
static MoveProjectRequest.Builder |
MoveProjectRequest.newBuilder(MoveProjectRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.