Uses of Class
com.google.cloud.apigateway.v1.ApiGatewayServiceClient
-
Packages that use ApiGatewayServiceClient Package Description com.google.cloud.apigateway.v1 A client to API Gateway API -
-
Uses of ApiGatewayServiceClient in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 that return ApiGatewayServiceClient Modifier and Type Method Description static ApiGatewayServiceClient
ApiGatewayServiceClient. create()
Constructs an instance of ApiGatewayServiceClient with default settings.static ApiGatewayServiceClient
ApiGatewayServiceClient. create(ApiGatewayServiceSettings settings)
Constructs an instance of ApiGatewayServiceClient, using the given settings.static ApiGatewayServiceClient
ApiGatewayServiceClient. create(ApiGatewayServiceStub stub)
Constructs an instance of ApiGatewayServiceClient, using the given stub for making calls.
-