با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
برای تجربه بهتری نسبت به توسعه روی REST خام یا gRPC برای ارتباط سرور به سرور، از کتابخانههای مشتری زبان خاص Google استفاده کنید. با مراجعه به مخزن GitHub ، فایلهای protobuf را دریافت کنید.
اگر کتابخانه ها در زبان برنامه شما وجود ندارند، از gRPC یا نقطه پایانی Fleet Engine REST استفاده کنید.
میتوانید از کتابخانه احراز هویت Fleet Engine برای ایجاد نشانههای وب JSON امضاشده در محیط جاوا استفاده کنید. Fleet Engine از JWT ها برای محدود کردن دسترسی به APIهای Fleet Engine در محیط های غیرقابل اعتماد استفاده می کند. کتابخانه تأیید هویت موتور ناوگان، ساخت JWTهای موتور ناوگان را در جاوا ساده کرده و آنها را به صورت ایمن امضا می کند. برای جزئیات، به کتابخانه احراز هویت Fleet Engine برای جاوا مراجعه کنید.
این کتابخانه دارای مزایای زیر است:
فرآیند ایجاد توکن های Fleet Engine را ساده می کند.
مکانیسمهای امضای رمز را به غیر از استفاده از فایلهای اعتبار (مانند جعل هویت یک حساب سرویس) ارائه میکند.
تاریخ آخرین بهروزرسانی 2025-09-04 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-09-04 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eFor server-to-server communication, Google recommends using their language-specific client libraries, which are based on protobuf files found on GitHub.\u003c/p\u003e\n"],["\u003cp\u003eIf a client library isn't available in your language, utilize gRPC or the Fleet Engine REST endpoints.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Cloud Client Libraries are designed for trusted server environments and should be used with Application Default Credentials and the \u003ccode\u003eondemandAdmin\u003c/code\u003e role; JWTs are not needed in this context.\u003c/p\u003e\n"],["\u003cp\u003eThe Fleet Engine Authentication Library simplifies the creation and signing of JWTs for securing Fleet Engine API access in untrusted environments, particularly recommended for Java implementations.\u003c/p\u003e\n"],["\u003cp\u003eLibraries for various languages like Java, Node.js, Go, Python, C#, PHP, and Ruby are available with instructions and links for installation provided.\u003c/p\u003e\n"]]],[],null,["# Client libraries for on-demand trips services\n\nFor a better experience than developing over raw REST or gRPC for\nserver-to-server communication, use Google's language-specific client libraries.\nGet the protobuf files these clients are based on by visiting the [GitHub](https://github.com/googleapis/googleapis/tree/master/google/maps/fleetengine/v1)\nrepository.\n\nIf libraries don't exist in your application's language, use gRPC or the\n[Fleet Engine REST](/maps/documentation/mobility/fleet-engine/reference/trips/rest) endpoints.\n| **Note:** Google Cloud Client Libraries are intended to run in trusted server environments. JWTs are unnecessary. Use [Application Default\n| Credentials](https://cloud.google.com/docs/authentication/provide-credentials-adc) along with the appropriate `ondemandAdmin` role.\n\nJava\n----\n\nJava libraries are published to public Maven repositories as\n[`com.google.maps:google-maps-fleetengine`](https://central.sonatype.com/artifact/com.google.maps/google-maps-fleetengine). \n\n### Gradle\n\n dependencies {\n implementation 'com.google.maps:google-maps-fleetengine:latest.release'\n }\n\n### Maven\n\n \u003cproject\u003e\n \u003cdependency\u003e\n \u003cgroupId\u003ecom.google.maps\u003c/groupId\u003e\n \u003cartifactId\u003egoogle-maps-fleetengine\u003c/artifactId\u003e\n \u003cversion\u003eLATEST\u003c/version\u003e\n \u003c/dependency\u003e\n \u003c/project\u003e\n\nSee Java examples for interacting with the Fleet Engine API on the\n[Getting started with Fleet Engine](/maps/documentation/mobility/fleet-engine/essentials/vehicles/on-demand-create-vehicle#vehicle_creation_example) page.\n\n### Fleet Engine Authentication Library\n\nYou can use the Fleet Engine Authentication Library to create signed JSON web\ntokens in the Java environment. Fleet Engine uses JWTs to restrict access to\nFleet Engine APIs in untrusted environments. The Fleet Engine Authentication\nLibrary simplifies construction of Fleet Engine JWTs in Java and securely signs\nthem. For details, see [Fleet Engine Authentication Library for Java](https://github.com/googlemaps/java-fleetengine-auth).\n\nThe library provides the following benefits:\n\n- Simplifies the process of creating Fleet Engine Tokens.\n- Provides token signing mechanisms other than using credential files (such as impersonating a service account.)\n\n| **Important:** Google highly recommends using the Fleet Engine Authentication Library with all Java implementations.\n\nNode.js / TypeScript\n--------------------\n\nSee \u003chttps://www.npmjs.com/package/@googlemaps/fleetengine\u003e \n\n### npm\n\n npm install @googlemaps/fleetengine\n\nGo\n---\n\n| Experimental Library\n\nThe Go library is packaged as a module at\n\u003chttps://pkg.go.dev/cloud.google.com/go/maps\u003e\n\nPython\n------\n\n| Experimental Library\n\nSee \u003chttps://pypi.org/project/google-maps-fleetengine/0.1.0/\u003e \n\n### pip\n\n pip install google-auth\n pip install google-maps-fleetengine\n\nC#\n---\n\n| Experimental Library\n\nInstallation instructions for the C# library can be found at\n\u003chttps://www.nuget.org/packages/Google.Maps.FleetEngine.V1\u003e.\n\nPHP\n---\n\n| Experimental Library\n\nSee \u003chttps://packagist.org/packages/google/maps-fleetengine\u003e.\n\nRuby\n----\n\n| Experimental Library\n\nSee \u003chttps://rubygems.org/gems/google-maps-fleet_engine\u003e."]]