Home
last modified time | relevance | path

Searched defs:listGateways (Results 1 – 4 of 4) sorted by relevance

/external/aws-sdk-java-v2/services/storagegateway/src/it/java/software/amazon/awssdk/services/storagegateway/
DServiceIntegrationTest.java48 ListGatewaysResponse listGateways = sg.listGateways(ListGatewaysRequest.builder().build()); in testListGateways() local
/external/google-cloud-java/java-api-gateway/grpc-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/
DApiGatewayServiceGrpc.java749 default void listGateways( in listGateways() method
992 public void listGateways( in listGateways() method in ApiGatewayServiceGrpc.ApiGatewayServiceStub
1244 public com.google.cloud.apigateway.v1.ListGatewaysResponse listGateways( in listGateways() method in ApiGatewayServiceGrpc.ApiGatewayServiceBlockingStub
1461 listGateways(com.google.cloud.apigateway.v1.ListGatewaysRequest request) { in listGateways() method in ApiGatewayServiceGrpc.ApiGatewayServiceFutureStub
/external/google-cloud-java/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/
DApiGatewayServiceClient.java234 public final ListGatewaysPagedResponse listGateways(LocationName parent) { in listGateways() method in ApiGatewayServiceClient
266 public final ListGatewaysPagedResponse listGateways(String parent) { in listGateways() method in ApiGatewayServiceClient
301 public final ListGatewaysPagedResponse listGateways(ListGatewaysRequest request) { in listGateways() method in ApiGatewayServiceClient
/external/google-cloud-java/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/
DMockApiGatewayServiceImpl.java63 public void listGateways( in listGateways() method in MockApiGatewayServiceImpl