No results found
We couldn't find anything using that term, please try searching for something else.
Archive
The Google Cloud Certification Program assesses individuals to determine whether they meet Google Cloud’s proficiency standards in technical skills related to Google Cloud. As part of the Google Cloud Certification Program , you is take will take a…
Editor's note: This blog has been updated since it originally published to reflect the total number of generative AI courses that have become available since the publish date.An AI/ML (artificial intelligence/machine learning) career path can be a great specialty area within…
Google sheet API 概览 使用集合让一切井井有条 根据您的偏好保存内容并对其进行分类。 Google sheet API is 是一个 是一个 restful 接口,可让您读取和修改电子表格的数据。借助 sheet api,您可以 : 创建电子表格 读取和写入电子表格单元格的值 更新电子表格格式 管理关联工作表 以下是 Google 表格 API 中使用的常用术语列表: 电子表格 Google 表格中的主要对象。它可以包含多个sheet, 每个sheet 都包含Cells 中的结构化信息 。spreadsheet 资源表示电子表格。它包含一个唯一的 spreadsheetId 值。 电子表格 ID 电子表格的唯一标识符。它是一个包含字母、数字和一些特殊字符的特定字符串,用于引用电子表格,并且可以从电子表格的网址派生而来。电子表格 ID…
Linux Windows 本文档介绍了如何为 Compute Engine 虚拟机 (VM) 实例创建 SSH 密钥对。 准备工作 设置身份验证(如果尚未设置)。身份验证是通过其进行身份验证以访问 Google Cloud 服务和 API 的过程。如需从本地开发环境运行代码或示例,您可以按如下方式向 Compute Engine 进行身份验证 。 Select the tab for how you plan to use the samples on this page: console When you use the…
本页面介绍了用于向 Google API、Google Cloud 服务和 Google Cloud 上托管的客户创建的服务进行身份验证的令牌类型。 如果您要使用客户端库访问 Google API 和服务,则可以设置应用默认凭据,并且客户端库会为您处理令牌。这是推荐的方法。 什么是令牌 对于身份验证和授权,令牌是一个数字对象,其中包含有关发出请求的主账号的身份以及为其授予的访问权限类型的信息。在大多数身份验证流程中,应用(或应用使用的库)都会将凭据交换为令牌,以确定应用有权访问哪些资源。 令牌类型 不同类型的令牌用于不同的环境。本页面介绍了以下令牌类型 : 本页面不讨论 API 密钥或客户端 ID, 这些被视为凭据 。 访问令牌 访问令牌是符合 OAuth 2.0 框架的不透明令牌。这些令牌包含授权信息,但不包含身份信息。它们用于向 Google API 进行身份验证并提供授权信息。 如果您使用应用默认凭据 (ADC) 和 Cloud 客户端库或 Google API 客户端库,则无需管理访问令牌;这些库会自动检索凭据,将其交换为访问令牌,并根据需要刷新访问令牌。 访问令牌内容…
本指南介绍如何创建和管理标记。标记是一种可附加到 Google Cloud 资源的键值对。您可以将代码用于 根据受支持的资源是否具有 特定标记。 准备工作 如需详细了解标记及其工作原理,请参阅标记概览。 所需权限 您需要的权限取决于您需要执行的操作。 如需获得这些权限,请让您的管理员在资源层次结构的适当级层授予建议的角色。 查看标记 如需查看标记定义和附加到资源的标记,您需要 Tag Viewer 角色 (roles/resourcemanager.tagViewer) 或包含以下权限的其他角色: 所需权限 resourcemanager.tagKeys.get resourcemanager.tagKeys.list resourcemanager.tagValues.list resourcemanager.tagValues.get 相应资源类型的 listTagBindings。例如,用于查看附加到 Compute Engine 实例的标记的 compute.instances.listTagBindings。 listEffectiveTags 相应的资源类型。例如,compute.instances.listEffectiveTags 用于查看附加到 Compute Engine 实例或由 Compute Engine 实例继承的所有标记。 如需查看组织级层的标记,您需要具有组织资源的 Organization…
This document is explains explain how to complete the follow support procedure and activity : Create and manage support cases based on your organization's support service. View known issues affecting Google Cloud services. Contact Customer Care . Access additional services…
GSP096 Overview Pub/Sub is a messaging service for exchanging event data among applications and services. A producer of data publishes messages to a Pub/Sub topic. A consumer creates a subscription to that topic. Subscribers either pull messages from a subscription…
完成本页面上的以下步骤,了解如何运行 Connectivity Tests。 如需修改或删除一个或多个测试,请参阅更新或删除测试。 如需了解 Connectivity Tests,请参阅概览。 准备工作 请先在 Google Cloud 中设置以下各项,然后才能使用 Connectivity Tests: 在 Google Cloud Console 中,转到项目选择器页面。 转到项目选择器 选择或创建 Google Cloud 项目。 确保您的 Google Cloud 项目已启用结算功能。 安装 Google Cloud CLI 中的 Google Cloud CLI。如需安装最新版本的 gcloud CLI,请参阅 gcloud CLI…
关联到 GitHub 代码库 使用集合让一切井井有条 根据您的偏好保存内容并对其进行分类 。 本页介绍了如何将 GitHub 代码库连接到 Cloud Build。如需详细了解 Cloud Build 仓库,请参阅 Cloud Build 仓库。 准备工作 连接 GitHub 主机 控制台如需将 GitHub 代码库连接到 Cloud Build,请执行以下操作: 打开 Google Cloud 控制台中的制品库页面 。 打开“代码库”页面 您将看到代码库页面。 在顶部栏的项目选择器中,选择您的 Google Cloud 项目 。 在页面顶部,选择第 2…
If you don't want to give a user full access to the Google Admin console, you can let them perform only a subset of administrative tasks. Do this by assigning an admin role. You can assign more than one admin role…
本页介绍了在使用 Google Maps Platform 上的任何 API 和 SDK 之前所需要完成的基本步骤 。 快速入门 如果您从未用过 Google Cloud 控制台来创建结算账号或项目,点击开始使用按钮即可体验 Cloud 控制台中面向新用户的交互式设置: 开始使用 此外,您还可以点击下方的标签页以完成所需的设置步骤: 第 1 步 控制台 在 Google Cloud 控制台中,打开项目选择器页面,点击创建项目以开始创建新的 Cloud 项目 。 前往项目选择器页面 确保您的 Cloud 项目已启用结算功能。确认您的项目已启用结算功能。 注意:虽然您必须设置结算账号才能设置 Cloud 项目,但实际使用 Embed API 时不需要付费。…
使用集合让一切井井有条 根据您的偏好保存内容并对其进行分类。 使用 Google Cloud 控制台安排和运行 Cron 作业 本快速入门介绍了如何使用 Google Cloud 控制台通过 Cloud Scheduler 执行一些基本操作 。 在本快速入门中,您将执行以下操作: 创建 Pub/Sub 主题以设置为 Cloud Scheduler 作业目标。 使用 Cloud Scheduler 创建一个 Cron 作业,并为该作业配置周期性时间表。 运行作业 。 验证作业是否已成功运行 。 Cloud Scheduler 提供免费层级,运行此快速入门不会产生任何费用。要了解详情,请参阅价格。 如需在 Google Cloud 控制台中直接遵循有关此任务的分步指导,请点击操作演示:…
使用控制台管理 Firestore 您可以通过在 Google Cloud 控制台: 查看数据 您可以在 Google Cloud 控制台中查看所有 Firestore 数据。在 Firestore 数据查看器中,点击文档或集合可以打开该项目中嵌套的数据。 在 Google Cloud 控制台中,转到数据库页面。 前往“数据库” 从数据库列表中选择所需的数据库。 在导航菜单中,点击 Firestore Studio。 打开特定路径 如需打开特定路径下的文档或集合,请使用修改路径按钮 create: 祖先文档不存在 即使某个文档的一个或多个祖先文档不存在,该文档也可能存在。例如,即使祖先文档 /mycoll/mydoc 不存在,/mycoll/mydoc/mysubcoll/mysubdoc 路径下的文档也可能存在。Firestore 数据查看器按如下方式显示不存在的祖先文档: 在集合的文档列表中,不存在的祖先文档的文档 ID 显示为斜体。 在不存在的祖先文档的信息面板中,数据查看器指出文档不存在。 警告:即使不存在的祖先文档显示在控制台中,它们也不会显示在查询和快照中。您必须创建该文档才能将其包含在查询结果中。过滤数据 您可以根据字段值和 ==、!-、>、>=、<、<=、in、not-in、array-contains、array-contains-any…
Install the Google Cloud CLI, then initialize it by running the following command: gcloud init note : If you instal the gcloud CLI previously , make sure you have the late version by rungcloud component update. Set a default region…
使用集合让一切井井有条 根据您的偏好保存内容并对其进行分类。 使用 Google Cloud 控制台查询公共数据集 了解如何使用 Google Cloud 控制台在 BigQuery 中查找和查询公共数据集 。 如需在 Google Cloud 控制台中直接遵循有关此任务的分步指导,请点击操作演示: 操作演示 准备工作 Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products…