HomeSort by relevance Sort by last modified time
    Searched refs:googleapiclient (Results 1 - 10 of 10) sorted by null

  /test/vts/utils/python/build/api/
artifact_fetcher.py 19 import googleapiclient
26 from googleapiclient.discovery import build
155 downloader = googleapiclient.http.MediaIoBaseDownload(
  /test/framework/harnesses/host_controller/tfc/
tfc_client.py 22 from googleapiclient import discovery
23 from googleapiclient import http
  /external/tensorflow/tensorflow/contrib/cluster_resolver/python/training/
gce_cluster_resolver.py 27 from googleapiclient import discovery # pylint: disable=g-import-not-at-top
65 service: The GCE API object returned by the googleapiclient.discovery
70 ImportError: If the googleapiclient is not installed.
85 raise ImportError('googleapiclient must be installed before using the '
tpu_cluster_resolver.py 30 from googleapiclient import discovery # pylint: disable=g-import-not-at-top
74 service: The GCE API object returned by the googleapiclient.discovery
79 ImportError: If the googleapiclient is not installed.
101 raise ImportError('googleapiclient must be installed before using the '
  /test/framework/harnesses/host_controller/
tfc_host_controller.py 23 from googleapiclient import errors
invocation_thread.py 22 from googleapiclient import errors
  /external/autotest/site_utils/
pubsub_utils_unittest.py 17 from googleapiclient.errors import UnknownApiNameOrVersion
  /test/framework/harnesses/host_controller/command_processor/
command_build.py 23 from googleapiclient import errors
command_config.py 24 from googleapiclient import errors
command_device.py 23 from googleapiclient import errors

Completed in 162 milliseconds