google-cloud-api-gateway overview (2.1.12)

com.google.cloud.apigateway.v1

The interfaces provided are listed below, along with usage samples.

ApiGatewayServiceClient

Service Description: The API Gateway Service is the interface for managing API Gateways.

Sample for ApiGatewayServiceClient:

try(ApiGatewayServiceClientapiGatewayServiceClient=ApiGatewayServiceClient.create()){GatewayNamename=GatewayName.of("[PROJECT]","[LOCATION]","[GATEWAY]");Gatewayresponse=apiGatewayServiceClient.getGateway(name);}

com.google.cloud.apigateway.v1.stub

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-31 UTC.