Modifier and Type | Method and Description |
---|---|
Project.Builder |
addAllEnabledFeatures(List<String> enabledFeatures)
Restricted features enabled for use on this project.
|
Project.Builder |
addAllQuotas(List<Quota> quotas)
[Output Only] Quotas assigned to this project.
|
Project.Builder |
addEnabledFeatures(String enabledFeatures)
Restricted features enabled for use on this project.
|
Project.Builder |
addQuotas(Quota quotas)
[Output Only] Quotas assigned to this project.
|
Project |
build() |
Project.Builder |
clone() |
Metadata |
getCommonInstanceMetadata()
Metadata key/value pairs available to all instances contained in this project.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDefaultNetworkTier()
This signifies the default network tier used for configuring resources of the project and can
only take the following values: PREMIUM, STANDARD.
|
String |
getDefaultServiceAccount()
[Output Only] Default service account used by VMs running in this project.
|
String |
getDescription()
An optional textual description of the resource.
|
List<String> |
getEnabledFeaturesList()
Restricted features enabled for use on this project.
|
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
The project ID.
|
List<Quota> |
getQuotasList()
[Output Only] Quotas assigned to this project.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
UsageExportLocation |
getUsageExportLocation()
The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are
stored.
|
String |
getXpnProjectStatus()
[Output Only] The role this project has in a shared VPC configuration.
|
Project.Builder |
mergeFrom(Project other) |
Project.Builder |
setCommonInstanceMetadata(Metadata commonInstanceMetadata)
Metadata key/value pairs available to all instances contained in this project.
|
Project.Builder |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Project.Builder |
setDefaultNetworkTier(String defaultNetworkTier)
This signifies the default network tier used for configuring resources of the project and can
only take the following values: PREMIUM, STANDARD.
|
Project.Builder |
setDefaultServiceAccount(String defaultServiceAccount)
[Output Only] Default service account used by VMs running in this project.
|
Project.Builder |
setDescription(String description)
An optional textual description of the resource.
|
Project.Builder |
setId(String id)
[Output Only] The unique identifier for the resource.
|
Project.Builder |
setKind(String kind)
[Output Only] Type of the resource.
|
Project.Builder |
setName(String name)
The project ID.
|
Project.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Project.Builder |
setUsageExportLocation(UsageExportLocation usageExportLocation)
The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are
stored.
|
Project.Builder |
setXpnProjectStatus(String xpnProjectStatus)
[Output Only] The role this project has in a shared VPC configuration.
|
public Project.Builder mergeFrom(Project other)
public Metadata getCommonInstanceMetadata()
public Project.Builder setCommonInstanceMetadata(Metadata commonInstanceMetadata)
public String getCreationTimestamp()
public Project.Builder setCreationTimestamp(String creationTimestamp)
public String getDefaultNetworkTier()
public Project.Builder setDefaultNetworkTier(String defaultNetworkTier)
public String getDefaultServiceAccount()
public Project.Builder setDefaultServiceAccount(String defaultServiceAccount)
public String getDescription()
public Project.Builder setDescription(String description)
public List<String> getEnabledFeaturesList()
public Project.Builder addAllEnabledFeatures(List<String> enabledFeatures)
public Project.Builder addEnabledFeatures(String enabledFeatures)
public String getId()
public Project.Builder setId(String id)
public String getKind()
public Project.Builder setKind(String kind)
public String getName()
public Project.Builder setName(String name)
public Project.Builder addAllQuotas(List<Quota> quotas)
public Project.Builder addQuotas(Quota quotas)
public String getSelfLink()
public Project.Builder setSelfLink(String selfLink)
public UsageExportLocation getUsageExportLocation()
public Project.Builder setUsageExportLocation(UsageExportLocation usageExportLocation)
public String getXpnProjectStatus()
public Project.Builder setXpnProjectStatus(String xpnProjectStatus)
public Project build()
public Project.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.