- 1.55.0 (latest)
- 1.54.0
- 1.53.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.6
- 1.4.0
- 1.3.2
- 1.2.12
public abstract static class ProjectInfo.Builder
Builder for ProjectInfo
.
Constructors
Builder()
public Builder()
Methods
addLabel(String key, String value)
public abstract ProjectInfo.Builder addLabel(String key, String value)
Add a label associated with this project.
See #labels for label restrictions.
Parameters | |
---|---|
Name | Description |
key | String |
value | String |
Returns | |
---|---|
Type | Description |
ProjectInfo.Builder |
build()
public abstract ProjectInfo build()
Returns | |
---|---|
Type | Description |
ProjectInfo |
clearLabels()
public abstract ProjectInfo.Builder clearLabels()
Clear the labels associated with this project.
Returns | |
---|---|
Type | Description |
ProjectInfo.Builder |
removeLabel(String key)
public abstract ProjectInfo.Builder removeLabel(String key)
Remove a label associated with this project.
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
ProjectInfo.Builder |
setLabels(Map<String,String> labels)
public abstract ProjectInfo.Builder setLabels(Map<String,String> labels)
Set the labels associated with this project.
Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z?. Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?. No more than 256 labels can be associated with a given resource. This field can be changed after project creation.
Parameter | |
---|---|
Name | Description |
labels | Map<String,String> |
Returns | |
---|---|
Type | Description |
ProjectInfo.Builder |
setName(String name)
public abstract ProjectInfo.Builder setName(String name)
Set the user-assigned name of the project.
This field is optional and can remain unset. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. This field can be changed after project creation.
Parameter | |
---|---|
Name | Description |
name | String |
Returns | |
---|---|
Type | Description |
ProjectInfo.Builder |
setParent(ProjectInfo.ResourceId parent)
public abstract ProjectInfo.Builder setParent(ProjectInfo.ResourceId parent)
Parameter | |
---|---|
Name | Description |
parent | ProjectInfo.ResourceId |
Returns | |
---|---|
Type | Description |
ProjectInfo.Builder |
setProjectId(String projectId)
public abstract ProjectInfo.Builder setProjectId(String projectId)
Set the unique, user-assigned ID of the project.
The ID must be 6 to 30 lowercase letters, digits, or hyphens. It must start with a letter. Trailing hyphens are prohibited. This field cannot be changed after the server creates the project.
Parameter | |
---|---|
Name | Description |
projectId | String |
Returns | |
---|---|
Type | Description |
ProjectInfo.Builder |