Kode yang diteruskan oleh aplikasi klien saat memanggil API. Kunci API
mengidentifikasi aplikasi atau Google Cloud project yang melakukan
panggilan ke API. Lihat
Alasan dan waktu menggunakan kunci API
untuk mengetahui informasi selengkapnya tentang penggunaan kunci API dengan Endpoints API Anda.
Framework Endpoints untuk lingkungan standar App Engine
terdiri dari alat, library, dan kemampuan yang memungkinkan Anda membuat API dan
library klien dari aplikasi App Engine. Lihat
Tentang Framework Endpoint
untuk mengetahui informasi selengkapnya.
Paket software yang berisi library, framework, dan setelan
yang diperlukan aplikasi untuk dijalankan. Lihat
Apa yang dimaksud dengan penampung
untuk mengetahui informasi selengkapnya.
Cross-Origin Resource Sharing (CORS) adalah spesifikasi yang menyediakan cara bagi aplikasi web untuk mengakses resource di server di domain lain (secara teknis, di origin lain). Untuk mempelajari CORS lebih lanjut, lihat
dokumen web Mozilla Developer Network (MDN)
dan Fetch Living Standard.
Software open source yang memungkinkan Anda mengotomatiskan deployment aplikasi di dalam
container software. Lihat Apa itu Docker
untuk mengetahui informasi selengkapnya.
Extensible Service Proxy (ESP) adalah proxy skalabel berperforma tinggi berbasis Nginx
yang berjalan di depan backend OpenAPI atau gRPC API dan menyediakan fitur pengelolaan API
seperti autentikasi, pemantauan, dan logging. Lihat artikel Tentang Endpoint dan Endpoint: Ringkasan arsitektur untuk mengetahui informasi selengkapnya.
Extensible Service Proxy V2 (ESPv2) adalah proxy skalabel berperforma tinggi berbasis Envoy yang berjalan di depan backend OpenAPI atau gRPC API dan menyediakan fitur pengelolaan API seperti autentikasi, pemantauan, dan logging. Lihat
Tentang Endpoint
dan
Endpoint: Ringkasan arsitektur
untuk mengetahui informasi selengkapnya.
Layanan autentikasi Google yang mendukung login pengguna akhir untuk aplikasi
klien menggunakan kredensial dari penyedia identitas gabungan populer
seperti Google, Facebook, atau Twitter. Lihat
Autentikasi Firebase
untuk mengetahui informasi selengkapnya.
Token Web JSON (JWT) yang berisi kolom OpenID
Connect
yang diperlukan untuk mengidentifikasi akun pengguna atau akun layanan Google, dan yang
ditandatangani oleh layanan autentikasi Google, https://accounts.google.com.
Framework RPC universal open source berperforma tinggi yang dikembangkan oleh Google.
Di gRPC, aplikasi klien dapat langsung memanggil metode pada aplikasi server
di komputer lain seolah-olah itu adalah objek lokal. Lihat
Cloud Endpoints for gRPC API
untuk mengetahui informasi tentang penggunaan gRPC dengan Endpoints dan situs
gRPC
untuk mengetahui informasi umum.
Token Web JSON adalah format token akses standar terbuka untuk digunakan dalam header
Otorisasi HTTP dan parameter kueri URI. Lihat
Pengantar Token Web JSON untuk informasi
umum.
Antarmuka command line untuk menjalankan perintah terhadap cluster Kubernetes. Anda
menggunakan kubectl saat men-deploy API untuk Endpoint di cluster
Kubernetes atau
Google Kubernetes Engine.
Lihat Ringkasan kubectl
untuk mengetahui informasi selengkapnya.
Software open source yang memungkinkan Anda mengotomatiskan deployment, pengelolaan,
dan penskalaan aplikasi dalam container di seluruh cluster host.
Lihat Kubernetes untuk mengetahui informasi selengkapnya.
Open API Initiative adalah upaya seluruh industri untuk
menstandardisasi deskripsi REST API. API yang dijelaskan dengan
Spesifikasi OpenAPI (sebelumnya
Spesifikasi Swagger) dapat didukung dengan alat
umum yang membuat dokumentasi, mengotomatiskan pengujian, dan membuat kode untuk klien
dan server. Lihat
ringkasan OpenAPI
untuk mengetahui informasi selengkapnya.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-19 UTC."],[[["\u003cp\u003eThis page serves as a glossary for terms used in Cloud Endpoints documentation, providing brief definitions and links to detailed information.\u003c/p\u003e\n"],["\u003cp\u003eCloud Endpoints supports APIs described using both the OpenAPI Specification and gRPC, allowing developers to utilize common tools for documentation, testing, and code generation.\u003c/p\u003e\n"],["\u003cp\u003eThe Extensible Service Proxy (ESP and ESPv2) are high-performance proxies that run in front of APIs, offering management features like authentication, monitoring, and logging.\u003c/p\u003e\n"],["\u003cp\u003eContainers, like those managed by Docker and Kubernetes, are software packages that bundle the dependencies required for an application to run.\u003c/p\u003e\n"],["\u003cp\u003eAPI keys, JWTs, and Google ID tokens are methods for authenticating users and applications when accessing APIs.\u003c/p\u003e\n"]]],[],null,["# Glossary\n\n[OpenAPI](/endpoints/docs/openapi/glossary \"View this page for the Cloud Endpoints OpenAPI docs\") \\| gRPC\n\n\u003cbr /\u003e\n\nThis page provides brief definitions and links to more information of terms\nthat are used in the Cloud Endpoints documentation.\n\nAPI key\n: A code passed in by a client application when it calls an API. API\n keys identify the application or the Google Cloud project making\n the call to the API. See\n [Why and when to use API keys](/endpoints/docs/openapi/when-why-api-key)\n for more information on using an API key with your Endpoints API.\n\nAuth0\n: A service that lets you define how users authenticate to applications. See\n [Auth0](https://auth0.com) for more information.\n\nCloud Endpoints Frameworks\n: Endpoints Frameworks for the App Engine standard environment\n consists of tools, libraries, and capabilities that let you generate APIs and\n client libraries from an App Engine application. See\n [About Endpoints Frameworks](/endpoints/docs/frameworks/java/about-cloud-endpoints-frameworks)\n for more information.\n\ncontainer\n: A software package that contains the libraries, frameworks, and settings.\n that an application requires to run. See\n [What is a container](https://www.docker.com/what-container)\n for more information.\n\nCORS\n: Cross-Origin Resource Sharing (CORS) is a specification that provides a way\n for web applications to access resources on a server in another domain\n (technically, in another origin). To learn more about CORS, see the\n [Mozilla Developer Network (MDN) web docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)\n and the [Fetch Living Standard](https://fetch.spec.whatwg.org/).\n\nDocker\n: Open source software that lets you automate deploying applications inside\n software containers. See [What is Docker](https://www.docker.com/what-docker)\n for more information.\n\nExtensible Service Proxy\n: The Extensible Service Proxy (ESP) is an Nginx-based high-performance, scalable proxy\n that runs in front of an OpenAPI or gRPC API backend and provides API management\n features such as authentication, monitoring, and logging. See\n [About Endpoints](/endpoints/docs/openapi/about-cloud-endpoints)\n and\n [Endpoints: Architectural overview](/endpoints/docs/openapi/architecture-overview)\n for more information.\n\nExtensible Service Proxy V2\n\n: The Extensible Service Proxy V2 (ESPv2) is an [Envoy](https://www.envoyproxy.io/docs/envoy/latest/)-based\n high-performance, scalable proxy that runs in front of an OpenAPI or gRPC API backend and provides API management\n features such as authentication, monitoring, and logging. See\n [About Endpoints](/endpoints/docs/openapi/about-cloud-endpoints)\n and\n [Endpoints: Architectural overview](/endpoints/docs/openapi/architecture-overview)\n for more information.\n\n: ESPv2 supports version 2 of the\n [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md) and [gRPC](http://www.grpc.io) Specifications.\n\nFirebase authentication\n\n: Google's authentication service that supports end user sign-in for client\n applications by using credentials from popular federated identity providers\n such as Google, Facebook, or Twitter. See\n [Firebase authentication](https://firebase.google.com/docs/auth/)\n for more information.\n\nGoogle ID token\n\n: A JSON Web Token (JWT) that contains the [OpenID\n Connect](https://developers.google.com/identity/protocols/OpenIDConnect)\n fields needed to identify a Google user account or service account, and that\n is signed by Google's authentication service, `https://accounts.google.com`.\n\ngRPC\n\n: A high performance, open source universal RPC framework developed by Google.\n In gRPC, a client application can directly call methods on a server application\n on a different machine as if it was a local object. See\n [Cloud Endpoints for gRPC APIs](/endpoints/docs/grpc/about-grpc)\n for information on using gRPC with Endpoints and the\n [gRPC](http://www.grpc.io)\n website for general information.\n\nJWT\n\n: JSON Web Token is an open standard access token format for use in HTTP\n Authorization headers and URI query parameters. See\n [Introduction to JSON Web Tokens](https://jwt.io/introduction/) for general\n information.\n\nkubectl\n\n: A command-line interface for running commands against Kubernetes clusters. You\n use `kubectl` when deploying an API for Endpoints on a Kubernetes\n or\n [Google Kubernetes Engine](/kubernetes-engine/docs/clusters)\n cluster.\n See [Overview of `kubectl`](https://kubernetes.io/docs/user-guide/kubectl-overview/)\n for more information.\n\nKubernetes\n\n: Open source software that lets you automate the deployment, management,\n and scaling of containerized applications across clusters of hosts.\n See [Kubernetes](https://kubernetes.io/) for more information.\n\nNGINX\n\n: An open source, high-performance HTTP server and service proxy that\n ESP is based on. See the\n [NGINX Wiki](https://www.nginx.com/resources/wiki/)\n for more information. For information on ESP, see\n [About Cloud Endpoints](/endpoints/docs/openapi/about-cloud-endpoints)\n and [Endpoints: Architectural overview](/endpoints/docs/openapi/architecture-overview).\n\nOpenAPI\n\n: The [Open API Initiative](http://openapis.org) is an industry-wide effort to\n standardize the description of REST APIs. APIs that are described with the\n [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification) (formerly\n the [Swagger Specification](http://swagger.io)) can be supported with common\n tools that create documentation, automate testing, and generate code for clients\n and servers. See\n [OpenAPI overview](/endpoints/docs/openapi/openapi-overview)\n for more information.\n\nOpenAPI document\n\n: A configuration file in either YAML or JSON format that you use to describe\n your API.\n\nsurface\n\n: The public interface of an API. An API's surface consists of the methods\n as well as the parameters and return types used in the methods."]]