Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Project |
Project.clone() |
Project |
Project.set(java.lang.String fieldName,
java.lang.Object value) |
Project |
Project.setCommonInstanceMetadata(Metadata commonInstanceMetadata)
Metadata key/value pairs available to all instances contained in this project.
|
Project |
Project.setCreationTimestamp(java.lang.String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Project |
Project.setDescription(java.lang.String description)
An optional textual description of the resource.
|
Project |
Project.setId(java.math.BigInteger id)
[Output Only] Unique identifier for the resource; defined by the server.
|
Project |
Project.setKind(java.lang.String kind)
[Output Only] Type of the resource.
|
Project |
Project.setName(java.lang.String name)
Name of the resource.
|
Project |
Project.setQuotas(java.util.List<Quota> quotas)
[Output Only] Quotas assigned to this project.
|
Project |
Project.setSelfLink(java.lang.String selfLink)
[Output Only] Server defined URL for the resource.
|
Project |
Project.setUsageExportLocation(UsageExportLocation usageExportLocation)
The location in Cloud Storage and naming method of the daily usage report.
|