Project class
Represents a Project resource.
A project is used to organize resources in a Google Cloud Platform environment. For more information, read about the Resource Hierarchy. (== resource_for {$api_version}.projects ==)
Constructors
- Project()
- Project.fromJson(Map _json)
Properties
- commonInstanceMetadata ↔ Metadata
-
Metadata key/value pairs available to all instances contained in this
project. See Custom metadata for more information.
read / write
- creationTimestamp ↔ String
-
Output Only
Creation timestamp in RFC3339 text format.read / write - defaultNetworkTier ↔ String
-
This signifies the default network tier used for configuring resources of
the project and can only take the following values: PREMIUM, STANDARD.
Initially the default network tier is PREMIUM.
Possible string values are: [...]
read / write
- defaultServiceAccount ↔ String
-
Output Only
Default service account used by VMs running in this project.read / write - description ↔ String
-
An optional textual description of the resource.
read / write
-
enabledFeatures
↔ List<
String> -
Restricted features enabled for use on this project.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
Output Only
The unique identifier for the resource. This identifier is defined by the server. This is not the project ID, and is just a unique ID used by Compute Engine to identify resources.read / write - kind ↔ String
-
Output Only
Type of the resource. Always compute#project for projects.read / write - name ↔ String
-
The project ID. For example: my-example-project. Use the project ID to
make requests to Compute Engine.
read / write
-
quotas
↔ List<
Quota> -
Output Only
Quotas assigned to this project.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selfLink ↔ String
-
Output Only
Server-defined URL for the resource.read / write - usageExportLocation ↔ UsageExportLocation
-
The naming prefix for daily usage reports and the Google Cloud Storage
bucket where they are stored.
read / write
- xpnProjectStatus ↔ String
-
Output Only
The role this project has in a shared VPC configuration. Currently, only projects with the host role, which is specified by the value HOST, are differentiated. Possible string values are: [...]read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited