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 |
---|---|
Operation |
ProjectsGrpc.ProjectsBlockingStub.createProject(CreateProjectRequest request)
Request that a new project be created.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
ProjectsGrpc.ProjectsFutureStub.createProject(CreateProjectRequest request)
Request that a new project be created.
|
void |
ProjectsGrpc.ProjectsImplBase.createProject(CreateProjectRequest request,
StreamObserver<Operation> responseObserver)
Request that a new project be created.
|
void |
ProjectsGrpc.ProjectsStub.createProject(CreateProjectRequest request,
StreamObserver<Operation> responseObserver)
Request that a new project be created.
|
OperationFuture<Project,CreateProjectMetadata> |
ProjectsClient.createProjectAsync(CreateProjectRequest request)
Request that a new project be created.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.mergeFrom(CreateProjectRequest other) |
static CreateProjectRequest.Builder |
CreateProjectRequest.newBuilder(CreateProjectRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.