gRPC: 선택한 프로그래밍 언어에서 클라이언트 라이브러리를 사용할 수 없으면, gRPC에서 지원되는 어떤 언어에서든 Dataproc를 위한 gRPC 클라이언트 라이브러리를 생성할 수 있습니다. 이를 위해서는 GitHub 저장소에서 제공되는 프로토콜 버퍼 서비스 정의가 필요합니다.
그런 다음 grpc.io에서 원하는 언어에 해당하는 안내를 따라 클라이언트를 생성하여 사용할 수 있습니다.
REST API: Dataproc의 클라이언트 라이브러리나 gRPC API를 사용할 수 없으면 REST API를 사용하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-25(UTC)"],[[["Dataproc offers multiple programmatic interfaces for interaction, with Google Cloud Client Libraries being the recommended option."],["Google Cloud Client Libraries are available in various languages, built on gRPC, and manage operational details like polling and retries."],["If a client library is unavailable for your programming language, you can generate gRPC client libraries using protocol buffers from the Google repository."],["As an alternative when client libraries or gRPC API is not an option, the Dataproc REST API can be utilized."]]],[]]