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.

Constructors

Project({String? cloudArmorTier, Metadata? commonInstanceMetadata, String? creationTimestamp, String? defaultNetworkTier, String? defaultServiceAccount, String? description, List<String>? enabledFeatures, String? id, String? kind, String? name, List<Quota>? quotas, String? selfLink, UsageExportLocation? usageExportLocation, String? vmDnsSetting, String? xpnProjectStatus})
Project.fromJson(Map json_)

Properties

cloudArmorTier String?
The Cloud Armor tier for this project.
getter/setter pair
commonInstanceMetadata Metadata?
Metadata key/value pairs available to all instances contained in this project.
getter/setter pair
creationTimestamp String?
Creation timestamp in RFC3339 text format.
getter/setter pair
defaultNetworkTier String?
This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD.
getter/setter pair
defaultServiceAccount String?
Default service account used by VMs running in this project.
getter/setter pair
description String?
An optional textual description of the resource.
getter/setter pair
enabledFeatures List<String>?
Restricted features enabled for use on this project.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for the resource.
getter/setter pair
kind String?
Type of the resource.
getter/setter pair
name String?
The project ID.
getter/setter pair
quotas List<Quota>?
Quotas assigned to this project.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Server-defined URL for the resource.
getter/setter pair
usageExportLocation UsageExportLocation?
The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
getter/setter pair
vmDnsSetting String?
Default internal DNS setting used by VMs running in this project.
getter/setter pair
xpnProjectStatus String?
The role this project has in a shared VPC configuration.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited