Package | Description |
---|---|
com.google.cloud.resourcemanager |
A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource
containers.
|
Modifier and Type | Class and Description |
---|---|
static class |
Project.Builder
Builder for
Project . |
Modifier and Type | Method and Description |
---|---|
abstract ProjectInfo.Builder |
ProjectInfo.Builder.addLabel(String key,
String value)
Add a label associated with this project.
|
abstract ProjectInfo.Builder |
ProjectInfo.Builder.clearLabels()
Clear the labels associated with this project.
|
static ProjectInfo.Builder |
ProjectInfo.newBuilder(String id) |
abstract ProjectInfo.Builder |
ProjectInfo.Builder.removeLabel(String key)
Remove a label associated with this project.
|
abstract ProjectInfo.Builder |
ProjectInfo.Builder.setLabels(Map<String,String> labels)
Set the labels associated with this project.
|
abstract ProjectInfo.Builder |
ProjectInfo.Builder.setName(String name)
Set the user-assigned name of the project.
|
abstract ProjectInfo.Builder |
ProjectInfo.Builder.setParent(ProjectInfo.ResourceId parent) |
abstract ProjectInfo.Builder |
ProjectInfo.Builder.setProjectId(String projectId)
Set the unique, user-assigned ID of the project.
|
ProjectInfo.Builder |
ProjectInfo.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.