Configurar seu projeto do Google Cloud
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Neste guia, mostramos como configurar seu projeto do Google Cloud antes de usar as APIs da Plataforma Google Maps. Talvez você tenha concluído algumas dessas etapas na página Introdução à Plataforma Google Maps, mas este documento dá mais instruções úteis para gerenciar seus projetos.
Criar um projeto
Se quiser usar a Plataforma Google Maps, você precisará ter um projeto para gerenciar serviços, credenciais, faturamento, APIs e SDKs.
A configuração de faturamento é exigida em todos os projetos, mas a cobrança só será feita se um projeto exceder a cota de serviços sem custo financeiro.
Para criar um projeto do Cloud com o faturamento ativado, faça o seguinte:
Console
-
Crie um projeto do Google Cloud no console do Cloud:
Criar um projeto
-
Na página Novo projeto, preencha as informações necessárias:
-
Nome do projeto: aceite o padrão ou insira um nome personalizado.
Você pode mudar o nome do projeto a qualquer momento. Para mais informações, consulte Identificar projetos.
-
ID do projeto: aceite o padrão ou clique em EDITAR para inserir um ID personalizado que as APIs do Google usam como identificador exclusivo do seu projeto.
Depois de criar o projeto, não será possível mudar o ID. Portanto, escolha um ID que você poderá usar durante todo o projeto. Não inclua informações sensíveis no ID do projeto.
-
Conta de faturamento: selecione uma conta de faturamento para o projeto. Se não tiver criado uma conta de faturamento ou só tiver uma conta desse tipo, você não encontrará essa opção.
Você precisa ser gerente da conta de faturamento ou gerente de faturamento do projeto para associá-lo a uma conta desse tipo. Para mais informações, consulte a documentação de controle de acesso do faturamento.
-
Local: se você quiser vincular um projeto a uma organização, clique em Procurar e selecione-a. Caso contrário, escolha "Sem organização".
Para mais informações, consulte Como criar e gerenciar pastas e Relações entre organizações, projetos e contas de faturamento.
Selecione Criar.
Ativar faturamento
Para implantar seus apps, ative o faturamento. Sua conta não vai receber cobranças se você continuar usando a cota mensal.
Se o aplicativo precisar de recursos que excedam a cota mensal, vamos cobrar você pelo uso extra.
Se você tiver uma conta de faturamento ao criar um projeto do Cloud, o faturamento dele será ativado automaticamente.
Para ativar o faturamento de um projeto do Cloud:
- No console do Cloud, acesse a página "Faturamento":
Acessar a página "Faturamento"
- Selecione ou crie um projeto do Cloud.
- Se existir uma conta de faturamento ou se o projeto do Cloud selecionado estiver associado a uma conta, a página "Faturamento" exibirá uma destas opções:
- Caso o faturamento já esteja ativado para o projeto do Cloud escolhido, os detalhes sobre a conta de faturamento vão aparecer.
- Se não houver uma conta de faturamento, vamos pedir para você criar e associar uma ao projeto do Cloud selecionado.
- Se uma conta de faturamento existir e o projeto do Cloud escolhido ainda não estiver associado a ela, você vai precisar ativar o faturamento. Se preferir, selecione Cancelar
e depois Criar conta para criar e associar uma nova conta de faturamento.
Após a ativação do faturamento, não haverá um valor-limite para as cobranças. Para ter mais controle sobre seus custos, crie um orçamento e defina alertas. Confira mais informações em Faturamento.
Ativar APIs
SDK do Cloud
Antes de usar o comando abaixo, substitua o seguinte:
-
RESOURCE_TYPE com o tipo de recurso em que você quer criar um agente de serviço. Use
project
, folder
ou organization
.
-
RESOURCE_ID com o ID do projeto, da pasta ou da organização do Google Cloud para que você quer criar um agente de serviço. Os IDs do projeto são strings alfanuméricas, como
my-project
. Os códigos de pastas e organizações são numéricos, como 123456789012
.
gcloud beta services identity create \
--service=analyticshub.googleapis.com \
--RESOURCE_TYPE=RESOURCE_ID
Conferir as APIs ativadas
Console
Para acessar as APIs ou os SDKs que você ativou, abra a página da Plataforma Google Maps no console do Cloud:
Acessar a página da Plataforma Google Maps
- Outras APIs: esses SDKs ou APIs não estão ativados.
- Se há cards para cada API e serviço do Maps, nenhum SDK ou API foi ativado.
Encerrar um projeto
Para desativar o faturamento e liberar todos os recursos do Cloud que estão sendo usados no projeto do Cloud, encerre esse projeto:
A seguir
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-08-31 UTC.
[null,null,["Última atualização 2025-08-31 UTC."],[],[],null,["# Set up your Google Cloud project\n\nThis guide shows how to set up your Google Cloud project before using\nthe Google Maps Platform APIs. While you may have completed some of these\nsteps in the\n\n[Getting started with Google Maps Platform](/maps/get-started) page,\nthis document provides additional, useful instructions for managing your projects.\n\nCreate a project\n----------------\n\nTo use Google Maps Platform, you must have a project to manage services,\ncredentials, billing, APIs, and SDKs.\n\n[Billing setup](#billing) is required for each project, but you will only be charged if a\nproject exceeds its [quota](/maps/billing-and-pricing/billing#monthly-credit) of no-charge services.\n\nTo create a Cloud project with billing enabled: \n\n### Console\n\n1. Create a new Google Cloud project in the Cloud console:\n\n [Create new project](https://console.cloud.google.com/projectcreate?utm_source=Docs_NewProject&utm_content=Docs_CONSOLE_ID)\n2. On the **New Project** page, fill in the required information:\n\n - **Project name:** Accept the default or enter a customized name.\n\n You can change the project name at any time. For more information, see\n [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects).\n - **Project ID:** Accept the default or click **EDIT** to enter a\n customized ID that Google APIs use as a unique identifier for your project.\n\n After you create the project, you *cannot* change the project ID, so\n choose an ID that you'll be comfortable using for the lifetime of the\n project. Don't include any sensitive information in your project ID.\n - **Billing account:** Select a billing account for the project. If you\n haven't set up a billing account or only have one billing account, you\n won't see this option.\n\n You must be a Billing Account Administrator or Project Billing Manager\n to associate a project with a billing account. For more information, see\n [the billing access control documentation](https://cloud.google.com/billing/docs/how-to/billing-access#overview_of_billing_roles_in).\n - **Location:** If you have an organization you want to link your project\n to, click **Browse** and select it; otherwise, choose \"No organization\".\n\n For more information, see [Creating and Managing Folders](https://cloud.google.com/resource-manager/docs/creating-managing-folders)\n and [Relationships between organizations, projects, and billing accounts](https://cloud.google.com/billing/docs/how-to/billing-access#relationships-between-resources).\n3. Select **Create**.\n\n### gcloud\n\n```bash\ngcloud projects create \"\u003cvar translate=\"no\"\u003ePROJECT\u003c/var\u003e\"\n```\n\nRead more about the\n[Google Cloud SDK](https://cloud.google.com/sdk)\n,\n[Cloud SDK installation](https://cloud.google.com/sdk/docs/install)\n, and the following commands:\n\n- [`gcloud projects create`](https://cloud.google.com/sdk/gcloud/reference/projects/create)\n\nEnable billing\n--------------\n\nTo deploy your apps, you must enable billing. Your account won't be charged\nif you stay within your [monthly quota](/maps/billing-and-pricing/billing#monthly-credit).\nIf your application needs resources that exceed the monthly quota, you will be\ncharged for the additional usage.\n\nIf you have a billing account when you create a Cloud\nproject, then billing is automatically enabled on that project.\n\nTo enable billing on a Cloud project:\n\n1. In the Cloud console, go to the Billing page: \n [Go to the Billing page](https://console.cloud.google.com/projectselector/billing?utm_source=Docs_Billing&utm_content=Docs_CONSOLE_ID)\n2. Select or create a Cloud project.\n3. Depending on if a billing account exists or if the selected Cloud project is associated with an account, the Billing page displays one of the following:\n - If billing is already enabled for the selected Cloud project, then the details about the billing account are listed.\n - If no billing account exists, you are prompted to create a billing account and associate it with the selected Cloud project.\n - If a billing account exists, you are prompted to enable billing if the selected Cloud project is not already associated with a billing account. You can also select **Cancel** and then select **Create account** to create and associate a new billing account.\n\nAfter you enable billing, there is no limit to the amount that you might\nbe charged. To gain more control over your costs, you can\n[create\na budget and set alerts](/maps/billing-and-pricing/billing#creating-budgets-and-set-alerts). For more information, see [Billing](/maps/billing-and-pricing/billing).\n\nEnable APIs\n-----------\n\n### Console\n\n\n[Enable Vertex AI](https://console.cloud.google.com/apis/library/aiplatform.googleapis.com)\n\n\n[Enable BigQuery](https://console.cloud.google.com/apis/library/bigquery.googleapis.com)\n\n\n[Enable Cloud Storage](https://console.cloud.google.com/apis/library/storage-component.googleapis.com)\n\n\n[Enable Analytics Hub API](https://console.cloud.google.com/apis/library/analyticshub.googleapis.com)\n\n### Cloud SDK\n\nBefore using the command below, replace the following:\n\n- \u003cvar label=\"RESOURCE_TYPE\" translate=\"no\"\u003eRESOURCE_TYPE\u003c/var\u003e with the type of resource that you want to create a service agent for. Use `project`, `folder`, or `organization`.\n- \u003cvar label=\"RESOURCE_ID\" translate=\"no\"\u003eRESOURCE_ID\u003c/var\u003e with the ID of the Google Cloud project, folder, or organization that you want to create a service agent for. Project IDs are alphanumeric strings, like `my-project`. Folder and organization IDs are numeric, like `123456789012`.\n\n```bash\ngcloud beta services identity create \\\n --service=analyticshub.googleapis.com \\\n --RESOURCE_TYPE=RESOURCE_ID\n```\n\nView enabled APIs\n-----------------\n\n### Console\n\nTo view the APIs or SDKs you have enabled, go to the Google Maps Platform page\nin the Cloud console:\n[Go to Google Maps Platform page](https://console.cloud.google.com/project/_/google/maps-apis/api-list?utm_source=Docs_ProjectViewAPI&utm_content=Docs_CONSOLE_ID)\n\n- Additional APIs: These API or SDKs are not enabled.\n- If you see cards for each Map APIs and services, no APIs or SDKs have been enabled.\n\n### gcloud\n\n```bash\ngcloud services list --project \"\u003cvar translate=\"no\"\u003ePROJECT\u003c/var\u003e\"\n```\n\nRead more about the\n[Google Cloud SDK](https://cloud.google.com/sdk)\n,\n[Cloud SDK installation](https://cloud.google.com/sdk/docs/install)\n, and the following commands:\n\n- [`gcloud services list`](https://cloud.google.com/sdk/gcloud/reference/services/list)\n\nShut down a project\n-------------------\n\nYou can disable billing and release all the Cloud resources that\nare being used in your Cloud project by shutting down\nthat project: \n\n### Console\n\n1. Go to the Projects page:\n\n [Go to the Projects page](https://console.cloud.google.com/iam-admin/projects?utm_source=Docs_ProjectShutdown&utm_content=Docs_CONSOLE_ID)\n2. Select the Cloud project that you want to shut down,\n then click **Delete**.\n\nFor more information about managing your Cloud\nprojects, see [Cloud Resource Manager: creating, shutting down, and restoring projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects).\n\n### gcloud\n\n```bash\ngcloud projects delete \"\u003cvar translate=\"no\"\u003ePROJECT\u003c/var\u003e\"\n```\n\nRead more about the\n[Google Cloud SDK](https://cloud.google.com/sdk)\n,\n[Cloud SDK installation](https://cloud.google.com/sdk/docs/install)\n, and the following commands:\n\n- [`gcloud projects delete`](https://cloud.google.com/sdk/gcloud/reference/projects/delete)\n\nWhat's next\n-----------\n\n- [Classify images](/maps/documentation/imagery-insights/get-started).\n- [Review the table schemas](/maps/documentation/imagery-insights/reference)."]]