| Package | Description |
|---|---|
| com.google.cloud.resourcemanager |
A client to Google Cloud Resource Manager.
|
| 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.
|
static ProjectInfo.Builder |
ProjectInfo.builder(String id) |
abstract ProjectInfo.Builder |
ProjectInfo.Builder.clearLabels()
Clear the labels associated with this project.
|
abstract ProjectInfo.Builder |
ProjectInfo.Builder.labels(Map<String,String> labels)
Set the labels associated with this project.
|
abstract ProjectInfo.Builder |
ProjectInfo.Builder.name(String name)
Set the user-assigned name of the project.
|
abstract ProjectInfo.Builder |
ProjectInfo.Builder.projectId(String projectId)
Set the unique, user-assigned ID of the project.
|
abstract ProjectInfo.Builder |
ProjectInfo.Builder.removeLabel(String key)
Remove a label associated with this project.
|
ProjectInfo.Builder |
ProjectInfo.toBuilder() |
Copyright © 2016 Google. All rights reserved.