This page contains links to sample applications for Google Cloud Endpoints. The samples are hosted on the Google Cloud GitHub page. This section describes the samples and lists relevant tutorials that might accompany the samples.
All these samples assume you have at least basic programming knowledge.
Go samples
Name | Description |
---|---|
getting-started-grpc
|
Demonstrates how to use Cloud Endpoints using Go and gRPC with different Google Cloud options. |
getting-started
|
Demonstrates how to use Endpoints using Go and OpenAPI. For a complete walkthrough showing how to run this sample using different Google Cloud options, see the following: |
Java samples
Name | Description |
---|---|
getting-started-grpc
|
Demonstrates how to use Endpoints using Java and gRPC with different Google Cloud options. |
bookstore-grpc
|
The Endpoints Bookstore application with gRPC and built using Gradle. |
getting-started
|
Demonstrates how to use Endpoints using a Java backend. For a complete walkthrough showing how to run this sample in different Endpoints environments, see the following: |
Node.js samples
Name | Description |
---|---|
getting-started-grpc
|
Demonstrates how to use Endpoints using Node.js and gRPC with different Google Cloud options. |
getting-started
|
Demonstrates how to use Endpoints using Node.js and OpenAPI. For a complete walkthrough showing how to run this sample using different Google Cloud options, see the following: |
PHP samples
Name | Description |
---|---|
getting-started
|
Demonstrates how to use Endpoints using PHP and OpenAPI. For a complete walkthrough showing how to run this sample using different Google Cloud options, see the following: |
Python samples
Name | Description |
---|---|
getting-started-grpc
|
Demonstrates how to use Endpoints using Python and gRPC with different Google Cloud options. |
bookstore-grpc
|
The Endpoints Bookstore application in Python with gRPC. |
kubernetes
|
Kubernetes configuration example for running Endpoints with gRPC Bookstore backend. |
getting-started
|
Demonstrates how to use Endpoints using a Python backend. For a complete walkthrough showing how to run this sample in different Endpoints environments, see the following: |
Ruby samples
Name | Description |
---|---|
getting-started
|
Demonstrates how to use Endpoints using Ruby and OpenAPI. For a complete walkthrough showing how to run this sample using different Google Cloud options, see the following: |