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<UpdateProjectRequest> |
UpdateProjectRequest.getParserForType() |
static MethodDescriptor<UpdateProjectRequest,Operation> |
ProjectsGrpc.getUpdateProjectMethod() |
static Parser<UpdateProjectRequest> |
UpdateProjectRequest.parser() |
UnaryCallable<UpdateProjectRequest,Operation> |
ProjectsClient.updateProjectCallable()
Updates the `display_name` and labels of the project identified by the specified `name` (for
example, `projects/415104041262`).
|
OperationCallable<UpdateProjectRequest,Project,UpdateProjectMetadata> |
ProjectsClient.updateProjectOperationCallable()
Updates the `display_name` and labels of the project identified by the specified `name` (for
example, `projects/415104041262`).
|
OperationCallSettings<UpdateProjectRequest,Project,UpdateProjectMetadata> |
ProjectsSettings.updateProjectOperationSettings()
Returns the object with the settings used for calls to updateProject.
|
OperationCallSettings.Builder<UpdateProjectRequest,Project,UpdateProjectMetadata> |
ProjectsSettings.Builder.updateProjectOperationSettings()
Returns the builder for the settings used for calls to updateProject.
|
UnaryCallSettings<UpdateProjectRequest,Operation> |
ProjectsSettings.updateProjectSettings()
Returns the object with the settings used for calls to updateProject.
|
UnaryCallSettings.Builder<UpdateProjectRequest,Operation> |
ProjectsSettings.Builder.updateProjectSettings()
Returns the builder for the settings used for calls to updateProject.
|
Modifier and Type | Method and Description |
---|---|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.mergeFrom(UpdateProjectRequest other) |
static UpdateProjectRequest.Builder |
UpdateProjectRequest.newBuilder(UpdateProjectRequest prototype) |
Operation |
ProjectsGrpc.ProjectsBlockingStub.updateProject(UpdateProjectRequest request)
Updates the `display_name` and labels of the project identified by the
specified `name` (for example, `projects/415104041262`).
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
ProjectsGrpc.ProjectsFutureStub.updateProject(UpdateProjectRequest request)
Updates the `display_name` and labels of the project identified by the
specified `name` (for example, `projects/415104041262`).
|
void |
ProjectsGrpc.ProjectsImplBase.updateProject(UpdateProjectRequest request,
StreamObserver<Operation> responseObserver)
Updates the `display_name` and labels of the project identified by the
specified `name` (for example, `projects/415104041262`).
|
void |
ProjectsGrpc.ProjectsStub.updateProject(UpdateProjectRequest request,
StreamObserver<Operation> responseObserver)
Updates the `display_name` and labels of the project identified by the
specified `name` (for example, `projects/415104041262`).
|
OperationFuture<Project,UpdateProjectMetadata> |
ProjectsClient.updateProjectAsync(UpdateProjectRequest request)
Updates the `display_name` and labels of the project identified by the specified `name` (for
example, `projects/415104041262`).
|
Copyright © 2022 Google LLC. All rights reserved.