Index: generated/googleapis/lib/licensing/v1.dart |
diff --git a/generated/googleapis/lib/licensing/v1.dart b/generated/googleapis/lib/licensing/v1.dart |
index 8ba9d490205d42a42384239405f4eb9ab7420c8d..824e866dcb3acd0e31e2fc6b37e61e2f0b7b43ce 100644 |
--- a/generated/googleapis/lib/licensing/v1.dart |
+++ b/generated/googleapis/lib/licensing/v1.dart |
@@ -20,8 +20,8 @@ class LicensingApi { |
LicenseAssignmentsResourceApi get licenseAssignments => new LicenseAssignmentsResourceApi(_requester); |
- LicensingApi(http.Client client) : |
- _requester = new common_internal.ApiRequester(client, "https://www.googleapis.com/", "apps/licensing/v1/product/"); |
+ LicensingApi(http.Client client, {core.String rootUrl: "https://www.googleapis.com/", core.String servicePath: "apps/licensing/v1/product/"}) : |
+ _requester = new common_internal.ApiRequester(client, rootUrl, servicePath); |
} |