View Source GoogleApi.CloudResourceManager.V1.Model.Project (google_api_cloud_resource_manager v0.44.0)
A Project is a high-level Google Cloud Platform entity. It is a container for ACLs, APIs, App Engine Apps, VMs, and other Google Cloud Platform resources.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Creation time. Read-only. -
labels
(type:map()
, default:nil
) - The labels associated with this Project. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: a-z{0,62}. Label values must be between 0 and 63 characters long and must conform to the regular expression [a-z0-9_-]{0,63}. A label value can be empty. No more than 256 labels can be associated with a given resource. Clients should store labels in a representation such as JSON that does not depend on specific characters being disallowed. Example: "environment" : "dev" Read-write. -
lifecycleState
(type:String.t
, default:nil
) - The Project lifecycle state. Read-only. -
name
(type:String.t
, default:nil
) - The optional user-assigned display name of the Project. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example:My Project
Read-write. -
parent
(type:GoogleApi.CloudResourceManager.V1.Model.ResourceId.t
, default:nil
) - An optional reference to a parent Resource. Supported parent types include "organization" and "folder". Once set, the parent cannot be cleared. Theparent
can be set on creation or using theUpdateProject
method; the end user must have theresourcemanager.projects.create
permission on the parent. -
projectId
(type:String.t
, default:nil
) - The unique, user-assigned ID of the Project. It must be 6 to 30 lowercase letters, digits, or hyphens. It must start with a letter. Trailing hyphens are prohibited. Example:tokyo-rain-123
Read-only after creation. -
projectNumber
(type:String.t
, default:nil
) - The number uniquely identifying the project. Example:415104041262
Read-only. -
tags
(type:map()
, default:nil
) - Optional. Input only. Immutable. Tag keys/values directly bound to this project. Each item in the map must be expressed as " : ". For example: "123/environment" : "production", "123/costCenter" : "marketing" Note: Currently this field is in Preview.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudResourceManager.V1.Model.Project{ createTime: DateTime.t() | nil, labels: map() | nil, lifecycleState: String.t() | nil, name: String.t() | nil, parent: GoogleApi.CloudResourceManager.V1.Model.ResourceId.t() | nil, projectId: String.t() | nil, projectNumber: String.t() | nil, tags: map() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.