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.setDefaultServiceAccount(java.lang.String defaultServiceAccount)
[Output Only] Default service account used by VMs running in this project.
|
Project |
Project.setDescription(java.lang.String description)
An optional textual description of the resource.
|
Project |
Project.setEnabledFeatures(java.util.List<java.lang.String> enabledFeatures)
Restricted features enabled for use on this project.
|
Project |
Project.setId(java.math.BigInteger id)
[Output Only] The unique identifier for the resource.
|
Project |
Project.setKind(java.lang.String kind)
[Output Only] Type of the resource.
|
Project |
Project.setName(java.lang.String name)
The project ID.
|
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 naming prefix for daily usage reports and the Google Cloud Storage bucket where they are
stored.
|