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) |
Deprecated.
|
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() |
Deprecated.
|