Google Cloud Platform Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:
==Project Location==
==Project Location==
==Default Project==
==Default Project==
The default [[#Project_ID|project ID]] can be obtained with <code>gcloud</code> as specified below, in the [[#Project_Operations|Operations]] section.
The default [[#Project_ID|project ID]] can be obtained with <code>gcloud</code> as specified below, in the [[#Project_Operations|Operations]] section. The default project is configured as <code>project</code> in <code>.config/gcloud/configurations/config_default</code>.
 
==Project Operations==
==Project Operations==
* [[GCP_Project_Operations#Get_Current_Project|Get the current project]]
* [[GCP_Project_Operations#Get_Current_Project|Get the current project]]

Revision as of 21:32, 24 August 2021

Internal

Project

https://cloud.google.com/storage/docs/key-terms#projects

A project consists of a set of users, a set of APIs and billing, authentication and monitoring setting for those API. A project has access to data in Cloud Storage.

Project Name

Project name can be changed after creation.

Project ID

Project number

Project Location

Default Project

The default project ID can be obtained with gcloud as specified below, in the Operations section. The default project is configured as project in .config/gcloud/configurations/config_default.

Project Operations

Resource

https://cloud.google.com/storage/docs/key-terms#resources

A resource is an entity within Google Cloud. For example, a project, a Google Storage bucket, are resources.

Resource Name

Each resource has a unique name that identifies it.

Labels

Cloud SDK

Google Cloud SDK