Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Project |
Project.clone() |
Project |
Project.set(String fieldName,
Object value) |
Project |
Project.setCommonInstanceMetadata(Metadata commonInstanceMetadata)
Metadata key/value pairs available to all instances contained in this project.
|
Project |
Project.setCreationTimestamp(String creationTimestamp)
Creation timestamp in RFC3339 text format (output only).
|
Project |
Project.setDescription(String description)
An optional textual description of the resource.
|
Project |
Project.setId(BigInteger id)
Unique identifier for the resource; defined by the server (output only).
|
Project |
Project.setKind(String kind)
Type of the resource.
|
Project |
Project.setName(String name)
Name of the resource.
|
Project |
Project.setQuotas(List<Quota> quotas)
Quotas assigned to this project.
|
Project |
Project.setSelfLink(String selfLink)
Server defined URL for the resource (output only).
|