| Auto-generated Dart libraries for accessing [Google APIs][libs]. |
| |
| ## Usage |
| |
| First, obtain OAuth 2.0 access credentials. This can be done using the |
| `googleapis_auth` package. Your application can access APIs on behalf of a |
| user or using a service account. |
| |
| After obtaining credentials, an API from the `googleapis` package can be |
| accessed with an authenticated HTTP client. |
| |
| ## Example |
| |
| The following command line application lists files in Google Drive by using a |
| service account. |
| |
| Create a `pubspec.yaml` file with the `googleapis_auth` and `googleapis` |
| dependencies. |
| |
| ```yaml |
| ... |
| dependencies: |
| googleapis: any |
| googleapis_auth: any |
| ``` |
| |
| Create a service account in the Google Cloud Console and save the credential |
| information. |
| |
| Then create a Dart application to list files in a specific project. *In the |
| example below, files from the `dart-on-cloud` project are listed.* |
| |
| ```dart |
| // bin/list_files.dart |
| |
| import 'package:googleapis/storage/v1.dart'; |
| import 'package:googleapis_auth/auth_io.dart'; |
| |
| final _credentials = ServiceAccountCredentials.fromJson(r''' |
| { |
| "private_key_id": ..., |
| "private_key": ..., |
| "client_email": ..., |
| "client_id": ..., |
| "type": "service_account" |
| } |
| '''); |
| |
| const _scopes = [StorageApi.devstorageReadOnlyScope]; |
| |
| Future<void> main() async { |
| final httpClient = await clientViaServiceAccount(_credentials, _scopes); |
| try { |
| final storage = StorageApi(httpClient); |
| |
| final buckets = await storage.buckets.list('dart-on-cloud'); |
| print('Received ${buckets.items.length} bucket names:'); |
| for (var file in buckets.items) { |
| print(file.name); |
| } |
| } finally { |
| httpClient.close(); |
| } |
| } |
| ``` |
| |
| [libs]: https://developers.google.com/discovery/libraries/ |
| |
| ## Available Google APIs |
| |
| The following is a list of APIs that are currently available inside this |
| package. |
| |
| #### Abusive Experience Report API - abusiveexperiencereport v1 |
| |
| Views Abusive Experience Report data, and gets a list of sites that have a significant number of abusive experiences. |
| |
| Official API documentation: https://developers.google.com/abusive-experience-report/ |
| |
| #### Accelerated Mobile Pages (AMP) URL API - acceleratedmobilepageurl v1 |
| |
| Retrieves the list of AMP URLs (and equivalent AMP Cache URLs) for a given list of public URL(s). |
| |
| Official API documentation: https://developers.google.com/amp/cache/ |
| |
| #### Access Approval API - accessapproval v1 |
| |
| An API for controlling access to data by Google personnel. |
| |
| Official API documentation: https://cloud.google.com/access-approval/docs |
| |
| #### Access Context Manager API - accesscontextmanager v1 |
| |
| An API for setting attribute based access control to requests to GCP services. |
| |
| Official API documentation: https://cloud.google.com/access-context-manager/docs/reference/rest/ |
| |
| ####  Ad Exchange Buyer API - adexchangebuyer v1.3 |
| |
| Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports. |
| |
| Official API documentation: https://developers.google.com/ad-exchange/buyer-rest |
| |
| ####  Ad Exchange Buyer API - adexchangebuyer v1.4 |
| |
| Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports. |
| |
| Official API documentation: https://developers.google.com/ad-exchange/buyer-rest |
| |
| #### Ad Experience Report API - adexperiencereport v1 |
| |
| Views Ad Experience Report data, and gets a list of sites that have a significant number of annoying ads. |
| |
| Official API documentation: https://developers.google.com/ad-experience-report/ |
| |
| #### Admin SDK API - admin datatransfer_v1 |
| |
| Admin SDK lets administrators of enterprise domains to view and manage resources like user, groups etc. It also provides audit and usage reports of domain. |
| |
| Official API documentation: http://developers.google.com/admin-sdk/ |
| |
| #### Admin SDK API - admin directory_v1 |
| |
| Admin SDK lets administrators of enterprise domains to view and manage resources like user, groups etc. It also provides audit and usage reports of domain. |
| |
| Official API documentation: http://developers.google.com/admin-sdk/ |
| |
| #### Admin SDK API - admin reports_v1 |
| |
| Admin SDK lets administrators of enterprise domains to view and manage resources like user, groups etc. It also provides audit and usage reports of domain. |
| |
| Official API documentation: http://developers.google.com/admin-sdk/ |
| |
| #### AdMob API - admob v1 |
| |
| The AdMob API allows publishers to programmatically get information about their AdMob account. |
| |
| Official API documentation: https://developers.google.com/admob/api/ |
| |
| ####  AdSense Management API - adsense v1.4 |
| |
| Accesses AdSense publishers' inventory and generates performance reports. |
| |
| Official API documentation: https://developers.google.com/adsense/management/ |
| |
| ####  AdSense Host API - adsensehost v4.1 |
| |
| Generates performance reports, generates ad codes, and provides publisher management capabilities for AdSense Hosts. |
| |
| Official API documentation: https://developers.google.com/adsense/host/ |
| |
| ####  Google Analytics API - analytics v3 |
| |
| Views and manages your Google Analytics data. |
| |
| Official API documentation: https://developers.google.com/analytics/ |
| |
| #### Analytics Reporting API - analyticsreporting v4 |
| |
| Accesses Analytics report data. |
| |
| Official API documentation: https://developers.google.com/analytics/devguides/reporting/core/v4/ |
| |
| #### Android Device Provisioning Partner API - androiddeviceprovisioning v1 |
| |
| Automates Android zero-touch enrollment for device resellers, customers, and EMMs. |
| |
| Official API documentation: https://developers.google.com/zero-touch/ |
| |
| #### Google Play EMM API - androidenterprise v1 |
| |
| Manages the deployment of apps to Android Enterprise devices. |
| |
| Official API documentation: https://developers.google.com/android/work/play/emm-api |
| |
| #### Android Management API - androidmanagement v1 |
| |
| The Android Management API provides remote enterprise management of Android devices and apps. |
| |
| Official API documentation: https://developers.google.com/android/management |
| |
| #### Google Play Android Developer API - androidpublisher v3 |
| |
| Lets Android application developers access their Google Play accounts. |
| |
| Official API documentation: https://developers.google.com/android-publisher |
| |
| #### API Gateway API - apigateway v1 |
| |
| Official API documentation: https://cloud.google.com/api-gateway/docs |
| |
| #### Apigee API - apigee v1 |
| |
| Use the Apigee API to programmatically develop and manage APIs with a set of RESTful operations. Develop and secure API proxies, deploy and undeploy API proxy revisions, monitor APIs, configure environments, manage users, and more. Note: This product is available as a free trial for a time period of 60 days. |
| |
| Official API documentation: https://cloud.google.com/apigee-api-management/ |
| |
| #### App Engine Admin API - appengine v1 |
| |
| Provisions and manages developers' App Engine applications. |
| |
| Official API documentation: https://cloud.google.com/appengine/docs/admin-api/ |
| |
| #### Artifact Registry API - artifactregistry v1 |
| |
| Store and manage build artifacts in a scalable and integrated service built on Google infrastructure. |
| |
| Official API documentation: https://cloud.google.com/artifacts/docs/ |
| |
| #### Assured Workloads API - assuredworkloads v1 |
| |
| Official API documentation: https://cloud.google.com |
| |
| ####  BigQuery API - bigquery v2 |
| |
| A data platform for customers to create, manage, share and query data. |
| |
| Official API documentation: https://cloud.google.com/bigquery/ |
| |
| #### BigQuery Data Transfer API - bigquerydatatransfer v1 |
| |
| Schedule queries or transfer external data from SaaS applications to Google BigQuery on a regular basis. |
| |
| Official API documentation: https://cloud.google.com/bigquery-transfer/ |
| |
| #### BigQuery Reservation API - bigqueryreservation v1 |
| |
| A service to modify your BigQuery flat-rate reservations. |
| |
| Official API documentation: https://cloud.google.com/bigquery/ |
| |
| #### Cloud Bigtable Admin API - bigtableadmin v2 |
| |
| Administer your Cloud Bigtable tables and instances. |
| |
| Official API documentation: https://cloud.google.com/bigtable/ |
| |
| #### Cloud Billing Budget API - billingbudgets v1 |
| |
| The Cloud Billing Budget API stores Cloud Billing budgets, which define a budget plan and the rules to execute as spend is tracked against that plan. |
| |
| Official API documentation: https://cloud.google.com/billing/docs/how-to/budget-api-overview |
| |
| #### Binary Authorization API - binaryauthorization v1 |
| |
| The management interface for Binary Authorization, a system providing policy control for images deployed to Kubernetes Engine clusters. |
| |
| Official API documentation: https://cloud.google.com/binary-authorization/ |
| |
| #### Blogger API v3 - blogger v3 |
| |
| The Blogger API provides access to posts, comments and pages of a Blogger blog. |
| |
| Official API documentation: https://developers.google.com/blogger/docs/3.0/getting_started |
| |
| #### Books API - books v1 |
| |
| The Google Books API allows clients to access the Google Books repository. |
| |
| Official API documentation: https://code.google.com/apis/books/docs/v1/getting_started.html |
| |
| #### Calendar API - calendar v3 |
| |
| Manipulates events and other calendar data. |
| |
| Official API documentation: https://developers.google.com/google-apps/calendar/firstapp |
| |
| #### Google Chat API - chat v1 |
| |
| Enables bots to fetch information and perform actions in Google Chat. |
| |
| Official API documentation: https://developers.google.com/hangouts/chat |
| |
| #### Chrome Management API - chromemanagement v1 |
| |
| The Chrome Management API is a suite of services that allows Chrome administrators to view, manage and gain insights on their Chrome OS The Chrome Management API is a suite of services that allows GSuite domain administrators to view, manage and gain insights on their Chrome OS and Chrome Browser devices and users. |
| |
| Official API documentation: http://developers.google.com/chrome/management/ |
| |
| #### Chrome UX Report API - chromeuxreport v1 |
| |
| The Chrome UX Report API lets you view real user experience data for millions of websites. |
| |
| Official API documentation: https://developers.google.com/web/tools/chrome-user-experience-report/api/reference |
| |
| #### Google Civic Information API - civicinfo v2 |
| |
| Provides polling places, early vote locations, contest data, election officials, and government representatives for U.S. residential addresses. |
| |
| Official API documentation: https://developers.google.com/civic-information/ |
| |
| #### Google Classroom API - classroom v1 |
| |
| Manages classes, rosters, and invitations in Google Classroom. |
| |
| Official API documentation: https://developers.google.com/classroom/ |
| |
| #### Cloud Asset API - cloudasset v1 |
| |
| The cloud asset API manages the history and inventory of cloud resources. |
| |
| Official API documentation: https://cloud.google.com/asset-inventory/docs/quickstart |
| |
| #### Cloud Billing API - cloudbilling v1 |
| |
| Allows developers to manage billing for their Google Cloud Platform projects programmatically. |
| |
| Official API documentation: https://cloud.google.com/billing/ |
| |
| #### Cloud Build API - cloudbuild v1 |
| |
| Creates and manages builds on Google Cloud Platform. |
| |
| Official API documentation: https://cloud.google.com/cloud-build/docs/ |
| |
| #### Cloud Channel API - cloudchannel v1 |
| |
| Official API documentation: https://cloud.google.com/channel |
| |
| #### Cloud Debugger API - clouddebugger v2 |
| |
| Examines the call stack and variables of a running application without stopping or slowing it down. |
| |
| Official API documentation: https://cloud.google.com/debugger |
| |
| #### Cloud Functions API - cloudfunctions v1 |
| |
| Manages lightweight user-provided functions executed in response to events. |
| |
| Official API documentation: https://cloud.google.com/functions |
| |
| #### Cloud Identity API - cloudidentity v1 |
| |
| API for provisioning and managing identity resources. |
| |
| Official API documentation: https://cloud.google.com/identity/ |
| |
| #### Cloud IoT API - cloudiot v1 |
| |
| Registers and manages IoT (Internet of Things) devices that connect to the Google Cloud Platform. |
| |
| Official API documentation: https://cloud.google.com/iot |
| |
| #### Cloud Key Management Service (KMS) API - cloudkms v1 |
| |
| Manages keys and performs cryptographic operations in a central cloud service, for direct use by other cloud resources and applications. |
| |
| Official API documentation: https://cloud.google.com/kms/ |
| |
| #### Stackdriver Profiler API - cloudprofiler v2 |
| |
| Manages continuous profiling information. |
| |
| Official API documentation: https://cloud.google.com/profiler/ |
| |
| #### Cloud Resource Manager API - cloudresourcemanager v1 |
| |
| Creates, reads, and updates metadata for Google Cloud Platform resource containers. |
| |
| Official API documentation: https://cloud.google.com/resource-manager |
| |
| #### Cloud Resource Manager API - cloudresourcemanager v2 |
| |
| Creates, reads, and updates metadata for Google Cloud Platform resource containers. |
| |
| Official API documentation: https://cloud.google.com/resource-manager |
| |
| #### Cloud Resource Manager API - cloudresourcemanager v3 |
| |
| Creates, reads, and updates metadata for Google Cloud Platform resource containers. |
| |
| Official API documentation: https://cloud.google.com/resource-manager |
| |
| #### Cloud Scheduler API - cloudscheduler v1 |
| |
| Creates and manages jobs run on a regular recurring schedule. |
| |
| Official API documentation: https://cloud.google.com/scheduler/ |
| |
| #### Cloud Search API - cloudsearch v1 |
| |
| Cloud Search provides cloud-based search capabilities over G Suite data. The Cloud Search API allows indexing of non-G Suite data into Cloud Search. |
| |
| Official API documentation: https://developers.google.com/cloud-search/docs/guides/ |
| |
| #### Cloud Shell API - cloudshell v1 |
| |
| Allows users to start, configure, and connect to interactive shell sessions running in the cloud. |
| |
| Official API documentation: https://cloud.google.com/shell/docs/ |
| |
| #### Cloud Tasks API - cloudtasks v2 |
| |
| Manages the execution of large numbers of distributed requests. |
| |
| Official API documentation: https://cloud.google.com/tasks/ |
| |
| #### Cloud Trace API - cloudtrace v2 |
| |
| Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenCensus. |
| |
| Official API documentation: https://cloud.google.com/trace |
| |
| #### Cloud Composer API - composer v1 |
| |
| Manages Apache Airflow environments on Google Cloud Platform. |
| |
| Official API documentation: https://cloud.google.com/composer/ |
| |
| ####  Compute Engine API - compute v1 |
| |
| Creates and runs virtual machines on Google Cloud Platform. |
| |
| Official API documentation: https://developers.google.com/compute/docs/reference/latest/ |
| |
| #### Kubernetes Engine API - container v1 |
| |
| Builds and manages container-based applications, powered by the open source Kubernetes technology. |
| |
| Official API documentation: https://cloud.google.com/container-engine/ |
| |
| #### Content API for Shopping - content v2.1 |
| |
| Manage your product listings and accounts for Google Shopping |
| |
| Official API documentation: https://developers.google.com/shopping-content/v2/ |
| |
| #### Custom Search API - customsearch v1 |
| |
| Searches over a website or collection of websites |
| |
| Official API documentation: https://developers.google.com/custom-search/v1/introduction |
| |
| #### Cloud Data Fusion API - datafusion v1 |
| |
| Cloud Data Fusion is a fully-managed, cloud native, enterprise data integration service for quickly building and managing data pipelines. It provides a graphical interface to increase time efficiency and reduce complexity, and allows business users, developers, and data scientists to easily and reliably build scalable data integration solutions to cleanse, prepare, blend, transfer and transform data without having to wrestle with infrastructure. |
| |
| Official API documentation: https://cloud.google.com/data-fusion/docs |
| |
| #### Cloud Dataproc API - dataproc v1 |
| |
| Manages Hadoop-based clusters and jobs on Google Cloud Platform. |
| |
| Official API documentation: https://cloud.google.com/dataproc/ |
| |
| #### Cloud Datastore API - datastore v1 |
| |
| Accesses the schemaless NoSQL database to provide fully managed, robust, scalable storage for your application. |
| |
| Official API documentation: https://cloud.google.com/datastore/ |
| |
| #### Cloud Deployment Manager V2 API - deploymentmanager v2 |
| |
| The Google Cloud Deployment Manager v2 API provides services for configuring, deploying, and viewing Google Cloud services and APIs via templates which specify deployments of Cloud resources. |
| |
| Official API documentation: https://cloud.google.com/deployment-manager |
| |
| #### Campaign Manager 360 API - dfareporting v3.4 |
| |
| Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360. |
| |
| Official API documentation: https://developers.google.com/doubleclick-advertisers/ |
| |
| #### Dialogflow API - dialogflow v2 |
| |
| Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices). |
| |
| Official API documentation: https://cloud.google.com/dialogflow/ |
| |
| #### Dialogflow API - dialogflow v3 |
| |
| Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices). |
| |
| Official API documentation: https://cloud.google.com/dialogflow/ |
| |
| #### Digital Asset Links API - digitalassetlinks v1 |
| |
| Discovers relationships between online assets such as websites or mobile apps. |
| |
| Official API documentation: https://developers.google.com/digital-asset-links/ |
| |
| #### API Discovery Service - discovery v1 |
| |
| Provides information about other Google APIs, such as what APIs are available, the resource, and method details for each API. |
| |
| Official API documentation: https://developers.google.com/discovery/ |
| |
| #### Display & Video 360 API - displayvideo v1 |
| |
| Display & Video 360 API allows users to manage and create campaigns and reports. |
| |
| Official API documentation: https://developers.google.com/display-video/ |
| |
| #### Cloud Data Loss Prevention (DLP) API - dlp v2 |
| |
| Provides methods for detection, risk analysis, and de-identification of privacy-sensitive fragments in text, images, and Google Cloud Platform storage repositories. |
| |
| Official API documentation: https://cloud.google.com/dlp/docs/ |
| |
| #### Cloud DNS API - dns v1 |
| |
| Official API documentation: https://cloud.google.com/dns/docs |
| |
| #### Google Docs API - docs v1 |
| |
| Reads and writes Google Docs documents. |
| |
| Official API documentation: https://developers.google.com/docs/ |
| |
| #### Domains RDAP API - domainsrdap v1 |
| |
| Read-only public API that lets users search for information about domain names. |
| |
| Official API documentation: https://developers.google.com/domains/rdap/ |
| |
| #### DoubleClick Bid Manager API - doubleclickbidmanager v1.1 |
| |
| DoubleClick Bid Manager API allows users to manage and create campaigns and reports. |
| |
| Official API documentation: https://developers.google.com/bid-manager/ |
| |
| #### Search Ads 360 API - doubleclicksearch v2 |
| |
| The Search Ads 360 API allows developers to automate uploading conversions and downloading reports from Search Ads 360. |
| |
| Official API documentation: https://developers.google.com/search-ads |
| |
| ####  Drive API - drive v2 |
| |
| Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions. |
| |
| Official API documentation: https://developers.google.com/drive/ |
| |
| ####  Drive API - drive v3 |
| |
| Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions. |
| |
| Official API documentation: https://developers.google.com/drive/ |
| |
| #### Drive Activity API - driveactivity v2 |
| |
| Provides a historical view of activity in Google Drive. |
| |
| Official API documentation: https://developers.google.com/drive/activity/ |
| |
| #### Eventarc API - eventarc v1 |
| |
| Official API documentation: https://cloud.google.com/eventarc |
| |
| #### Firebase Cloud Messaging API - fcm v1 |
| |
| FCM send API that provides a cross-platform messaging solution to reliably deliver messages at no cost. |
| |
| Official API documentation: https://firebase.google.com/docs/cloud-messaging |
| |
| #### Cloud Filestore API - file v1 |
| |
| The Cloud Filestore API is used for creating and managing cloud file servers. |
| |
| Official API documentation: https://cloud.google.com/filestore/ |
| |
| #### Firebase Dynamic Links API - firebasedynamiclinks v1 |
| |
| Programmatically creates and manages Firebase Dynamic Links. |
| |
| Official API documentation: https://firebase.google.com/docs/dynamic-links/ |
| |
| #### Firebase Hosting API - firebasehosting v1 |
| |
| The Firebase Hosting REST API enables programmatic and customizable deployments to your Firebase-hosted sites. Use this REST API to deploy new or updated hosting configurations and content files. |
| |
| Official API documentation: https://firebase.google.com/docs/hosting/ |
| |
| #### Firebase ML API - firebaseml v1 |
| |
| Access custom machine learning models hosted via Firebase ML. |
| |
| Official API documentation: https://firebase.google.com |
| |
| #### Firebase Rules API - firebaserules v1 |
| |
| Creates and manages rules that determine when a Firebase Rules-enabled service should permit a request. |
| |
| Official API documentation: https://firebase.google.com/docs/storage/security |
| |
| #### Cloud Firestore API - firestore v1 |
| |
| Accesses the NoSQL document database built for automatic scaling, high performance, and ease of application development. |
| |
| Official API documentation: https://cloud.google.com/firestore |
| |
| #### Fitness API - fitness v1 |
| |
| The Fitness API for managing users' fitness tracking data. |
| |
| Official API documentation: https://developers.google.com/fit/rest/v1/get-started |
| |
| #### Google Play Game Services - games v1 |
| |
| The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more. |
| |
| Official API documentation: https://developers.google.com/games/ |
| |
| #### Google Play Game Services Publishing API - gamesConfiguration v1configuration |
| |
| The Google Play Game Services Publishing API allows developers to configure their games in Game Services. |
| |
| Official API documentation: https://developers.google.com/games/ |
| |
| #### Google Play Game Management - gamesManagement v1management |
| |
| The Google Play Game Management API allows developers to manage resources from the Google Play Game service. |
| |
| Official API documentation: https://developers.google.com/games/ |
| |
| #### Game Services API - gameservices v1 |
| |
| Deploy and manage infrastructure for global multiplayer gaming experiences. |
| |
| Official API documentation: https://cloud.google.com/solutions/gaming/ |
| |
| #### Genomics API - genomics v1 |
| |
| Uploads, processes, queries, and searches Genomics data in the cloud. |
| |
| Official API documentation: https://cloud.google.com/genomics |
| |
| #### Gmail API - gmail v1 |
| |
| The Gmail API lets you view and manage Gmail mailbox data like threads, messages, and labels. |
| |
| Official API documentation: https://developers.google.com/gmail/api/ |
| |
| #### Gmail Postmaster Tools API - gmailpostmastertools v1 |
| |
| The Postmaster Tools API is a RESTful API that provides programmatic access to email traffic metrics (like spam reports, delivery errors etc) otherwise available through the Gmail Postmaster Tools UI currently. |
| |
| Official API documentation: https://developers.google.com/gmail/postmaster |
| |
| #### Groups Migration API - groupsmigration v1 |
| |
| The Groups Migration API allows domain administrators to archive emails into Google groups. |
| |
| Official API documentation: https://developers.google.com/google-apps/groups-migration/ |
| |
| ####  Groups Settings API - groupssettings v1 |
| |
| Manages permission levels and related settings of a group. |
| |
| Official API documentation: https://developers.google.com/google-apps/groups-settings/get_started |
| |
| #### Cloud Healthcare API - healthcare v1 |
| |
| Manage, store, and access healthcare data in Google Cloud Platform. |
| |
| Official API documentation: https://cloud.google.com/healthcare |
| |
| #### HomeGraph API - homegraph v1 |
| |
| Official API documentation: https://developers.google.com/actions/smarthome/create-app#request-sync |
| |
| #### Identity and Access Management (IAM) API - iam v1 |
| |
| Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls. |
| |
| Official API documentation: https://cloud.google.com/iam/ |
| |
| #### IAM Service Account Credentials API - iamcredentials v1 |
| |
| Creates short-lived credentials for impersonating IAM service accounts. To enable this API, you must enable the IAM API (iam.googleapis.com). |
| |
| Official API documentation: https://cloud.google.com/iam/docs/creating-short-lived-service-account-credentials |
| |
| #### Cloud Identity-Aware Proxy API - iap v1 |
| |
| Controls access to cloud applications running on Google Cloud Platform. |
| |
| Official API documentation: https://cloud.google.com/iap |
| |
| ####  Google Identity Toolkit API - identitytoolkit v3 |
| |
| Help the third party sites to implement federated login. |
| |
| Official API documentation: https://developers.google.com/identity-toolkit/v3/ |
| |
| #### Indexing API - indexing v3 |
| |
| Notifies Google when your web pages change. |
| |
| Official API documentation: https://developers.google.com/search/apis/indexing-api/ |
| |
| #### Cloud Talent Solution API - jobs v3 |
| |
| Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters. |
| |
| Official API documentation: https://cloud.google.com/talent-solution/job-search/docs/ |
| |
| #### Cloud Talent Solution API - jobs v4 |
| |
| Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters. |
| |
| Official API documentation: https://cloud.google.com/talent-solution/job-search/docs/ |
| |
| #### Knowledge Graph Search API - kgsearch v1 |
| |
| Searches the Google Knowledge Graph for entities. |
| |
| Official API documentation: https://developers.google.com/knowledge-graph/ |
| |
| #### Cloud Natural Language API - language v1 |
| |
| Provides natural language understanding technologies, such as sentiment analysis, entity recognition, entity sentiment analysis, and other text annotations, to developers. |
| |
| Official API documentation: https://cloud.google.com/natural-language/ |
| |
| #### Library Agent API - libraryagent v1 |
| |
| A simple Google Example Library API. |
| |
| Official API documentation: https://cloud.google.com/docs/quota |
| |
| #### Enterprise License Manager API - licensing v1 |
| |
| The Google Enterprise License Manager API's allows you to license apps for all the users of a domain managed by you. |
| |
| Official API documentation: https://developers.google.com/admin-sdk/licensing/ |
| |
| #### Local Services API - localservices v1 |
| |
| Official API documentation: https://ads.google.com/local-services-ads/ |
| |
| #### Cloud Logging API - logging v2 |
| |
| Writes log entries and manages your Cloud Logging configuration. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the documentation at https://cloud.google.com/logging/docs. |
| |
| Official API documentation: https://cloud.google.com/logging/docs/ |
| |
| #### Managed Service for Microsoft Active Directory API - managedidentities v1 |
| |
| The Managed Service for Microsoft Active Directory API is used for managing a highly available, hardened service running Microsoft Active Directory (AD). |
| |
| Official API documentation: https://cloud.google.com/managed-microsoft-ad/ |
| |
| #### Manufacturer Center API - manufacturers v1 |
| |
| Public API for managing Manufacturer Center related data. |
| |
| Official API documentation: https://developers.google.com/manufacturers/ |
| |
| #### Cloud Memorystore for Memcached API - memcache v1 |
| |
| Google Cloud Memorystore for Memcached API is used for creating and managing Memcached instances in GCP. |
| |
| Official API documentation: https://cloud.google.com/memorystore/ |
| |
| #### AI Platform Training & Prediction API - ml v1 |
| |
| An API to enable creating and using machine learning models. |
| |
| Official API documentation: https://cloud.google.com/ml/ |
| |
| #### Cloud Monitoring API - monitoring v3 |
| |
| Manages your Cloud Monitoring data and configurations. Most projects must be associated with a Workspace, with a few exceptions as noted on the individual method pages. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the Cloud Monitoring documentation. |
| |
| Official API documentation: https://cloud.google.com/monitoring/api/ |
| |
| #### My Business Account Management API - mybusinessaccountmanagement v1 |
| |
| The My Business Account Management API provides an interface for managing access to a location on Google. |
| |
| Official API documentation: https://developers.google.com/my-business/ |
| |
| #### Network Management API - networkmanagement v1 |
| |
| The Network Management API provides a collection of network performance monitoring and diagnostic capabilities. |
| |
| Official API documentation: https://cloud.google.com/ |
| |
| #### Notebooks API - notebooks v1 |
| |
| AI Platform Notebooks API is used to manage notebook resources in Google Cloud. |
| |
| Official API documentation: https://cloud.google.com/ai-platform/notebooks/docs/ |
| |
| ####  Google OAuth2 API - oauth2 v2 |
| |
| Obtains end-user authorization grants for use with other Google APIs. |
| |
| Official API documentation: https://developers.google.com/identity/protocols/oauth2/ |
| |
| #### OS Config API - osconfig v1 |
| |
| OS management tools that can be used for patch management, patch compliance, and configuration management on VM instances. |
| |
| Official API documentation: https://cloud.google.com/compute/docs/manage-os |
| |
| #### Cloud OS Login API - oslogin v1 |
| |
| You can use OS Login to manage access to your VM instances using IAM roles. |
| |
| Official API documentation: https://cloud.google.com/compute/docs/oslogin/ |
| |
| #### PageSpeed Insights API - pagespeedonline v5 |
| |
| The PageSpeed Insights API lets you analyze the performance of your website with a simple API. It offers tailored suggestions for how you can optimize your site, and lets you easily integrate PageSpeed Insights analysis into your development tools and workflow. |
| |
| Official API documentation: https://developers.google.com/speed/docs/insights/v5/about |
| |
| #### People API - people v1 |
| |
| Provides access to information about profiles and contacts. |
| |
| Official API documentation: https://developers.google.com/people/ |
| |
| #### Playable Locations API - playablelocations v3 |
| |
| Official API documentation: https://developers.google.com/maps/contact-sales/ |
| |
| #### Google Play Custom App Publishing API - playcustomapp v1 |
| |
| API to create and publish custom Android apps |
| |
| Official API documentation: https://developers.google.com/android/work/play/custom-app-api/ |
| |
| #### Policy Troubleshooter API - policytroubleshooter v1 |
| |
| Official API documentation: https://cloud.google.com/iam/ |
| |
| #### Poly API - poly v1 |
| |
| The Poly API provides read access to assets hosted on poly.google.com to all, and upload access to poly.google.com for whitelisted accounts. |
| |
| Official API documentation: https://developers.google.com/poly/ |
| |
| #### Cloud Pub/Sub API - pubsub v1 |
| |
| Provides reliable, many-to-many, asynchronous messaging between applications. |
| |
| Official API documentation: https://cloud.google.com/pubsub/docs |
| |
| #### Pub/Sub Lite API - pubsublite v1 |
| |
| Official API documentation: https://cloud.google.com/pubsub/lite/docs |
| |
| #### Real-time Bidding API - realtimebidding v1 |
| |
| Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive via pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status. |
| |
| Official API documentation: https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/ |
| |
| #### Recommender API - recommender v1 |
| |
| Official API documentation: https://cloud.google.com/recommender/docs/ |
| |
| #### Google Cloud Memorystore for Redis API - redis v1 |
| |
| Creates and manages Redis instances on the Google Cloud Platform. |
| |
| Official API documentation: https://cloud.google.com/memorystore/docs/redis/ |
| |
| #### Remote Build Execution API - remotebuildexecution v2 |
| |
| Supplies a Remote Execution API service for tools such as bazel. |
| |
| Official API documentation: https://cloud.google.com/remote-build-execution/docs/ |
| |
| #### Google Workspace Reseller API - reseller v1 |
| |
| Perform common functions that are available on the Channel Services console at scale, like placing orders and viewing customer information |
| |
| Official API documentation: https://developers.google.com/google-apps/reseller/ |
| |
| #### Retail API - retail v2 |
| |
| Cloud Retail service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud. |
| |
| Official API documentation: https://cloud.google.com/recommendations |
| |
| #### Cloud Run Admin API - run v1 |
| |
| Deploy and manage user provided container images that scale automatically based on HTTP traffic. |
| |
| Official API documentation: https://cloud.google.com/run/ |
| |
| #### Cloud Runtime Configuration API - runtimeconfig v1 |
| |
| The Runtime Configurator allows you to dynamically configure and expose variables through Google Cloud Platform. In addition, you can also set Watchers and Waiters that will watch for changes to your data and return based on certain conditions. |
| |
| Official API documentation: https://cloud.google.com/deployment-manager/runtime-configurator/ |
| |
| #### Safe Browsing API - safebrowsing v4 |
| |
| Enables client applications to check web resources (most commonly URLs) against Google-generated lists of unsafe web resources. The Safe Browsing APIs are for non-commercial use only. If you need to use APIs to detect malicious URLs for commercial purposes – meaning “for sale or revenue-generating purposes” – please refer to the Web Risk API. |
| |
| Official API documentation: https://developers.google.com/safe-browsing/ |
| |
| #### Apps Script API - script v1 |
| |
| Manages and executes Google Apps Script projects. |
| |
| Official API documentation: https://developers.google.com/apps-script/api/ |
| |
| #### Google Search Console API - searchconsole v1 |
| |
| The Search Console API provides access to both Search Console data (verified users only) and to public information on an URL basis (anyone) |
| |
| Official API documentation: https://developers.google.com/webmaster-tools/search-console-api/ |
| |
| #### Secret Manager API - secretmanager v1 |
| |
| Stores sensitive data such as API keys, passwords, and certificates. Provides convenience while improving security. |
| |
| Official API documentation: https://cloud.google.com/secret-manager/ |
| |
| #### Security Command Center API - securitycenter v1 |
| |
| Security Command Center API provides access to temporal views of assets and findings within an organization. |
| |
| Official API documentation: https://cloud.google.com/security-command-center |
| |
| #### Service Consumer Management API - serviceconsumermanagement v1 |
| |
| Manages the service consumers of a Service Infrastructure service. |
| |
| Official API documentation: https://cloud.google.com/service-consumer-management/docs/overview |
| |
| #### Service Control API - servicecontrol v1 |
| |
| Provides admission control and telemetry reporting for services integrated with Service Infrastructure. |
| |
| Official API documentation: https://cloud.google.com/service-control/ |
| |
| #### Service Control API - servicecontrol v2 |
| |
| Provides admission control and telemetry reporting for services integrated with Service Infrastructure. |
| |
| Official API documentation: https://cloud.google.com/service-control/ |
| |
| #### Service Directory API - servicedirectory v1 |
| |
| Service Directory is a platform for discovering, publishing, and connecting services. |
| |
| Official API documentation: https://cloud.google.com/service-directory |
| |
| #### Service Management API - servicemanagement v1 |
| |
| Google Service Management allows service producers to publish their services on Google Cloud Platform so that they can be discovered and used by service consumers. |
| |
| Official API documentation: https://cloud.google.com/service-management/ |
| |
| #### Service Networking API - servicenetworking v1 |
| |
| Provides automatic management of network configurations necessary for certain services. |
| |
| Official API documentation: https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started |
| |
| #### Service Usage API - serviceusage v1 |
| |
| Enables services that service consumers want to use on Google Cloud Platform, lists the available or enabled services, or disables services that service consumers no longer use. |
| |
| Official API documentation: https://cloud.google.com/service-usage/ |
| |
| #### Google Sheets API - sheets v4 |
| |
| Reads and writes Google Sheets. |
| |
| Official API documentation: https://developers.google.com/sheets/ |
| |
| ####  Google Site Verification API - siteVerification v1 |
| |
| Verifies ownership of websites or domains with Google. |
| |
| Official API documentation: https://developers.google.com/site-verification/ |
| |
| #### Google Slides API - slides v1 |
| |
| Reads and writes Google Slides presentations. |
| |
| Official API documentation: https://developers.google.com/slides/ |
| |
| #### Smart Device Management API - smartdevicemanagement v1 |
| |
| Allow select enterprise partners to access, control, and manage Google and Nest devices programmatically. |
| |
| Official API documentation: https://developers.google.com/nest/device-access |
| |
| #### Cloud Source Repositories API - sourcerepo v1 |
| |
| Accesses source code repositories hosted by Google. |
| |
| Official API documentation: https://cloud.google.com/source-repositories/docs/apis |
| |
| #### Cloud Spanner API - spanner v1 |
| |
| Cloud Spanner is a managed, mission-critical, globally consistent and scalable relational database service. |
| |
| Official API documentation: https://cloud.google.com/spanner/ |
| |
| #### Cloud Speech-to-Text API - speech v1 |
| |
| Converts audio to text by applying powerful neural network models. |
| |
| Official API documentation: https://cloud.google.com/speech-to-text/docs/quickstart-protocol |
| |
| ####  Cloud Storage JSON API - storage v1 |
| |
| Stores and retrieves potentially large, immutable data objects. |
| |
| Official API documentation: https://developers.google.com/storage/docs/json_api/ |
| |
| #### Storage Transfer API - storagetransfer v1 |
| |
| Transfers data from external data sources to a Google Cloud Storage bucket or between Google Cloud Storage buckets. |
| |
| Official API documentation: https://cloud.google.com/storage-transfer/docs |
| |
| #### Street View Publish API - streetviewpublish v1 |
| |
| Publishes 360 photos to Google Maps, along with position, orientation, and connectivity metadata. Apps can offer an interface for positioning, connecting, and uploading user-generated Street View images. |
| |
| Official API documentation: https://developers.google.com/streetview/publish/ |
| |
| #### Security Token Service API - sts v1 |
| |
| The Security Token Service exchanges Google or third-party credentials for a short-lived access token to Google Cloud resources. |
| |
| Official API documentation: http://cloud.google.com/iam/docs/workload-identity-federation |
| |
| #### Tag Manager API - tagmanager v1 |
| |
| This API allows clients to access and modify container and tag configuration. |
| |
| Official API documentation: https://developers.google.com/tag-manager |
| |
| #### Tag Manager API - tagmanager v2 |
| |
| This API allows clients to access and modify container and tag configuration. |
| |
| Official API documentation: https://developers.google.com/tag-manager |
| |
| #### Tasks API - tasks v1 |
| |
| The Google Tasks API lets you manage your tasks and task lists. |
| |
| Official API documentation: |
| |
| #### Cloud Testing API - testing v1 |
| |
| Allows developers to run automated tests for their mobile applications on Google infrastructure. |
| |
| Official API documentation: https://developers.google.com/cloud-test-lab/ |
| |
| #### Cloud Text-to-Speech API - texttospeech v1 |
| |
| Synthesizes natural-sounding speech by applying powerful neural network models. |
| |
| Official API documentation: https://cloud.google.com/text-to-speech/ |
| |
| #### Cloud TPU API - tpu v1 |
| |
| TPU API provides customers with access to Google TPU technology. |
| |
| Official API documentation: https://cloud.google.com/tpu/ |
| |
| #### Traffic Director API - trafficdirector v2 |
| |
| Official API documentation: https://cloud.google.com/traffic-director |
| |
| #### Cloud Translation API - translate v3 |
| |
| Integrates text translation into your website or application. |
| |
| Official API documentation: https://cloud.google.com/translate/docs/quickstarts |
| |
| #### G Suite Vault API - vault v1 |
| |
| Archiving and eDiscovery for G Suite. |
| |
| Official API documentation: https://developers.google.com/vault |
| |
| #### Semantic Tile API - vectortile v1 |
| |
| Serves vector tiles containing geospatial data. |
| |
| Official API documentation: https://developers.google.com/maps/contact-sales/ |
| |
| #### Chrome Verified Access API - verifiedaccess v1 |
| |
| API for Verified Access chrome extension to provide credential verification for chrome devices connecting to an enterprise network |
| |
| Official API documentation: https://developers.google.com/chrome/verified-access |
| |
| #### Cloud Video Intelligence API - videointelligence v1 |
| |
| Detects objects, explicit content, and scene changes in videos. It also specifies the region for annotation and transcribes speech to text. Supports both asynchronous API and streaming API. |
| |
| Official API documentation: https://cloud.google.com/video-intelligence/docs/ |
| |
| #### Cloud Vision API - vision v1 |
| |
| Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications. |
| |
| Official API documentation: https://cloud.google.com/vision/ |
| |
| #### Web Fonts Developer API - webfonts v1 |
| |
| The Google Web Fonts Developer API lets you retrieve information about web fonts served by Google. |
| |
| Official API documentation: https://developers.google.com/fonts/docs/developer_api |
| |
| ####  Search Console API - webmasters v3 |
| |
| View Google Search Console data for your verified sites. |
| |
| Official API documentation: https://developers.google.com/webmaster-tools/ |
| |
| #### Web Risk API - webrisk v1 |
| |
| Official API documentation: https://cloud.google.com/web-risk/ |
| |
| #### Web Security Scanner API - websecurityscanner v1 |
| |
| Scans your Compute and App Engine apps for common web vulnerabilities. |
| |
| Official API documentation: https://cloud.google.com/security-command-center/docs/concepts-web-security-scanner-overview/ |
| |
| #### Workflow Executions API - workflowexecutions v1 |
| |
| Execute workflows created with Workflows API. |
| |
| Official API documentation: https://cloud.google.com/workflows |
| |
| #### Workflows API - workflows v1 |
| |
| Orchestrate Workflows consisting of Google Cloud APIs, SaaS APIs or private API endpoints. |
| |
| Official API documentation: https://cloud.google.com/workflows |
| |
| #### YouTube Data API v3 - youtube v3 |
| |
| The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels. |
| |
| Official API documentation: https://developers.google.com/youtube/ |
| |
| #### YouTube Analytics API - youtubeAnalytics v2 |
| |
| Retrieves your YouTube Analytics data. |
| |
| Official API documentation: https://developers.google.com/youtube/analytics |
| |
| #### YouTube Reporting API - youtubereporting v1 |
| |
| Schedules reporting jobs containing your YouTube Analytics data and downloads the resulting bulk data reports in the form of CSV files. |
| |
| Official API documentation: https://developers.google.com/youtube/reporting/v1/reports/ |
| |