Uses of Class
com.google.cloud.apigateway.v1.ApiGatewayServiceClient.ListGatewaysPage
-
Packages that use ApiGatewayServiceClient.ListGatewaysPage Package Description com.google.cloud.apigateway.v1 A client to API Gateway API -
-
Uses of ApiGatewayServiceClient.ListGatewaysPage in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 that return ApiGatewayServiceClient.ListGatewaysPage Modifier and Type Method Description protected ApiGatewayServiceClient.ListGatewaysPage
ApiGatewayServiceClient.ListGatewaysPage. createPage(com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, ListGatewaysResponse response)
Methods in com.google.cloud.apigateway.v1 that return types with arguments of type ApiGatewayServiceClient.ListGatewaysPage Modifier and Type Method Description com.google.api.core.ApiFuture<ApiGatewayServiceClient.ListGatewaysPage>
ApiGatewayServiceClient.ListGatewaysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGatewaysRequest,ListGatewaysResponse,Gateway> context, com.google.api.core.ApiFuture<ListGatewaysResponse> futureResponse)
Method parameters in com.google.cloud.apigateway.v1 with type arguments of type ApiGatewayServiceClient.ListGatewaysPage Modifier and Type Method Description protected ApiGatewayServiceClient.ListGatewaysFixedSizeCollection
ApiGatewayServiceClient.ListGatewaysFixedSizeCollection. createCollection(List<ApiGatewayServiceClient.ListGatewaysPage> pages, int collectionSize)
-