Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Project.Builder |
Project.Builder.addAllEnabledFeatures(List<String> enabledFeatures)
Restricted features enabled for use on this project.
|
Project.Builder |
Project.Builder.addAllQuotas(List<Quota> quotas)
[Output Only] Quotas assigned to this project.
|
Project.Builder |
Project.Builder.addEnabledFeatures(String enabledFeatures)
Restricted features enabled for use on this project.
|
Project.Builder |
Project.Builder.addQuotas(Quota quotas)
[Output Only] Quotas assigned to this project.
|
Project.Builder |
Project.Builder.clone() |
Project.Builder |
Project.Builder.mergeFrom(Project other) |
static Project.Builder |
Project.newBuilder() |
static Project.Builder |
Project.newBuilder(Project prototype) |
Project.Builder |
Project.Builder.setCommonInstanceMetadata(Metadata commonInstanceMetadata)
Metadata key/value pairs available to all instances contained in this project.
|
Project.Builder |
Project.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Project.Builder |
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 |
Project.Builder.setDefaultServiceAccount(String defaultServiceAccount)
[Output Only] Default service account used by VMs running in this project.
|
Project.Builder |
Project.Builder.setDescription(String description)
An optional textual description of the resource.
|
Project.Builder |
Project.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
Project.Builder |
Project.Builder.setKind(String kind)
[Output Only] Type of the resource.
|
Project.Builder |
Project.Builder.setName(String name)
The project ID.
|
Project.Builder |
Project.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Project.Builder |
Project.Builder.setUsageExportLocation(UsageExportLocation usageExportLocation)
The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are
stored.
|
Project.Builder |
Project.Builder.setXpnProjectStatus(String xpnProjectStatus)
[Output Only] The role this project has in a shared VPC configuration.
|
Project.Builder |
Project.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.