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<UpdateProjectMetadata> |
UpdateProjectMetadata.getParserForType() |
static Parser<UpdateProjectMetadata> |
UpdateProjectMetadata.parser() |
OperationFuture<Project,UpdateProjectMetadata> |
ProjectsClient.updateProjectAsync(Project project,
FieldMask updateMask)
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`).
|
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.
|
Modifier and Type | Method and Description |
---|---|
UpdateProjectMetadata.Builder |
UpdateProjectMetadata.Builder.mergeFrom(UpdateProjectMetadata other) |
static UpdateProjectMetadata.Builder |
UpdateProjectMetadata.newBuilder(UpdateProjectMetadata prototype) |
Modifier and Type | Method and Description |
---|---|
OperationCallable<UpdateProjectRequest,Project,UpdateProjectMetadata> |
GrpcProjectsStub.updateProjectOperationCallable() |
OperationCallable<UpdateProjectRequest,Project,UpdateProjectMetadata> |
ProjectsStub.updateProjectOperationCallable() |
OperationCallable<UpdateProjectRequest,Project,UpdateProjectMetadata> |
HttpJsonProjectsStub.updateProjectOperationCallable() |
OperationCallSettings<UpdateProjectRequest,Project,UpdateProjectMetadata> |
ProjectsStubSettings.updateProjectOperationSettings()
Returns the object with the settings used for calls to updateProject.
|
OperationCallSettings.Builder<UpdateProjectRequest,Project,UpdateProjectMetadata> |
ProjectsStubSettings.Builder.updateProjectOperationSettings()
Returns the builder for the settings used for calls to updateProject.
|
Copyright © 2022 Google LLC. All rights reserved.