Using go-genai with googleapis.com

Go integration

✓ Official SDK
Install
go get github.com/googleapis/go-genai
Quick start
import "go-genai"

// Initialize client
client := go-genai.NewClient("YOUR_ACCESS_TOKEN")
Retrieves the latest workflow template.Can retrieve previously instantiated t…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dataproc.googleapis.com/v1/{name}
Lists batch workloads.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dataproc.googleapis.com/v1/{parent}/batches
Lists workflows that match the specified filter in the request.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://dataproc.googleapis.com/v1/{parent}/workflowTemplates
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:dataproc
At a glance
Language Go
Endpoints34
Base URLhttps://dataproc.googleapis.com
✓ Official