googleapis.com

The Google Cloud Platform Service Broker API provides Google hosted implementation of the Open Service Broker API (https://www.openservicebrokerapi.org/).

🔑 oauth2 14 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
GetBinding returns the binding information.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicebroker.googleapis.com/v1beta1/{name}
ListBrokers lists brokers.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicebroker.googleapis.com/v1beta1/{parent}/brokers
Lists all the bindings in the instance.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicebroker.googleapis.com/v1beta1/{parent}/bindings
Endpoints (14 total)
GET
/v1beta1/{name}
GetBinding returns the binding information.
GET
/v1beta1/{parent}/brokers
ListBrokers lists brokers.
GET
/v1beta1/{parent}/bindings
Lists all the bindings in the instance.
GET
/v1beta1/{parent}/instances
Lists all the instances in the brokers This API is an extension and not part …
GET
/v1beta1/{parent}/v2/catalog
Lists all the Services registered with this broker for consumption for given …
GET
/v1beta1/{name}/last_operation
Returns the state of the last operation for the binding. Only last (or curren…
GET
/v1beta1/{resource}:getIamPolicy
Gets the access control policy for a resource. Returns an empty policy if the…
POST
/v1beta1/{parent}/brokers
CreateBroker creates a Broker.
POST
/v1beta1/{resource}:setIamPolicy
Sets the access control policy on the specified resource. Replaces any existi…
POST
/v1beta1/{resource}:testIamPermissions
Returns permissions that a caller has on the specified resource. If the resou…
PUT
/v1beta1/{parent}/service_bindings/{binding_id}
CreateBinding generates a service binding to an existing service instance. Se…
PUT
/v1beta1/{parent}/v2/service_instances/{instance_id}
Provisions a service instance. If `request.accepts_incomplete` is false and B…
At a glance
Total SDKs10
Languages6
Endpoints14
Authoauth2
https://servicebroker.googleapis.com