ComputeApi constructor

ComputeApi(
  1. Client client, {
  2. String rootUrl = 'https://compute.googleapis.com/',
  3. String servicePath = 'compute/v1/',
})

Implementation

ComputeApi(
  http.Client client, {
  core.String rootUrl = 'https://compute.googleapis.com/',
  core.String servicePath = 'compute/v1/',
}) : _requester = commons.ApiRequester(
       client,
       rootUrl,
       servicePath,
       requestHeaders,
     );