Google APIs This repository contains the original interface definitions of public Google APIs that support both REST and gRPC protocols. Reading the original interface definitions can provide a better understanding…
Google APIs
This repository contains the original interface definitions of public
Google APIs that support both REST and gRPC protocols. Reading the
original interface definitions can provide a better understanding of
Google APIs and help you to utilize them more efficiently. You can also
use these definitions with open source tools to generate client
libraries, documentation, and other artifacts.
Building
Bazel
The recommended way to build the API client libraries is through
Bazel >= 4.2.2.
First, install bazel.
To build all libraries:
bazel build //...
To test all libraries:
bazel test //...
To build one library in all languages:
bazel build //google/example/library/v1/...
To build the Java package for one library:
bazel build //google/example/library/v1:google-cloud-example-library-v1-java
Bazel packages exist in all the libraries for Java, Go, Python, Ruby, Node.js, PHP and C#.
Overview
Google APIs are typically deployed as API services that are hosted
under different DNS names. One API service may implement multiple APIs
and multiple versions of the same API.
Google APIs use Protocol Buffers
version 3 (proto3) as their Interface Definition Language (IDL) to
define the API interface and the structure of the payload messages. The
same interface definition is used for both REST and RPC versions of the
API, which can be accessed over different wire protocols.
There are several ways of accessing Google APIs:
1. JSON over HTTP: You can access all Google APIs directly using JSON
over HTTP, using
Google API client library
or third-party API client libraries.
2. Protocol Buffers over gRPC: You can access Google APIs published
in this repository through GRPC, which is
a high-performance binary RPC protocol over HTTP/2. It offers many
useful features, including request/response multiplex and full-duplex
streaming.
3. Google Cloud Client Libraries:
You can use these libraries to access Google Cloud APIs. They are based
on gRPC for better performance and provide idiomatic client surface for
better developer experience.
Discussions
This repo contains copies of Google API definitions and related files. For
discussions or to raise issues about
Google API client libraries,
GRPC or
Google Cloud Client Libraries please
refer to the repos associated with each area.
Repository Structure
This repository uses a directory hierarchy that reflects the Google
API product structure. In general, every API has its own root
directory, and each major version of the API has its own subdirectory.
The proto package names exactly match the directory: this makes it
easy to locate the proto definitions and ensures that the generated
client libraries have idiomatic namespaces in most programming
languages. Alongside the API directories live the configuration files
for the GAPIC toolkit.
NOTE: The major version of an API is used to indicate breaking
change to the API.
Generate gRPC Source Code
To generate gRPC source code for Google APIs in this repository, you
first need to install both Protocol Buffers and gRPC on your local
machine, then you can run make LANGUAGE=xxx all to generate the
source code. You need to integrate the generated source code into
your application build system.
NOTE: The Makefile is only intended to generate source code for the
entire repository. It is not for generating linkable client library
for a specific API. Please see other repositories under
https://github.com/googleapis for generating linkable client libraries.
Go gRPC Source Code
It is difficult to generate Go gRPC source code from this repository, since Go has different directory structure. Please use this repository instead.Members
-
mcp-toolbox
MCP Toolbox for Databases is an open source MCP server for databases.
Go ★ 16k 1d agoExplain → -
google-api-nodejs-client
Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
TypeScript ★ 12k 23d agoExplain → -
php-jwt ⑂
PHP package for JWT
PHP ★ 9.8k 9d agoExplain → -
google-api-php-client
A PHP client library for accessing Google APIs
PHP ★ 9.8k 12d agoExplain → -
google-api-python-client
🐍 The official Python client library for Google's discovery based APIs.
Python ★ 8.9k 1d agoExplain → -
googleapis
Public interface definitions of Google APIs.
Starlark ★ 8.6k 1d agoExplain → -
release-please
generate release PRs based on the conventionalcommits.org spec
TypeScript ★ 7.1k 2d agoExplain → -
google-cloud-python
Google Cloud Client Libraries for Python
Python ★ 5.3k 1d agoExplain → -
google-cloud-go
Google Cloud Client Libraries for Go.
Go ★ 4.5k 1d agoExplain → -
google-api-go-client
Auto-generated Google APIs for Go.
Go ★ 4.4k 21h agoExplain → -
python-genai
Google Gen AI Python SDK provides an interface for developers to integrate Google's generative models into their Python applications.
Python ★ 3.8k 1d agoExplain → -
google-cloud-node
Google Cloud Client Library for Node.js
JavaScript ★ 3.2k 1d agoExplain → -
google-api-ruby-client
REST client for Google APIs
Ruby ★ 2.9k 5d agoExplain → -
release-please-action
automated releases based on conventional commits
TypeScript ★ 2.4k 10d agoExplain → -
google-cloud-java
Google Cloud Client Library for Java
Java ★ 2.1k 10m agoExplain → -
google-auth-library-nodejs ▣
🔑 Google Auth Library for Node.js
TypeScript ★ 1.9k 7mo agoExplain → -
js-genai
TypeScript/JavaScript SDK for Gemini and Vertex AI.
TypeScript ★ 1.6k 1d agoExplain → -
google-api-dotnet-client
Google APIs Client Library for .NET
C# ★ 1.5k 3d agoExplain → -
google-api-java-client
Google APIs Client Library for Java
Java ★ 1.5k 2mo agoExplain → -
google-cloud-ruby
Google Cloud Client Library for Ruby
Ruby ★ 1.4k 18h agoExplain → -
google-auth-library-php
Google Auth Library for PHP
PHP ★ 1.4k 3d agoExplain → -
google-api-php-client-services
No description.
PHP ★ 1.3k 3h agoExplain → -
google-cloud-php
Google Cloud Client Library for PHP
PHP ★ 1.2k 1d agoExplain → -
go-genai
Google Gen AI Go SDK provides an interface for developers to integrate Google's generative models into their Go applications.
Go ★ 1.1k 2d agoExplain → -
google-cloud-dotnet
Google Cloud Client Libraries for .NET
C# ★ 1.1k 1d agoExplain → -
elixir-google-api
Elixir client libraries for accessing Google APIs.
Elixir ★ 1.1k 10d agoExplain → -
google-cloud-rust
Google Cloud Rust Client Libraries
Rust ★ 928 2d agoExplain → -
python-aiplatform
A Python SDK for Vertex AI, a fully managed, end-to-end platform for data science and machine learning.
Python ★ 901 1d agoExplain → -
gaxios ▣
An HTTP request client that provides an axios like interface over top of node-fetch. Super lightweight. Supports proxies and all sorts of other stuff.
TypeScript ★ 848 7mo agoExplain → -
gcloud-mcp
gcloud MCP server
TypeScript ★ 842 1d agoExplain → -
api-linter
A linter for APIs defined in protocol buffers.
Go ★ 762 5d agoExplain → -
repo-automation-bots
A collection of bots, based on probot, for performing common maintenance tasks across the open-source repos managed by Google on GitHub.
TypeScript ★ 733 4d agoExplain → -
google-api-java-client-services
Generated Java code for Google APIs
Java ★ 722 3h agoExplain → -
nodejs-speech ▣
This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
★ 681 2y agoExplain → -
nodejs-firestore ▣
Node.js client for Google Cloud Firestore: a NoSQL document database built for automatic scaling, high performance, and ease of application development.
TypeScript ★ 658 3mo agoExplain → -
google-cloud-cpp
C++ Client Libraries for Google Cloud Services
C++ ★ 652 2h agoExplain → -
go-genproto
Generated code for Google Cloud client libraries.
Go ★ 620 2d agoExplain → -
google-auth-library-ruby
Google Auth Library for Ruby
Ruby ★ 512 3d agoExplain → -
nodejs-translate ▣
This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
★ 501 2y agoExplain → -
java-genai
Google Gen AI Java SDK provides an interface for developers to integrate Google's generative models into their Java applications.
Java ★ 376 2d agoExplain → -
google-cloud-php-core
No description.
PHP ★ 344 3d agoExplain → -
google-cloud-php-storage
No description.
PHP ★ 343 18d agoExplain → -
gapic-generator-go
Generate Go API client libraries from Protocol Buffers.
Go ★ 298 4d agoExplain → -
python-bigquery-dataframes ▣
This library has moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/bigframes
Python ★ 290 2mo agoExplain → -
googleapis.github.io ▣
The GitHub pages site for the googleapis organization.
HTML ★ 241 2y agoExplain → -
gax-go
Google API Extensions for Go.
Go ★ 221 4d agoExplain → -
google-cloud-php-translate
No description.
PHP ★ 203 3d agoExplain → -
mcp-toolbox-sdk-python
Python SDK for interacting with the MCP Toolbox for Databases.
Python ★ 190 1d agoExplain → -
java-bigtable-hbase
Java libraries and HBase client extensions for accessing Google Cloud Bigtable
Java ★ 183 3d agoExplain → -
github-repo-automation ▣
A set of tools to automate multiple GitHub repository management.
TypeScript ★ 181 1y agoExplain → -
nodejs-vertexai
No description.
TypeScript ★ 177 2d agoExplain → -
common-protos-php
PHP protocol buffer classes generated from https://github.com/googleapis/api-common-protos
PHP ★ 174 3d agoExplain → -
java-pubsub ▣
No description.
Java ★ 149 1mo agoExplain → -
dotnet-genai
Google Gen AI Dotnet SDK provides an interface for developers to integrate Google's generative models into their .NET applications.
HTML ★ 145 2d agoExplain → -
gapic-generator-python ▣
This library has moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/gapic-generator
Python ★ 139 2mo agoExplain → -
python-texttospeech ▣
This library has moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-texttospeech
★ 125 2y agoExplain → -
go-sql-spanner
Google Cloud Spanner driver for Go's database/sql package.
Go ★ 122 4d agoExplain → -
php-analytics-data
No description.
PHP ★ 119 1mo agoExplain → -
nodejs-bigtable ▣
Node.js client for Google Cloud Bigtable: Google's NoSQL Big Data database service.
JavaScript ★ 106 2mo agoExplain → -
google-cloud-php-pubsub
No description.
PHP ★ 90 3d agoExplain → -
gax-dotnet
Google API Extensions for .NET
C# ★ 83 1d agoExplain → -
google-cloud-php-dialogflow
No description.
PHP ★ 78 3d agoExplain → -
mcp-toolbox-sdk-js
Javascript SDK for interacting with the MCP Toolbox for Databases.
TypeScript ★ 75 1d agoExplain → -
discovery-artifact-manager
The Discovery Artifact Manager is intended to facilitate testing, publishing, and synchronization of generators and artifacts for client libraries and generated code samples of Google APIs defined by the API Discovery Service.
Java ★ 60 17h agoExplain → -
mcp-toolbox-sdk-go
Go SDK for interacting with the MCP Toolbox for Databases.
Go ★ 58 2d agoExplain → -
google-cloud-php-speech
No description.
PHP ★ 55 3d agoExplain → -
gapic-generator-csharp
No description.
C# ★ 54 4d agoExplain → -
java-cloud-bom
No description.
Java ★ 50 5d agoExplain → -
go-gorm-spanner
Google Cloud Spanner implementation for Go's GORM library.
Go ★ 45 1d agoExplain → -
langchain-google-cloud-sql-pg-python
No description.
Python ★ 45 10d agoExplain → -
langchain-google-spanner-python
No description.
Python ★ 44 2d agoExplain → -
java-pubsublite
No description.
Java ★ 43 1d agoExplain → -
librarian
CLI for managing SDK client library configuration, generation and releases
Go ★ 40 8h agoExplain → -
langchain-google-alloydb-pg-python
No description.
Python ★ 38 1d agoExplain → -
dotnet-spanner-entity-framework
No description.
C# ★ 35 1d agoExplain → -
langchain-google-firestore-python
No description.
Python ★ 34 1d agoExplain → -
storage-testbench
A testbench for Google Cloud Storage client libraries.
Python ★ 24 1d agoExplain → -
google-cloud-php-datastore
No description.
PHP ★ 24 3d agoExplain → -
google-cloud-php-ai-platform
No description.
PHP ★ 23 3d agoExplain → -
langchain-google-cloud-sql-mysql-python
No description.
Python ★ 23 2d agoExplain → -
google-cloud-php-spanner
No description.
PHP ★ 21 3d agoExplain → -
mcp-toolbox-sdk-java
Java SDK for interacting with the MCP Toolbox for Databases.
Java ★ 20 1d agoExplain → -
google-cloud-dart
[Experimental] Google Cloud Dart Client Libraries
Dart ★ 20 1d agoExplain → -
php-analytics-admin
No description.
PHP ★ 20 1mo agoExplain → -
langchain-google-memorystore-redis-python
No description.
Python ★ 18 2d agoExplain → -
langchain-google-el-carro-python
No description.
Python ★ 18 2d agoExplain → -
google-cloudevents-dotnet
CloudEvent Types for .NET
C# ★ 16 1d agoExplain → -
doc-pipeline
No description.
Python ★ 14 3d agoExplain → -
ruby-core-libraries
No description.
Ruby ★ 13 3mo agoExplain → -
google-cloud-php-kms
No description.
PHP ★ 12 3d agoExplain → -
langchain-google-bigtable-python
No description.
Python ★ 11 1d agoExplain → -
managedkafka
No description.
Java ★ 10 29d agoExplain → -
llama-index-cloud-sql-pg-python
No description.
Python ★ 9 1d agoExplain → -
genai-toolbox-llamaindex-python ▣
LlamaIndex SDK for interacting with the Gen AI Toolbox for Databases.
Python ★ 8 1y agoExplain → -
go-spanner-cassandra
Cassandra wire-protocol proxy for Cloud Spanner
Go ★ 8 16d agoExplain → -
python-bigquery-magics ▣
This library has moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/bigquery-magics
Python ★ 8 3mo agoExplain → -
cndb-client-testing-protos
No description.
Shell ★ 8 4d agoExplain → -
kotlin-genai
No description.
Kotlin ★ 7 2d agoExplain → -
google-cloud-php-functions
No description.
PHP ★ 7 3d agoExplain → -
llama-index-alloydb-pg-python
No description.
Python ★ 7 4d agoExplain → -
langchain-google-datastore-python
No description.
Python ★ 7 2d agoExplain → -
java-vertexai
No description.
Java ★ 6 15h agoExplain → -
ruby-spanner
No description.
Ruby ★ 6 5d agoExplain → -
langchain-google-cloud-sql-mssql-python
No description.
Python ★ 6 2d agoExplain → -
google-cloud-php-dataproc
No description.
PHP ★ 5 3d agoExplain → -
google-cloud-php-artifact-registry
No description.
PHP ★ 5 3d agoExplain → -
java-spanner-cassandra
Cassandra wire-protocol proxy for Cloud Spanner
Java ★ 5 4d agoExplain → -
google-cloud-php-security-private-ca
No description.
PHP ★ 4 3d agoExplain → -
google-cloud-php-notebooks
No description.
PHP ★ 4 3d agoExplain → -
google-cloud-php-gke-backup
No description.
PHP ★ 4 3d agoExplain → -
google-cloud-php-apigee-registry
No description.
PHP ★ 4 3d agoExplain → -
php-apps-meet
No description.
PHP ★ 4 3mo agoExplain → -
cpp-bigquery-odbc
No description.
C++ ★ 4 2d agoExplain → -
google-cloud-php-support
No description.
PHP ★ 4 1mo agoExplain → -
google-cloud-php-advisorynotifications
No description.
PHP ★ 4 3mo agoExplain → -
google-cloud-php-confidentialcomputing
No description.
PHP ★ 4 3mo agoExplain → -
google-cloud-php-gsuite-addons
No description.
PHP ★ 4 3mo agoExplain → -
google-cloud-php-kms-inventory
No description.
PHP ★ 4 3mo agoExplain → -
google-cloud-php-datacatalog-lineage
No description.
PHP ★ 4 1mo agoExplain → -
google-cloud-php-service-management
No description.
PHP ★ 3 3d agoExplain → -
google-cloud-php-network-management
No description.
PHP ★ 3 3d agoExplain → -
google-cloud-php-dataplex
No description.
PHP ★ 3 3d agoExplain → -
google-cloud-php-beyondcorp-clientgateways
No description.
PHP ★ 3 3d agoExplain → -
google-cloud-php-beyondcorp-appconnections
No description.
PHP ★ 3 3d agoExplain → -
spanner-sql-udf
No description.
★ 3 4d agoExplain → -
google-cloud-php-bigquery-analyticshub
No description.
PHP ★ 3 3mo agoExplain → -
google-cloud-cpp-bigquery
C++ Client Library for Google Cloud BigQuery
C++ ★ 3 8d agoExplain → -
php-shopping-merchant-products
No description.
PHP ★ 3 1mo agoExplain → -
php-shopping-merchant-accounts
No description.
PHP ★ 3 2mo agoExplain → -
python-bigquery-analyticshub ▣
This library has moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-bigquery-analyticshub
★ 3 3y agoExplain → -
google-cloud-php-storageinsights
No description.
PHP ★ 3 3mo agoExplain → -
google-cloud-php-discoveryengine
No description.
PHP ★ 3 3mo agoExplain → -
google-cloud-php-vmware-engine
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-network-security
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-network-connectivity
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-netapp
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-geminidataanalytics
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-eventarc
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-developerconnect
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-deploy
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-dataproc-metastore
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-dataform
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-build
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-beyondcorp-clientconnectorservices
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-beyondcorp-appgateways
No description.
PHP ★ 2 3d agoExplain → -
google-cloud-php-beyondcorp-appconnectors
No description.
PHP ★ 2 3d agoExplain → -
php-ads-marketingplatform-admin
No description.
PHP ★ 2 3mo agoExplain → -
google-cloud-php-oracledatabase
No description.
PHP ★ 2 3mo agoExplain → -
google-cloud-php-privilegedaccessmanager
No description.
PHP ★ 2 3mo agoExplain → -
google-cloud-php-apihub
No description.
PHP ★ 2 3mo agoExplain → -
php-shopping-merchant-promotions
No description.
PHP ★ 2 2mo agoExplain → -
php-apps-chat
No description.
PHP ★ 2 1mo agoExplain → -
php-shopping-merchant-lfp
No description.
PHP ★ 2 2mo agoExplain → -
php-shopping-merchant-conversions
No description.
PHP ★ 2 3mo agoExplain → -
php-shopping-merchant-datasources
No description.
PHP ★ 2 2mo agoExplain → -
php-shopping-merchant-quota
No description.
PHP ★ 2 3mo agoExplain → -
php-shopping-css
No description.
PHP ★ 2 2mo agoExplain → -
google-cloud-php-quotas
No description.
PHP ★ 2 3mo agoExplain → -
google-cloud-php-rapidmigrationassessment
No description.
PHP ★ 2 3mo agoExplain → -
php-shopping-merchant-reports
No description.
PHP ★ 2 1mo agoExplain → -
google-cloud-php-securitycentermanagement
No description.
PHP ★ 2 3mo agoExplain → -
google-cloud-php-migrationcenter
No description.
PHP ★ 2 3mo agoExplain → -
python-edgecontainer ▣
This library has moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-edgecontainer
★ 2 3y agoExplain → -
python-gsuiteaddons ▣
This library has moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-gsuiteaddons
★ 2 2y agoExplain → -
google-cloud-php-iam
No description.
PHP ★ 2 3mo agoExplain → -
google-cloud-php-bigquery-datapolicies
No description.
PHP ★ 2 3mo agoExplain → -
google-cloud-php-vectorsearch
No description.
PHP ★ 1 3d agoExplain → -
google-cloud-php-securitycompliance
No description.
PHP ★ 1 3d agoExplain → -
google-cloud-php-securesourcemanager
No description.
PHP ★ 1 3d agoExplain → -
google-cloud-php-networkservices
No description.
PHP ★ 1 3d agoExplain → -
google-cloud-php-dialogflow-cx
No description.
PHP ★ 1 3d agoExplain → -
google-cloud-php-config
No description.
PHP ★ 1 3d agoExplain → -
google-cloud-php-backupdr
No description.
PHP ★ 1 3d agoExplain → -
google-cloud-php-apphub
No description.
PHP ★ 1 3d agoExplain → -
php-ads-data-manager
No description.
PHP ★ 1 3d agoExplain → -
php-ads-ad-manager
No description.
PHP ★ 1 1mo agoExplain → -
google-cloud-php-managedkafka
No description.
PHP ★ 1 3mo agoExplain → -
php-geo-common-protos
No description.
PHP ★ 1 3mo agoExplain → -
php-shopping-merchant-notifications
No description.
PHP ★ 1 2mo agoExplain → -
google-cloud-php-storage-control
No description.
PHP ★ 1 18d agoExplain → -
php-maps-fleetengine
No description.
PHP ★ 1 3mo agoExplain → -
php-maps-fleetengine-delivery
No description.
PHP ★ 1 3mo agoExplain → -
php-maps-routeoptimization
No description.
PHP ★ 1 3mo agoExplain → -
google-cloud-php-cloudcontrolspartner
No description.
PHP ★ 1 3mo agoExplain → -
google-cloud-php-servicehealth
No description.
PHP ★ 1 3mo agoExplain → -
google-cloud-php-parallelstore
No description.
PHP ★ 1 3mo agoExplain → -
php-apps-events-subscriptions
No description.
PHP ★ 1 3mo agoExplain → -
google-cloud-php-telcoautomation
No description.
PHP ★ 1 3mo agoExplain → -
google-cloud-php-policytroubleshooter-iam
No description.
PHP ★ 1 3mo agoExplain → -
google-cloud-php-commerce-consumer-procurement
No description.
PHP ★ 1 3mo agoExplain → -
google-cloud-php-policysimulator
No description.
PHP ★ 1 3mo agoExplain → -
php-shopping-common-protos
No description.
PHP ★ 1 3mo agoExplain → -
php-shopping-merchant-inventories
No description.
PHP ★ 1 1mo agoExplain → -
google-cloud-php-edgenetwork
No description.
PHP ★ 1 3mo agoExplain → -
google-cloud-php-redis-cluster
No description.
PHP ★ 1 1mo agoExplain → -
google-cloud-php-workloadmanager
No description.
PHP ★ 0 3d agoExplain → -
google-cloud-php-hypercomputecluster
No description.
PHP ★ 0 3d agoExplain → -
google-cloud-php-ces
No description.
PHP ★ 0 3d agoExplain → -
google-cloud-php-auditmanager
No description.
PHP ★ 0 3d agoExplain → -
google-cloud-php-appoptimize
No description.
PHP ★ 0 3d agoExplain →
No repos match these filters.