Google Cloud Client Library for Python
- - an idiomatic, intuitive, and natural way for Python developers to
- integrate with Google Cloud Platform services, like Cloud Datastore
- and Cloud Storage.
gcloud-python is a client library for accessing Google
- Cloud Platform services that significantly reduces the boilerplate
- code you have to write. The library provides high-level API
- abstractions so they're easier to understand. It embraces
- idioms of Python, works well with the standard library, and
- integrates better with your codebase.
- All this means you spend more time creating code that matters
- to you.
-
-
gcloud-python is configured to access Google Cloud Platform
- services and authorize (OAuth 2.0) automatically on your behalf.
- With a one-line install and a private key, you are up and ready
- to go. Better yet, if you are running on a Google Compute Engine
- instance, the one-line install is enough!
What is the relationship between the gcloud-python package
- and the gcloud command-line tool?
-
Both the gcloud command-line tool and
- gcloud-python package are a part of the Google Cloud SDK: a collection
- of tools and libraries that enable you to easily create and manage
- resources on the Google Cloud Platform. The gcloud command-line
- tool can be used to manage both your development workflow and your
- Google Cloud Platform resources while the gcloud-python package is the
- Google Cloud Client Library for Python.
-
-
What is the relationship between gcloud-python
- and the Google APIs Python Client?
-
The
- Google APIs Python Client is a client library for
- using the broad set of Google APIs.
- gcloud-python is built specifically for the Google Cloud Platform
- and is the recommended way to integrate Google Cloud APIs into your
- Python applications. If your application requires both Google Cloud Platform and
- other Google APIs, the 2 libraries may be used by your application.
gcloud
\ No newline at end of file
+
+
+
+
+
+
+
+
+ google-cloud
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
google-cloud
+
Google Cloud Client Library for Python
+ - an idiomatic, intuitive, and natural way for Python developers to
+ integrate with Google Cloud Platform services, like Cloud Datastore
+ and Cloud Storage.
google-cloud is a client library for accessing Google
+ Cloud Platform services that significantly reduces the boilerplate
+ code you have to write. The library provides high-level API
+ abstractions so they're easier to understand. It embraces
+ idioms of Python, works well with the standard library, and
+ integrates better with your codebase.
+ All this means you spend more time creating code that matters
+ to you.
+
+
google-cloud is configured to access Google Cloud Platform
+ services and authorize (OAuth 2.0) automatically on your behalf.
+ With a one-line install and a private key, you are up and ready
+ to go. Better yet, if you are running on a Google Compute Engine
+ instance, the one-line install is enough!
+ gcloud-python-expenses-demo - Use google-cloud-python with the Datastore and Cloud Storage to manage expenses
+
+
+
+
+
+
+
+
FAQ
+
+
What is the relationship between the google-cloud package
+ and the gcloud command-line tool?
+
Both the gcloud command-line tool and
+ google-cloud package are a part of the Google Cloud SDK: a collection
+ of tools and libraries that enable you to easily create and manage
+ resources on the Google Cloud Platform. The gcloud command-line
+ tool can be used to manage both your development workflow and your
+ Google Cloud Platform resources while the google-cloud package is the
+ Google Cloud Client Library for Python.
+
+
What is the relationship between google-cloud
+ and the Google APIs Python Client?
+
The
+ Google APIs Python Client is a client library for
+ using the broad set of Google APIs.
+ google-cloud is built specifically for the Google Cloud Platform
+ and is the recommended way to integrate Google Cloud APIs into your
+ Python applications. If your application requires both Google Cloud Platform and
+ other Google APIs, the 2 libraries may be used by your application.
Google Cloud Client Library for Python
- - an idiomatic, intuitive, and natural way for Python developers to
- integrate with Google Cloud Platform services, like Cloud Datastore
- and Cloud Storage.
gcloud-python is a client library for accessing Google
- Cloud Platform services that significantly reduces the boilerplate
- code you have to write. The library provides high-level API
- abstractions so they're easier to understand. It embraces
- idioms of Python, works well with the standard library, and
- integrates better with your codebase.
- All this means you spend more time creating code that matters
- to you.
-
-
gcloud-python is configured to access Google Cloud Platform
- services and authorize (OAuth 2.0) automatically on your behalf.
- With a one-line install and a private key, you are up and ready
- to go. Better yet, if you are running on a Google Compute Engine
- instance, the one-line install is enough!
What is the relationship between the gcloud-python package
- and the gcloud command-line tool?
-
Both the gcloud command-line tool and
- gcloud-python package are a part of the Google Cloud SDK: a collection
- of tools and libraries that enable you to easily create and manage
- resources on the Google Cloud Platform. The gcloud command-line
- tool can be used to manage both your development workflow and your
- Google Cloud Platform resources while the gcloud-python package is the
- Google Cloud Client Library for Python.
-
-
What is the relationship between gcloud-python
- and the Google APIs Python Client?
-
The
- Google APIs Python Client is a client library for
- using the broad set of Google APIs.
- gcloud-python is built specifically for the Google Cloud Platform
- and is the recommended way to integrate Google Cloud APIs into your
- Python applications. If your application requires both Google Cloud Platform and
- other Google APIs, the 2 libraries may be used by your application.
-
-
diff --git a/json/master/gcloud/bigquery/client.json b/json/master/gcloud/bigquery/client.json
deleted file mode 100644
index 2bff25c22ac8..000000000000
--- a/json/master/gcloud/bigquery/client.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Client for interacting with the Google BigQuery API.",
- "examples": [],
- "id": "gcloud.bigquery.client",
- "methods": [],
- "name": "Client",
- "source": "gcloud/bigquery/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/client/client.json b/json/master/gcloud/bigquery/client/client.json
deleted file mode 100644
index 9120c7a97b93..000000000000
--- a/json/master/gcloud/bigquery/client/client.json
+++ /dev/null
@@ -1,458 +0,0 @@
-{
- "description": "\n Client for interacting with the Google BigQuery API.",
- "examples": [],
- "id": "gcloud.bigquery.client.client",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.client.Client.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/client.py#L184",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.client.Client.copy_table",
- "name": "copy_table",
- "params": [
- {
- "description": " tables to be copied.",
- "name": "sources",
- "nullable": null,
- "optional": null,
- "types": [
- "sequence of gcloud.bigquery.table.Table"
- ]
- },
- {
- "description": " Table into which data is to be copied.",
- "name": "destination",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.table.Table"
- ]
- },
- {
- "description": " Name of the job.",
- "name": "job_name",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.job.CopyJob"
- ]
- }
- ],
- "source": "gcloud/bigquery/client.py#L207",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.client.Client.dataset",
- "name": "dataset",
- "params": [
- {
- "description": " Name of the dataset.",
- "name": "dataset_name",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.dataset.Dataset"
- ]
- }
- ],
- "source": "gcloud/bigquery/client.py#L94",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.client.Client.extract_table_to_storage",
- "name": "extract_table_to_storage",
- "params": [
- {
- "description": " table to be extracted.",
- "name": "source",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.table.Table"
- ]
- },
- {
- "description": " Name of the job.",
- "name": "job_name",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " URIs of CloudStorage file(s) into which table data is to be extracted; in format gs:///.",
- "name": "destination_uris",
- "nullable": null,
- "optional": null,
- "types": [
- "sequence of string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.job.ExtractTableToStorageJob"
- ]
- }
- ],
- "source": "gcloud/bigquery/client.py#L227",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.client.Client.from_service_account_json",
- "name": "from_service_account_json",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must contain a JSON object with a private key and other credentials information (downloaded from the Google APIs console).",
- "name": "json_credentials_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.pubsub.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L33",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.client.Client.from_service_account_p12",
- "name": "from_service_account_p12",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must be in P12 format.",
- "name": "private_key_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " The e-mail attached to the service account.",
- "name": "client_email",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L63",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.client.Client.job_from_resource",
- "name": "job_from_resource",
- "params": [
- {
- "description": " one job resource from API response",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "One of"
- ]
- }
- ],
- "source": "gcloud/bigquery/client.py#L105",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.client.Client.list_datasets",
- "name": "list_datasets",
- "params": [
- {
- "description": " opaque marker for the next \"page\" of datasets. If not passed, the API will return the first page of datasets.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " True if results include hidden datasets.",
- "name": "include_all",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean"
- ]
- },
- {
- "description": " maximum number of datasets to return, If not passed, defaults to a value set by the API.",
- "name": "max_results",
- "nullable": null,
- "optional": null,
- "types": [
- "int"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "tuple, (list, str)"
- ]
- }
- ],
- "source": "gcloud/bigquery/client.py#L51",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.client.Client.list_jobs",
- "name": "list_jobs",
- "params": [
- {
- "description": " opaque marker for the next \"page\" of jobs. If not passed, the API will return the first page of jobs.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " maximum number of jobs to return, If not passed, defaults to a value set by the API.",
- "name": "max_results",
- "nullable": null,
- "optional": null,
- "types": [
- "int"
- ]
- },
- {
- "description": " if true, include jobs owned by all users in the project.",
- "name": "all_users",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean"
- ]
- },
- {
- "description": " if passed, include only jobs matching the given state. One of * \"done\" * \"pending\" * \"running\"",
- "name": "state_filter",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "tuple, (list, str)"
- ]
- }
- ],
- "source": "gcloud/bigquery/client.py#L130",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.client.Client.load_table_from_storage",
- "name": "load_table_from_storage",
- "params": [
- {
- "description": " URIs of data files to be loaded; in format gs:///.",
- "name": "source_uris",
- "nullable": null,
- "optional": null,
- "types": [
- "sequence of string"
- ]
- },
- {
- "description": " Table into which data is to be loaded.",
- "name": "destination",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.table.Table"
- ]
- },
- {
- "description": " Name of the job.",
- "name": "job_name",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.job.LoadTableFromStorageJob"
- ]
- }
- ],
- "source": "gcloud/bigquery/client.py#L185",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.client.Client.run_async_query",
- "name": "run_async_query",
- "params": [
- {
- "description": " SQL query to be executed",
- "name": "query",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " Name of the job.",
- "name": "job_name",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.job.QueryJob"
- ]
- }
- ],
- "source": "gcloud/bigquery/client.py#L250",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.client.Client.run_sync_query",
- "name": "run_sync_query",
- "params": [
- {
- "description": " SQL query to be executed",
- "name": "query",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.query.QueryResults"
- ]
- }
- ],
- "source": "gcloud/bigquery/client.py#L267",
- "type": "instance"
- }
- ],
- "name": "Client",
- "source": "gcloud/bigquery/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/connection.json b/json/master/gcloud/bigquery/connection.json
deleted file mode 100644
index 3ce6d2534b4d..000000000000
--- a/json/master/gcloud/bigquery/connection.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Create / interact with gcloud bigquery connections.",
- "examples": [],
- "id": "gcloud.bigquery.connection",
- "methods": [],
- "name": "Connection",
- "source": "gcloud/bigquery/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/connection/connection.json b/json/master/gcloud/bigquery/connection/connection.json
deleted file mode 100644
index b6d6e20f7573..000000000000
--- a/json/master/gcloud/bigquery/connection/connection.json
+++ /dev/null
@@ -1,170 +0,0 @@
-{
- "description": "\n Create / interact with gcloud bigquery connections.",
- "examples": [],
- "id": "gcloud.bigquery.connection.connection",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.connection.Connection.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/connection.py#L75",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.connection.Connection.api_request",
- "name": "api_request",
- "params": [
- {
- "description": " The HTTP method name (ie, GET, POST, etc). Required.",
- "name": "method",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library. Default is the latest API version supported by gcloud-python.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The path to the resource (ie, '/b/bucket-name'). Required.",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Protected argument to be used by library callers. This can allow custom behavior, for example, to defer an HTTP request and complete initialization of the object at a later time.",
- "name": "_target_object",
- "nullable": null,
- "optional": null,
- "types": [
- "object or NoneType"
- ]
- },
- {
- "description": " If True, this method will try to parse the response as JSON and raise an exception if that cannot be done. Default is True.",
- "name": "expect_json",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this. Default is the standard API base URL.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The data to send as the body of the request. Default is the empty string.",
- "name": "data",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The proper MIME type of the data provided. Default is None.",
- "name": "content_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "dict or str"
- ]
- }
- ],
- "source": "gcloud/connection.py#L272",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.connection.Connection.build_api_url",
- "name": "build_api_url",
- "params": [
- {
- "description": " The path to the resource (ie, '/b/bucket-name').",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "string"
- ]
- }
- ],
- "source": "gcloud/connection.py#L155",
- "type": "instance"
- }
- ],
- "name": "Connection",
- "source": "gcloud/bigquery/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/dataset.json b/json/master/gcloud/bigquery/dataset.json
deleted file mode 100644
index 083195bb7f65..000000000000
--- a/json/master/gcloud/bigquery/dataset.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Define API Datasets.",
- "examples": [],
- "id": "gcloud.bigquery.dataset",
- "methods": [],
- "name": "Dataset",
- "source": "gcloud/bigquery/dataset.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/dataset/accessgrant.json b/json/master/gcloud/bigquery/dataset/accessgrant.json
deleted file mode 100644
index c03d2ef0e88f..000000000000
--- a/json/master/gcloud/bigquery/dataset/accessgrant.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Define API Datasets.",
- "examples": [],
- "id": "gcloud.bigquery.dataset.accessgrant",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.dataset.AccessGrant.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/dataset.py#L59",
- "type": "instance"
- }
- ],
- "name": "Accessgrant",
- "source": "gcloud/bigquery/dataset.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/dataset/dataset.json b/json/master/gcloud/bigquery/dataset/dataset.json
deleted file mode 100644
index 608bd062bd35..000000000000
--- a/json/master/gcloud/bigquery/dataset/dataset.json
+++ /dev/null
@@ -1,200 +0,0 @@
-{
- "description": "\n Define API Datasets.",
- "examples": [],
- "id": "gcloud.bigquery.dataset.dataset",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.dataset.Dataset.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/dataset.py#L107",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.dataset.Dataset.create",
- "name": "create",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/dataset.py#L410",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.dataset.Dataset.delete",
- "name": "delete",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/dataset.py#L518",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.dataset.Dataset.exists",
- "name": "exists",
- "params": [
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "bool"
- ]
- }
- ],
- "source": "gcloud/bigquery/dataset.py#L426",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.dataset.Dataset.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " Client which holds credentials and project configuration for the dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client"
- ]
- },
- {
- "description": " dataset resource representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.dataset.Dataset"
- ]
- }
- ],
- "source": "gcloud/bigquery/dataset.py#L294",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.dataset.Dataset.list_tables",
- "name": "list_tables",
- "params": [
- {
- "description": " opaque marker for the next \"page\" of datasets. If not passed, the API will return the first page of datasets.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " maximum number of tables to return, If not passed, defaults to a value set by the API.",
- "name": "max_results",
- "nullable": null,
- "optional": null,
- "types": [
- "int"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "tuple, (list, str)"
- ]
- }
- ],
- "source": "gcloud/bigquery/dataset.py#L531",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.dataset.Dataset.patch",
- "name": "patch",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/dataset.py#L465",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.dataset.Dataset.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/dataset.py#L449",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.dataset.Dataset.table",
- "name": "table",
- "params": [
- {
- "description": " Name of the table.",
- "name": "name",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The table's schema",
- "name": "schema",
- "nullable": null,
- "optional": null,
- "types": [
- " gcloud.bigquery.table.SchemaField"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.table.Table"
- ]
- }
- ],
- "source": "gcloud/bigquery/dataset.py#L568",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.dataset.Dataset.update",
- "name": "update",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/dataset.py#L503",
- "type": "instance"
- }
- ],
- "name": "Dataset",
- "source": "gcloud/bigquery/dataset.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/index.json b/json/master/gcloud/bigquery/index.json
deleted file mode 100644
index fab8d1f6148e..000000000000
--- a/json/master/gcloud/bigquery/index.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "description": "\n Google Cloud BigQuery API wrapper.\n The main concepts with this API are:\n - gcloud.bigquery.dataset.Dataset represents an collection of tables.\n - gcloud.bigquery.table.Table represents a single \"relation\".",
- "examples": [
- {
- "caption": "List datasets for the client's project:",
- "code": "# client_list_datasets\n datasets, token = client.list_datasets() # API request\n while True:\n for dataset in datasets:\n do_something_with(dataset)\n if token is None:\n break\n datasets, token = client.list_datasets(page_token=token) # API request\n"
- },
- {
- "caption": "Create a new dataset for the client's project:",
- "code": "# dataset_create\n dataset = client.dataset(DATASET_NAME)\n dataset.create() # API request\n"
- },
- {
- "caption": "Check for the existence of a dataset:",
- "code": "# dataset_exists\n assert not dataset.exists() # API request\n dataset.create() # API request\n assert dataset.exists() # API request\n"
- },
- {
- "caption": "Refresh metadata for a dataset (to pick up changes made by another client):",
- "code": "# dataset_reload\n assert dataset.description == ORIGINAL_DESCRIPTION\n dataset.description = LOCALLY_CHANGED_DESCRIPTION\n assert dataset.description == LOCALLY_CHANGED_DESCRIPTION\n dataset.reload() # API request\n assert dataset.description == ORIGINAL_DESCRIPTION\n"
- },
- {
- "caption": "Patch metadata for a dataset:",
- "code": "# dataset_patch\n ONE_DAY_MS = 24 * 60 * 60 * 1000\n assert dataset.description == ORIGINAL_DESCRIPTION\n dataset.patch(\n description=PATCHED_DESCRIPTION,\n default_table_expiration_ms=ONE_DAY_MS\n ) # API request\n assert dataset.description == PATCHED_DESCRIPTION\n assert dataset.default_table_expiration_ms == ONE_DAY_MS\n"
- },
- {
- "caption": null,
- "code": "# dataset_update\n from gcloud.bigquery import AccessGrant\n assert dataset.description == ORIGINAL_DESCRIPTION\n assert dataset.default_table_expiration_ms is None\n grant = AccessGrant(\n role='READER', entity_type='domain', entity_id='example.com')\n assert grant not in dataset.access_grants\n ONE_DAY_MS = 24 * 60 * 60 * 1000\n dataset.description = UPDATED_DESCRIPTION\n dataset.default_table_expiration_ms = ONE_DAY_MS\n grants = list(dataset.access_grants)\n grants.append(grant)\n dataset.access_grants = grants\n dataset.update() # API request\n assert dataset.description == UPDATED_DESCRIPTION\n assert dataset.default_table_expiration_ms == ONE_DAY_MS\n assert grant in dataset.access_grants\n"
- },
- {
- "caption": "Delete a dataset:",
- "code": "# dataset_delete\n assert dataset.exists() # API request\n dataset.delete()\n assert not dataset.exists() # API request\n"
- },
- {
- "caption": "Tables exist within datasets. List tables for the dataset:",
- "code": "# dataset_list_tables\n tables, token = dataset.list_tables() # API request\n assert len(tables) == 0\n assert token is None\n table = dataset.table(TABLE_NAME)\n table.view_query = QUERY\n table.create() # API request\n tables, token = dataset.list_tables() # API request\n assert len(tables) == 1\n assert tables[0].name == TABLE_NAME\n"
- },
- {
- "caption": "Create a table:",
- "code": "# table_create\n table = dataset.table(TABLE_NAME, SCHEMA)\n table.create() # API request\n"
- },
- {
- "caption": "Check for the existence of a table:",
- "code": "# table_exists\n table = dataset.table(TABLE_NAME, SCHEMA)\n assert not table.exists() # API request\n table.create() # API request\n assert table.exists() # API request\n"
- },
- {
- "caption": "Refresh metadata for a table (to pick up changes made by another client):",
- "code": "# table_reload\n assert table.friendly_name == ORIGINAL_FRIENDLY_NAME\n assert table.description == ORIGINAL_DESCRIPTION\n table.friendly_name = LOCALLY_CHANGED_FRIENDLY_NAME\n table.description = LOCALLY_CHANGED_DESCRIPTION\n table.reload() # API request\n assert table.friendly_name == ORIGINAL_FRIENDLY_NAME\n assert table.description == ORIGINAL_DESCRIPTION\n"
- },
- {
- "caption": "Patch specific properties for a table:",
- "code": "# table_patch\n assert table.friendly_name == ORIGINAL_FRIENDLY_NAME\n assert table.description == ORIGINAL_DESCRIPTION\n table.patch(\n friendly_name=PATCHED_FRIENDLY_NAME,\n description=PATCHED_DESCRIPTION,\n ) # API request\n assert table.friendly_name == PATCHED_FRIENDLY_NAME\n assert table.description == PATCHED_DESCRIPTION\n"
- },
- {
- "caption": "Update all writable metadata for a table",
- "code": "# table_update\n assert table.friendly_name == ORIGINAL_FRIENDLY_NAME\n assert table.description == ORIGINAL_DESCRIPTION\n NEW_SCHEMA = table.schema[:]\n NEW_SCHEMA.append(SchemaField('phone', 'string'))\n table.friendly_name = UPDATED_FRIENDLY_NAME\n table.description = UPDATED_DESCRIPTION\n table.schema = NEW_SCHEMA\n table.update() # API request\n assert table.friendly_name == UPDATED_FRIENDLY_NAME\n assert table.description == UPDATED_DESCRIPTION\n assert table.schema == NEW_SCHEMA\n"
- },
- {
- "caption": "Insert rows into a table's data:",
- "code": "# table_insert_data\n ROWS_TO_INSERT = [\n (u'Phred Phlyntstone', 32),\n (u'Wylma Phlyntstone', 29),\n ]\n\n table.insert_data(ROWS_TO_INSERT)\n"
- },
- {
- "caption": "Get rows from a table's data:",
- "code": "# table_fetch_data\n rows, _, token = table.fetch_data()\n while True:\n for row in rows:\n do_something(row)\n if token is None:\n break\n rows, _, token = table.fetch_data(page_token=token)\n"
- },
- {
- "caption": "Upload table data from a file:",
- "code": "# table_upload_from_file\n writer = csv.writer(csv_file)\n writer.writerow((b'full_name', b'age'))\n writer.writerow((b'Phred Phlyntstone', b'32'))\n writer.writerow((b'Wylma Phlyntstone', b'29'))\n csv_file.flush()\n\n with open(csv_file.name, 'rb') as readable:\n table.upload_from_file(\n readable, source_format='CSV', skip_leading_rows=1)\n"
- },
- {
- "caption": "Delete a table:",
- "code": "# table_delete\n assert table.exists() # API request\n table.delete() # API request\n assert not table.exists() # API request\n"
- },
- {
- "caption": "List jobs for a project:",
- "code": "# client_list_jobs\n jobs, token = client.list_jobs() # API request\n while True:\n for job in jobs:\n do_something_with(job)\n if token is None:\n break\n jobs, token = client.list_jobs(page_token=token) # API request\n"
- },
- {
- "caption": "Run a query which can be expected to complete within bounded time:",
- "code": "# client_run_sync_query\n query = client.run_sync_query(LIMITED)\n query.timeout_ms = TIMEOUT_MS\n query.run() # API request\n\n assert query.complete\n assert len(query.rows) == LIMIT\n assert [field.name for field in query.schema] == ['name']\n"
- },
- {
- "caption": "then we need to fetch the remaining rows via ``fetch_data``:",
- "code": "# client_run_sync_query_paged\n query = client.run_sync_query(LIMITED)\n query.timeout_ms = TIMEOUT_MS\n query.max_results = PAGE_SIZE\n query.run() # API request\n\n assert query.complete\n assert query.page_token is not None\n assert len(query.rows) == PAGE_SIZE\n assert [field.name for field in query.schema] == ['name']\n\n rows = query.rows\n token = query.page_token\n\n while True:\n do_something_with(rows)\n if token is None:\n break\n rows, total_count, token = query.fetch_data(\n page_token=token) # API request\n"
- },
- {
- "caption": "it is done, and then fetch the reuslts:",
- "code": "# client_run_sync_query_timeout\n query = client.run_sync_query(QUERY)\n query.timeout_ms = TIMEOUT_MS\n query.use_query_cache = False\n query.run() # API request\n\n assert not query.complete\n\n job = query.job\n job.reload() # API rquest\n retry_count = 0\n\n while retry_count < 10 and job.state != u'DONE':\n time.sleep(1.5**retry_count) # exponential backoff\n retry_count += 1\n job.reload() # API request\n\n assert job.state == u'DONE'\n\n rows, total_count, token = query.fetch_data() # API request\n while True:\n do_something_with(rows)\n if token is None:\n break\n rows, total_count, token = query.fetch_data(\n page_token=token) # API request\n"
- }
- ],
- "id": "gcloud.bigquery.__init__",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.__init__.SCOPE",
- "name": "SCOPE",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "__Init__",
- "source": "gcloud/bigquery/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job.json b/json/master/gcloud/bigquery/job.json
deleted file mode 100644
index d36f76cdc42f..000000000000
--- a/json/master/gcloud/bigquery/job.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job",
- "methods": [],
- "name": "Job",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/compression.json b/json/master/gcloud/bigquery/job/compression.json
deleted file mode 100644
index 0107e07debfb..000000000000
--- a/json/master/gcloud/bigquery/job/compression.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.compression",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.Compression.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/_helpers.py#L105",
- "type": "instance"
- }
- ],
- "name": "Compression",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/copyjob.json b/json/master/gcloud/bigquery/job/copyjob.json
deleted file mode 100644
index 0b8e683bcca3..000000000000
--- a/json/master/gcloud/bigquery/job/copyjob.json
+++ /dev/null
@@ -1,110 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.copyjob",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.CopyJob.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L709",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.CopyJob.begin",
- "name": "begin",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L351",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.CopyJob.cancel",
- "name": "cancel",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L406",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.CopyJob.exists",
- "name": "exists",
- "params": [
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "bool"
- ]
- }
- ],
- "source": "gcloud/bigquery/job.py#L367",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.CopyJob.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " Client which holds credentials and project configuration for the dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client"
- ]
- },
- {
- "description": " dataset job representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.job.CopyJob"
- ]
- }
- ],
- "source": "gcloud/bigquery/job.py#L762",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.CopyJob.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L390",
- "type": "instance"
- }
- ],
- "name": "Copyjob",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/createdisposition.json b/json/master/gcloud/bigquery/job/createdisposition.json
deleted file mode 100644
index 61854396f7ab..000000000000
--- a/json/master/gcloud/bigquery/job/createdisposition.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.createdisposition",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.CreateDisposition.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/_helpers.py#L105",
- "type": "instance"
- }
- ],
- "name": "Createdisposition",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/destinationformat.json b/json/master/gcloud/bigquery/job/destinationformat.json
deleted file mode 100644
index 7d10cf7c5c36..000000000000
--- a/json/master/gcloud/bigquery/job/destinationformat.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.destinationformat",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.DestinationFormat.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/_helpers.py#L105",
- "type": "instance"
- }
- ],
- "name": "Destinationformat",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/encoding.json b/json/master/gcloud/bigquery/job/encoding.json
deleted file mode 100644
index de39161d8fa5..000000000000
--- a/json/master/gcloud/bigquery/job/encoding.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.encoding",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.Encoding.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/_helpers.py#L105",
- "type": "instance"
- }
- ],
- "name": "Encoding",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/extracttabletostoragejob.json b/json/master/gcloud/bigquery/job/extracttabletostoragejob.json
deleted file mode 100644
index d9ad79dfeace..000000000000
--- a/json/master/gcloud/bigquery/job/extracttabletostoragejob.json
+++ /dev/null
@@ -1,110 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.extracttabletostoragejob",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.ExtractTableToStorageJob.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L825",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.ExtractTableToStorageJob.begin",
- "name": "begin",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L351",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.ExtractTableToStorageJob.cancel",
- "name": "cancel",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L406",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.ExtractTableToStorageJob.exists",
- "name": "exists",
- "params": [
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "bool"
- ]
- }
- ],
- "source": "gcloud/bigquery/job.py#L367",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.ExtractTableToStorageJob.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " Client which holds credentials and project configuration for the dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client"
- ]
- },
- {
- "description": " dataset job representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.job.ExtractTableToStorageJob"
- ]
- }
- ],
- "source": "gcloud/bigquery/job.py#L888",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.ExtractTableToStorageJob.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L390",
- "type": "instance"
- }
- ],
- "name": "Extracttabletostoragejob",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/loadtablefromstoragejob.json b/json/master/gcloud/bigquery/job/loadtablefromstoragejob.json
deleted file mode 100644
index 874913f7dffc..000000000000
--- a/json/master/gcloud/bigquery/job/loadtablefromstoragejob.json
+++ /dev/null
@@ -1,110 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.loadtablefromstoragejob",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.LoadTableFromStorageJob.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L465",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.LoadTableFromStorageJob.begin",
- "name": "begin",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L351",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.LoadTableFromStorageJob.cancel",
- "name": "cancel",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L406",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.LoadTableFromStorageJob.exists",
- "name": "exists",
- "params": [
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "bool"
- ]
- }
- ],
- "source": "gcloud/bigquery/job.py#L367",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.LoadTableFromStorageJob.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " Client which holds credentials and project configuration for the dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client"
- ]
- },
- {
- "description": " dataset job representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.job.LoadTableFromStorageJob"
- ]
- }
- ],
- "source": "gcloud/bigquery/job.py#L652",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.LoadTableFromStorageJob.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L390",
- "type": "instance"
- }
- ],
- "name": "Loadtablefromstoragejob",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/queryjob.json b/json/master/gcloud/bigquery/job/queryjob.json
deleted file mode 100644
index dbe54616c21f..000000000000
--- a/json/master/gcloud/bigquery/job/queryjob.json
+++ /dev/null
@@ -1,110 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.queryjob",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.QueryJob.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L954",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.QueryJob.begin",
- "name": "begin",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L351",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.QueryJob.cancel",
- "name": "cancel",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L406",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.QueryJob.exists",
- "name": "exists",
- "params": [
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "bool"
- ]
- }
- ],
- "source": "gcloud/bigquery/job.py#L367",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.QueryJob.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " Client which holds credentials and project configuration for the dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client"
- ]
- },
- {
- "description": " dataset job representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.job.RunAsyncQueryJob"
- ]
- }
- ],
- "source": "gcloud/bigquery/job.py#L1088",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.QueryJob.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L390",
- "type": "instance"
- }
- ],
- "name": "Queryjob",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/querypriority.json b/json/master/gcloud/bigquery/job/querypriority.json
deleted file mode 100644
index f335aa999e25..000000000000
--- a/json/master/gcloud/bigquery/job/querypriority.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.querypriority",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.QueryPriority.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/_helpers.py#L105",
- "type": "instance"
- }
- ],
- "name": "Querypriority",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/sourceformat.json b/json/master/gcloud/bigquery/job/sourceformat.json
deleted file mode 100644
index d82c8caa6ed6..000000000000
--- a/json/master/gcloud/bigquery/job/sourceformat.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.sourceformat",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.SourceFormat.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/_helpers.py#L105",
- "type": "instance"
- }
- ],
- "name": "Sourceformat",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/udfresource.json b/json/master/gcloud/bigquery/job/udfresource.json
deleted file mode 100644
index e3a31f4f75c3..000000000000
--- a/json/master/gcloud/bigquery/job/udfresource.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.udfresource",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.UDFResource.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/job.py#L41",
- "type": "instance"
- }
- ],
- "name": "Udfresource",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/udfresourcesproperty.json b/json/master/gcloud/bigquery/job/udfresourcesproperty.json
deleted file mode 100644
index 331ea9613ce9..000000000000
--- a/json/master/gcloud/bigquery/job/udfresourcesproperty.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.udfresourcesproperty",
- "methods": [],
- "name": "Udfresourcesproperty",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/job/writedisposition.json b/json/master/gcloud/bigquery/job/writedisposition.json
deleted file mode 100644
index 0d370ebc7dc4..000000000000
--- a/json/master/gcloud/bigquery/job/writedisposition.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Define API Jobs.",
- "examples": [],
- "id": "gcloud.bigquery.job.writedisposition",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.job.WriteDisposition.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/_helpers.py#L105",
- "type": "instance"
- }
- ],
- "name": "Writedisposition",
- "source": "gcloud/bigquery/job.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/query.json b/json/master/gcloud/bigquery/query.json
deleted file mode 100644
index ea50ea050749..000000000000
--- a/json/master/gcloud/bigquery/query.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Define API Queries.",
- "examples": [],
- "id": "gcloud.bigquery.query",
- "methods": [],
- "name": "Query",
- "source": "gcloud/bigquery/query.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/query/queryresults.json b/json/master/gcloud/bigquery/query/queryresults.json
deleted file mode 100644
index cb7b32265490..000000000000
--- a/json/master/gcloud/bigquery/query/queryresults.json
+++ /dev/null
@@ -1,91 +0,0 @@
-{
- "description": "\n Define API Queries.",
- "examples": [],
- "id": "gcloud.bigquery.query.queryresults",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.query.QueryResults.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/query.py#L60",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.query.QueryResults.fetch_data",
- "name": "fetch_data",
- "params": [
- {
- "description": " token representing a cursor into the table's rows.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "string or NoneType"
- ]
- },
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client or NoneType"
- ]
- },
- {
- "description": " maximum number of rows to return.",
- "name": "max_results",
- "nullable": null,
- "optional": null,
- "types": [
- "integer or NoneType"
- ]
- },
- {
- "description": " timeout, in milliseconds, to wait for query to complete",
- "name": "timeout_ms",
- "nullable": null,
- "optional": null,
- "types": [
- "integer or NoneType"
- ]
- },
- {
- "description": " zero-based index of starting row",
- "name": "start_index",
- "nullable": null,
- "optional": null,
- "types": [
- "integer or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "tuple"
- ]
- }
- ],
- "source": "gcloud/bigquery/query.py#L314",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.query.QueryResults.run",
- "name": "run",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/query.py#L298",
- "type": "instance"
- }
- ],
- "name": "Queryresults",
- "source": "gcloud/bigquery/query.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/schema.json b/json/master/gcloud/bigquery/schema.json
deleted file mode 100644
index 3ab65bb0108d..000000000000
--- a/json/master/gcloud/bigquery/schema.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Scheamas for BigQuery tables / queries.",
- "examples": [],
- "id": "gcloud.bigquery.schema",
- "methods": [],
- "name": "Schema",
- "source": "gcloud/bigquery/schema.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/schema/schemafield.json b/json/master/gcloud/bigquery/schema/schemafield.json
deleted file mode 100644
index b598aa2e94b5..000000000000
--- a/json/master/gcloud/bigquery/schema/schemafield.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Scheamas for BigQuery tables / queries.",
- "examples": [],
- "id": "gcloud.bigquery.schema.schemafield",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.schema.SchemaField.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/schema.py#L38",
- "type": "instance"
- }
- ],
- "name": "Schemafield",
- "source": "gcloud/bigquery/schema.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/table.json b/json/master/gcloud/bigquery/table.json
deleted file mode 100644
index c503d1cf2a8a..000000000000
--- a/json/master/gcloud/bigquery/table.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Define API Datasets.",
- "examples": [],
- "id": "gcloud.bigquery.table",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.RESUMABLE_UPLOAD",
- "name": "RESUMABLE_UPLOAD",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "Table",
- "source": "gcloud/bigquery/table.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/table/schemafield.json b/json/master/gcloud/bigquery/table/schemafield.json
deleted file mode 100644
index 362e743bba81..000000000000
--- a/json/master/gcloud/bigquery/table/schemafield.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Define API Datasets.",
- "examples": [],
- "id": "gcloud.bigquery.table.schemafield",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.SchemaField.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/json-docs/lib/python2.7/site-packages/gcloud/bigquery/table.py/gcloud/bigquery/table.py#L57",
- "type": "instance"
- }
- ],
- "name": "Schemafield",
- "source": "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/json-docs/lib/python2.7/site-packages/gcloud/__init__.py/gcloud/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigquery/table/table.json b/json/master/gcloud/bigquery/table/table.json
deleted file mode 100644
index d78b5b89db06..000000000000
--- a/json/master/gcloud/bigquery/table/table.json
+++ /dev/null
@@ -1,432 +0,0 @@
-{
- "description": "\n Define API Datasets.",
- "examples": [],
- "id": "gcloud.bigquery.table.table",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.Table.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/table.py#L56",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.Table.create",
- "name": "create",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/table.py#L474",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.Table.delete",
- "name": "delete",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/table.py#L618",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.Table.exists",
- "name": "exists",
- "params": [
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "bool"
- ]
- }
- ],
- "source": "gcloud/bigquery/table.py#L491",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.Table.fetch_data",
- "name": "fetch_data",
- "params": [
- {
- "description": " token representing a cursor into the table's rows.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "str or NoneType"
- ]
- },
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client or NoneType"
- ]
- },
- {
- "description": " maximum number of rows to return.",
- "name": "max_results",
- "nullable": null,
- "optional": null,
- "types": [
- "integer or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "tuple"
- ]
- }
- ],
- "source": "gcloud/bigquery/table.py#L631",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.Table.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " table resource representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- },
- {
- "description": " The dataset containing the table.",
- "name": "dataset",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.dataset.Dataset"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.table.Table"
- ]
- }
- ],
- "source": "gcloud/bigquery/table.py#L384",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.Table.insert_data",
- "name": "insert_data",
- "params": [
- {
- "description": " Unique ids, one per row being inserted. If not passed, no de-duplication occurs.",
- "name": "row_ids",
- "nullable": null,
- "optional": null,
- "types": [
- " string"
- ]
- },
- {
- "description": " Row data to be inserted. Each tuple should contain data for each schema field on the current table and in the same order as the schema fields.",
- "name": "rows",
- "nullable": null,
- "optional": null,
- "types": [
- " tuples"
- ]
- },
- {
- "description": " skip rows w/ invalid data?",
- "name": "skip_invalid_rows",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean or NoneType"
- ]
- },
- {
- "description": " ignore columns beyond schema?",
- "name": "ignore_unknown_values",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean or NoneType"
- ]
- },
- {
- "description": " treat name as a template table and provide a suffix. BigQuery will create the table + based on the schema of the template table. See: https://cloud.google.com/bigquery/streaming-data-into-bigquery#template-tables",
- "name": "template_suffix",
- "nullable": null,
- "optional": null,
- "types": [
- "str or NoneType"
- ]
- },
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- " mappings"
- ]
- }
- ],
- "source": "gcloud/bigquery/table.py#L683",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.Table.list_partitions",
- "name": "list_partitions",
- "params": [
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.bigquery.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "list"
- ]
- }
- ],
- "source": "gcloud/bigquery/table.py#L368",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.Table.patch",
- "name": "patch",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/table.py#L530",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.Table.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/table.py#L514",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.Table.update",
- "name": "update",
- "params": [],
- "returns": [],
- "source": "gcloud/bigquery/table.py#L603",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigquery.table.Table.upload_from_file",
- "name": "upload_from_file",
- "params": [
- {
- "description": " A file handle opened in binary mode for reading.",
- "name": "file_obj",
- "nullable": null,
- "optional": null,
- "types": [
- "file"
- ]
- },
- {
- "description": " Optional. The client to use. If not passed, falls back to the client stored on the current dataset.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.client.Client or NoneType"
- ]
- },
- {
- "description": " job configuration option; see",
- "name": "skip_leading_rows",
- "nullable": null,
- "optional": null,
- "types": [
- "integer"
- ]
- },
- {
- "description": " If True, seek to the beginning of the file handle before writing the file to Cloud Storage.",
- "name": "rewind",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean"
- ]
- },
- {
- "description": " job configuration option; see",
- "name": "max_bad_records",
- "nullable": null,
- "optional": null,
- "types": [
- "integer"
- ]
- },
- {
- "description": " job configuration option; see",
- "name": "quote_character",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " job configuration option; see",
- "name": "create_disposition",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " job configuration option; see",
- "name": "encoding",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " one of 'CSV' or 'NEWLINE_DELIMITED_JSON'. job configuration option; see",
- "name": "source_format",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " job configuration option; see",
- "name": "ignore_unknown_values",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean"
- ]
- },
- {
- "description": " The number of bytes to read from the file handle. If not provided, we'll try to guess the size using",
- "name": "size",
- "nullable": null,
- "optional": null,
- "types": [
- "int"
- ]
- },
- {
- "description": " job configuration option; see",
- "name": "allow_jagged_rows",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean"
- ]
- },
- {
- "description": " job configuration option; see",
- "name": "field_delimiter",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " Number of upload retries. Defaults to 6.",
- "name": "num_retries",
- "nullable": null,
- "optional": null,
- "types": [
- "integer"
- ]
- },
- {
- "description": " job configuration option; see",
- "name": "allow_quoted_newlines",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean"
- ]
- },
- {
- "description": " job configuration option; see",
- "name": "write_disposition",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigquery.jobs.LoadTableFromStorageJob"
- ]
- }
- ],
- "source": "gcloud/bigquery/table.py#L770",
- "type": "instance"
- }
- ],
- "name": "Table",
- "source": "gcloud/bigquery/table.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/client.json b/json/master/gcloud/bigtable/client.json
deleted file mode 100644
index e652627f682e..000000000000
--- a/json/master/gcloud/bigtable/client.json
+++ /dev/null
@@ -1,139 +0,0 @@
-{
- "description": "\n Parent client for calling the Google Cloud Bigtable API.\n This is the base from which all interactions with the API occur.\n In the hierarchy of API concepts\n * a Client owns an .Instance * a .Instance owns a Table * a Table owns a ColumnFamily <.column_family.ColumnFamily> * a Table owns a Row <.row.Row> (and all the cells in the row)",
- "examples": [],
- "id": "gcloud.bigtable.client",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.ADMIN_SCOPE",
- "name": "ADMIN_SCOPE",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.DATA_API_HOST",
- "name": "DATA_API_HOST",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.DATA_API_PORT",
- "name": "DATA_API_PORT",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.DATA_SCOPE",
- "name": "DATA_SCOPE",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.DEFAULT_SERVE_NODES",
- "name": "DEFAULT_SERVE_NODES",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.DEFAULT_USER_AGENT",
- "name": "DEFAULT_USER_AGENT",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.INSTANCE_ADMIN_HOST",
- "name": "INSTANCE_ADMIN_HOST",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.INSTANCE_ADMIN_PORT",
- "name": "INSTANCE_ADMIN_PORT",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.OPERATIONS_API_HOST",
- "name": "OPERATIONS_API_HOST",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.OPERATIONS_API_PORT",
- "name": "OPERATIONS_API_PORT",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.READ_ONLY_SCOPE",
- "name": "READ_ONLY_SCOPE",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.TABLE_ADMIN_HOST",
- "name": "TABLE_ADMIN_HOST",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.TABLE_ADMIN_PORT",
- "name": "TABLE_ADMIN_PORT",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "Client",
- "source": "gcloud/bigtable/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/client/client.json b/json/master/gcloud/bigtable/client/client.json
deleted file mode 100644
index e2f78868b698..000000000000
--- a/json/master/gcloud/bigtable/client/client.json
+++ /dev/null
@@ -1,201 +0,0 @@
-{
- "description": "\n Parent client for calling the Google Cloud Bigtable API.\n This is the base from which all interactions with the API occur.\n In the hierarchy of API concepts\n * a Client owns an .Instance * a .Instance owns a Table * a Table owns a ColumnFamily <.column_family.ColumnFamily> * a Table owns a Row <.row.Row> (and all the cells in the row)",
- "examples": [],
- "id": "gcloud.bigtable.client.client",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.Client.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/client.py#L176",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.Client.copy",
- "name": "copy",
- "params": [],
- "returns": [
- {
- "types": [
- "gcloud.bigtable.client.Client.Client"
- ]
- }
- ],
- "source": "gcloud/bigtable/client.py#L210",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.Client.from_service_account_json",
- "name": "from_service_account_json",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must contain a JSON object with a private key and other credentials information (downloaded from the Google APIs console).",
- "name": "json_credentials_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.pubsub.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L33",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.Client.from_service_account_p12",
- "name": "from_service_account_p12",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must be in P12 format.",
- "name": "private_key_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " The e-mail attached to the service account.",
- "name": "client_email",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L63",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.Client.instance",
- "name": "instance",
- "params": [
- {
- "description": " The ID of the instance.",
- "name": "instance_id",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " location name, in form projects//locations/; used to set up the instance's cluster.",
- "name": "location",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " (Optional) The display name for the instance in the Cloud Console UI. (Must be between 4 and 30 characters.) If this value is not set in the constructor, will fall back to the instance ID.",
- "name": "display_name",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " (Optional) The number of nodes in the instance's cluster; used to set up the instance's cluster.",
- "name": "serve_nodes",
- "nullable": null,
- "optional": null,
- "types": [
- "int"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.bigtable.client.Client.Instance"
- ]
- }
- ],
- "source": "gcloud/bigtable/client.py#L300",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.client.Client.list_instances",
- "name": "list_instances",
- "params": [],
- "returns": [
- {
- "types": [
- "tuple"
- ]
- }
- ],
- "source": "gcloud/bigtable/client.py#L328",
- "type": "instance"
- }
- ],
- "name": "Client",
- "source": "gcloud/bigtable/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/cluster.json b/json/master/gcloud/bigtable/cluster.json
deleted file mode 100644
index c38af7ac2bf5..000000000000
--- a/json/master/gcloud/bigtable/cluster.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n User friendly container for Google Cloud Bigtable Cluster.",
- "examples": [],
- "id": "gcloud.bigtable.cluster",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.cluster.DEFAULT_SERVE_NODES",
- "name": "DEFAULT_SERVE_NODES",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "Cluster",
- "source": "gcloud/bigtable/cluster.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/cluster/cluster.json b/json/master/gcloud/bigtable/cluster/cluster.json
deleted file mode 100644
index 7dca3386b602..000000000000
--- a/json/master/gcloud/bigtable/cluster/cluster.json
+++ /dev/null
@@ -1,122 +0,0 @@
-{
- "description": "\n User friendly container for Google Cloud Bigtable Cluster.",
- "examples": [],
- "id": "gcloud.bigtable.cluster.cluster",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.cluster.Cluster.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/cluster.py#L87",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.cluster.Cluster.copy",
- "name": "copy",
- "params": [],
- "returns": [
- {
- "types": [
- "gcloud.bigtable.cluster.Cluster.Cluster"
- ]
- }
- ],
- "source": "gcloud/bigtable/cluster.py#L138",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.cluster.Cluster.create",
- "name": "create",
- "params": [],
- "returns": [
- {
- "types": [
- "Operation"
- ]
- }
- ],
- "source": "gcloud/bigtable/cluster.py#L194",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.cluster.Cluster.delete",
- "name": "delete",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/cluster.py#L255",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.cluster.Cluster.from_pb",
- "name": "from_pb",
- "params": [
- {
- "description": " The instance that owns the cluster.",
- "name": "instance",
- "nullable": null,
- "optional": null,
- "types": [
- "\">gcloud.bigtable.cluster.Cluster.instance.Instance>"
- ]
- },
- {
- "description": " A cluster protobuf object.",
- "name": "cluster_pb",
- "nullable": null,
- "optional": null,
- "types": [
- "instance_pb2.Cluster"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Cluster"
- ]
- }
- ],
- "source": "gcloud/bigtable/cluster.py#L104",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.cluster.Cluster.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/cluster.py#L183",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.cluster.Cluster.update",
- "name": "update",
- "params": [],
- "returns": [
- {
- "types": [
- "Operation"
- ]
- }
- ],
- "source": "gcloud/bigtable/cluster.py#L224",
- "type": "instance"
- }
- ],
- "name": "Cluster",
- "source": "gcloud/bigtable/cluster.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/cluster/operation.json b/json/master/gcloud/bigtable/cluster/operation.json
deleted file mode 100644
index 3cb771f9e024..000000000000
--- a/json/master/gcloud/bigtable/cluster/operation.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "description": "\n User friendly container for Google Cloud Bigtable Cluster.",
- "examples": [],
- "id": "gcloud.bigtable.cluster.operation",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.cluster.Operation.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/cluster.py#L122",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.cluster.Operation.finished",
- "name": "finished",
- "params": [],
- "returns": [
- {
- "types": [
- "bool"
- ]
- }
- ],
- "source": "gcloud/bigtable/cluster.py#L139",
- "type": "instance"
- }
- ],
- "name": "Operation",
- "source": "gcloud/bigtable/cluster.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/column_family.json b/json/master/gcloud/bigtable/column_family.json
deleted file mode 100644
index ac15ada4e326..000000000000
--- a/json/master/gcloud/bigtable/column_family.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n User friendly container for Google Cloud Bigtable Column Family.",
- "examples": [],
- "id": "gcloud.bigtable.column_family",
- "methods": [],
- "name": "Column_Family",
- "source": "gcloud/bigtable/column_family.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/column_family/columnfamily.json b/json/master/gcloud/bigtable/column_family/columnfamily.json
deleted file mode 100644
index cb3448e6217b..000000000000
--- a/json/master/gcloud/bigtable/column_family/columnfamily.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "description": "\n User friendly container for Google Cloud Bigtable Column Family.",
- "examples": [],
- "id": "gcloud.bigtable.column_family.columnfamily",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.ColumnFamily.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/column_family.py#L217",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.ColumnFamily.create",
- "name": "create",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/column_family.py#L261",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.ColumnFamily.delete",
- "name": "delete",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/column_family.py#L296",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.ColumnFamily.to_pb",
- "name": "to_pb",
- "params": [],
- "returns": [
- {
- "types": [
- "gcloud.bigtable.column_family.ColumnFamily.table_v2_pb2.ColumnFamily"
- ]
- }
- ],
- "source": "gcloud/bigtable/column_family.py#L250",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.ColumnFamily.update",
- "name": "update",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/column_family.py#L276",
- "type": "instance"
- }
- ],
- "name": "Columnfamily",
- "source": "gcloud/bigtable/column_family.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/column_family/garbagecollectionrule.json b/json/master/gcloud/bigtable/column_family/garbagecollectionrule.json
deleted file mode 100644
index 797b8906822e..000000000000
--- a/json/master/gcloud/bigtable/column_family/garbagecollectionrule.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n User friendly container for Google Cloud Bigtable Column Family.",
- "examples": [],
- "id": "gcloud.bigtable.column_family.garbagecollectionrule",
- "methods": [],
- "name": "Garbagecollectionrule",
- "source": "gcloud/bigtable/column_family.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/column_family/gcruleintersection.json b/json/master/gcloud/bigtable/column_family/gcruleintersection.json
deleted file mode 100644
index 4b7ebb8bafaa..000000000000
--- a/json/master/gcloud/bigtable/column_family/gcruleintersection.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "description": "\n User friendly container for Google Cloud Bigtable Column Family.",
- "examples": [],
- "id": "gcloud.bigtable.column_family.gcruleintersection",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.GCRuleIntersection.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/column_family.py#L177",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.GCRuleIntersection.to_pb",
- "name": "to_pb",
- "params": [],
- "returns": [
- {
- "types": [
- "gcloud.bigtable.column_family.GCRuleIntersection.table_v2_pb2.GcRule"
- ]
- }
- ],
- "source": "gcloud/bigtable/column_family.py#L185",
- "type": "instance"
- }
- ],
- "name": "Gcruleintersection",
- "source": "gcloud/bigtable/column_family.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/column_family/gcruleunion.json b/json/master/gcloud/bigtable/column_family/gcruleunion.json
deleted file mode 100644
index 2c4497bf80a7..000000000000
--- a/json/master/gcloud/bigtable/column_family/gcruleunion.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "description": "\n User friendly container for Google Cloud Bigtable Column Family.",
- "examples": [],
- "id": "gcloud.bigtable.column_family.gcruleunion",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.GCRuleUnion.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/column_family.py#L151",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.GCRuleUnion.to_pb",
- "name": "to_pb",
- "params": [],
- "returns": [
- {
- "types": [
- "gcloud.bigtable.column_family.GCRuleUnion.table_v2_pb2.GcRule"
- ]
- }
- ],
- "source": "gcloud/bigtable/column_family.py#L159",
- "type": "instance"
- }
- ],
- "name": "Gcruleunion",
- "source": "gcloud/bigtable/column_family.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/column_family/maxagegcrule.json b/json/master/gcloud/bigtable/column_family/maxagegcrule.json
deleted file mode 100644
index 8026d8104348..000000000000
--- a/json/master/gcloud/bigtable/column_family/maxagegcrule.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "description": "\n User friendly container for Google Cloud Bigtable Column Family.",
- "examples": [],
- "id": "gcloud.bigtable.column_family.maxagegcrule",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.MaxAgeGCRule.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/column_family.py#L126",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.MaxAgeGCRule.to_pb",
- "name": "to_pb",
- "params": [],
- "returns": [
- {
- "types": [
- "gcloud.bigtable.column_family.MaxAgeGCRule.table_v2_pb2.GcRule"
- ]
- }
- ],
- "source": "gcloud/bigtable/column_family.py#L134",
- "type": "instance"
- }
- ],
- "name": "Maxagegcrule",
- "source": "gcloud/bigtable/column_family.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/column_family/maxversionsgcrule.json b/json/master/gcloud/bigtable/column_family/maxversionsgcrule.json
deleted file mode 100644
index baeb9ed87bdd..000000000000
--- a/json/master/gcloud/bigtable/column_family/maxversionsgcrule.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "description": "\n User friendly container for Google Cloud Bigtable Column Family.",
- "examples": [],
- "id": "gcloud.bigtable.column_family.maxversionsgcrule",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.MaxVersionsGCRule.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/column_family.py#L102",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.column_family.MaxVersionsGCRule.to_pb",
- "name": "to_pb",
- "params": [],
- "returns": [
- {
- "types": [
- "gcloud.bigtable.column_family.MaxVersionsGCRule.table_v2_pb2.GcRule"
- ]
- }
- ],
- "source": "gcloud/bigtable/column_family.py#L110",
- "type": "instance"
- }
- ],
- "name": "Maxversionsgcrule",
- "source": "gcloud/bigtable/column_family.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/happybase/batch.json b/json/master/gcloud/bigtable/happybase/batch.json
deleted file mode 100644
index c4d6f2868802..000000000000
--- a/json/master/gcloud/bigtable/happybase/batch.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Google Cloud Bigtable HappyBase batch module.",
- "examples": [],
- "id": "gcloud.bigtable.happybase.batch",
- "methods": [],
- "name": "Batch",
- "source": "gcloud/bigtable/happybase/batch.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/happybase/batch/batch.json b/json/master/gcloud/bigtable/happybase/batch/batch.json
deleted file mode 100644
index db72dce69614..000000000000
--- a/json/master/gcloud/bigtable/happybase/batch/batch.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "description": "\n Google Cloud Bigtable HappyBase batch module.",
- "examples": [],
- "id": "gcloud.bigtable.happybase.batch.batch",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.batch.Batch.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/happybase/batch.py#L76",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.batch.Batch.delete",
- "name": "delete",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/happybase/batch.py#L205",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.batch.Batch.put",
- "name": "put",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/happybase/batch.py#L141",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.batch.Batch.send",
- "name": "send",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/happybase/batch.py#L109",
- "type": "instance"
- }
- ],
- "name": "Batch",
- "source": "gcloud/bigtable/happybase/batch.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/happybase/connection.json b/json/master/gcloud/bigtable/happybase/connection.json
deleted file mode 100644
index 4eac76b9ed44..000000000000
--- a/json/master/gcloud/bigtable/happybase/connection.json
+++ /dev/null
@@ -1,89 +0,0 @@
-{
- "description": "\n Google Cloud Bigtable HappyBase connection module.",
- "examples": [],
- "id": "gcloud.bigtable.happybase.connection",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.COMPAT_MODES",
- "name": "COMPAT_MODES",
- "params": [],
- "returns": [],
- "source": "",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.DEFAULT_COMPAT",
- "name": "DEFAULT_COMPAT",
- "params": [],
- "returns": [],
- "source": "",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.DEFAULT_HOST",
- "name": "DEFAULT_HOST",
- "params": [],
- "returns": [],
- "source": "",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.DEFAULT_PORT",
- "name": "DEFAULT_PORT",
- "params": [],
- "returns": [],
- "source": "",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.DEFAULT_PROTOCOL",
- "name": "DEFAULT_PROTOCOL",
- "params": [],
- "returns": [],
- "source": "",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.DEFAULT_TRANSPORT",
- "name": "DEFAULT_TRANSPORT",
- "params": [],
- "returns": [],
- "source": "",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.THRIFT_PROTOCOLS",
- "name": "THRIFT_PROTOCOLS",
- "params": [],
- "returns": [],
- "source": "",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.THRIFT_TRANSPORTS",
- "name": "THRIFT_TRANSPORTS",
- "params": [],
- "returns": [],
- "source": "",
- "type": "instance"
- }
- ],
- "name": "Connection",
- "source": "gcloud/bigtable/happybase/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/happybase/connection/connection.json b/json/master/gcloud/bigtable/happybase/connection/connection.json
deleted file mode 100644
index f0e177f64271..000000000000
--- a/json/master/gcloud/bigtable/happybase/connection/connection.json
+++ /dev/null
@@ -1,110 +0,0 @@
-{
- "description": "\n Google Cloud Bigtable HappyBase connection module.",
- "examples": [],
- "id": "gcloud.bigtable.happybase.connection.connection",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.Connection.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/happybase/connection.py#L156",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.Connection.close",
- "name": "close",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/happybase/connection.py#L217",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.Connection.create_table",
- "name": "create_table",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/happybase/connection.py#L291",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.Connection.delete_table",
- "name": "delete_table",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/happybase/connection.py#L360",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.Connection.open",
- "name": "open",
- "params": [],
- "returns": [],
- "source": "gcloud/bigtable/happybase/connection.py#L207",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.Connection.table",
- "name": "table",
- "params": [
- {
- "description": " The name of the table to be created.",
- "name": "name",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " Whether to use the table prefix (if any).",
- "name": "use_prefix",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Table "
- ]
- }
- ],
- "source": "gcloud/bigtable/happybase/connection.py#L246",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.bigtable.happybase.connection.Connection.tables",
- "name": "tables",
- "params": [],
- "returns": [
- {
- "types": [
- "list"
- ]
- }
- ],
- "source": "gcloud/bigtable/happybase/connection.py#L262",
- "type": "instance"
- }
- ],
- "name": "Connection",
- "source": "gcloud/bigtable/happybase/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/bigtable/happybase/index.json b/json/master/gcloud/bigtable/happybase/index.json
deleted file mode 100644
index 8904ee3ac293..000000000000
--- a/json/master/gcloud/bigtable/happybase/index.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "description": "\n Google Cloud Bigtable HappyBase package.\n This package is intended to emulate the HappyBase library using Google Cloud Bigtable as the backing store.\n Differences in Public API -------------------------\n Some concepts from HBase/Thrift do not map directly to the Cloud Bigtable API. As a result\n * Table.regions() could not be implemented since tables in Cloud Bigtable do not expose internal storage details * Connection.enable_table() does nothing since Cloud Bigtable has no concept of enabled/disabled * Connection.disable_table() does nothing since Cloud Bigtable has no concept of enabled/disabled * Connection.is_table_enabled() always returns :data:True since Cloud Bigtable has no concept of enabled/disabled * Connection.compact_table() does nothing since Cloud Bigtable handles table compactions automatically and does not expose an API for it * The __version__ value for the HappyBase package is :data:None. However, it's worth nothing this implementation was based off HappyBase 0.9.\n In addition, many of the constants from connection are specific to HBase and are defined as :data:None in our module:\n * COMPAT_MODES * THRIFT_TRANSPORTS * THRIFT_PROTOCOLS * DEFAULT_HOST * DEFAULT_PORT * DEFAULT_TRANSPORT * DEFAULT_COMPAT * DEFAULT_PROTOCOL\n Two of these DEFAULT_HOST and DEFAULT_PORT, are even imported in the main happybase package.\n Finally, we do not provide the util module. Though it is public in the HappyBase library, it provides no core functionality.\n API Behavior Changes --------------------\n * Since there is no concept of an enabled / disabled table, calling Connection.delete_table() with disable=True can't be supported. Using that argument will result in a warning. * The Connection constructor disables the use of several arguments and will print a warning if any of them are passed in as keyword arguments. The arguments are:\n
* ``host``\n * ``port``\n * ``compat``\n * ``transport``\n * ``protocol``\n* In order to make\n :class:`Connection `\n compatible with Cloud Bigtable, we add a ``instance`` keyword argument to\n allow users to pass in their own\n :class:`Instance ` (which they can\n construct beforehand).\n
Only ``max_versions`` and ``time_to_live`` are availabe in Cloud Bigtable\n (as\n :class:`MaxVersionsGCRule `\n and\n :class:`MaxAgeGCRule `).\n
\n
In addition to using a dictionary for specifying column family options,\n we also accept instances of :class:`.GarbageCollectionRule` or subclasses.\n* :meth:`Table.scan() ` no longer\n accepts the following arguments (which will result in a warning):\n
\n The main concepts with this API are:\n - gcloud.datastore.connection.Connection which represents a connection between your machine and the Cloud Datastore API.\n - gcloud.datastore.client.Client which represents a project (string) and namespace (string) bundled with a connection and has convenience methods for constructing objects with that project / namespace.\n - gcloud.datastore.entity.Entity which represents a single entity in the datastore (akin to a row in relational database world).\n - gcloud.datastore.key.Key which represents a pointer to a particular entity in the datastore (akin to a unique identifier in relational database world).\n - gcloud.datastore.query.Query which represents a lookup or search over the rows in the datastore.\n - gcloud.datastore.transaction.Transaction which represents an all-or-none transaction and enables consistency when race conditions may occur.",
- "examples": [],
- "id": "gcloud.datastore.__init__",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.__init__.SCOPE",
- "name": "SCOPE",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "__Init__",
- "source": "gcloud/datastore/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/datastore/key.json b/json/master/gcloud/datastore/key.json
deleted file mode 100644
index 10c469c97b3f..000000000000
--- a/json/master/gcloud/datastore/key.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Create / interact with gcloud datastore keys.",
- "examples": [],
- "id": "gcloud.datastore.key",
- "methods": [],
- "name": "Key",
- "source": "gcloud/datastore/key.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/datastore/key/key.json b/json/master/gcloud/datastore/key/key.json
deleted file mode 100644
index 7567aabaeb57..000000000000
--- a/json/master/gcloud/datastore/key/key.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "description": "\n Create / interact with gcloud datastore keys.",
- "examples": [],
- "id": "gcloud.datastore.key.key",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.key.Key.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/datastore/key.py#L61",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.key.Key.completed_key",
- "name": "completed_key",
- "params": [
- {
- "description": " ID or name to be added to the key.",
- "name": "id_or_name",
- "nullable": null,
- "optional": null,
- "types": [
- "string or integer"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.datastore.key.Key"
- ]
- }
- ],
- "source": "gcloud/datastore/key.py#L207",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.key.Key.to_protobuf",
- "name": "to_protobuf",
- "params": [],
- "returns": [
- {
- "types": [
- "gcloud.datastore._generated.entity_pb2.Key"
- ]
- }
- ],
- "source": "gcloud/datastore/key.py#L235",
- "type": "instance"
- }
- ],
- "name": "Key",
- "source": "gcloud/datastore/key.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/datastore/query.json b/json/master/gcloud/datastore/query.json
deleted file mode 100644
index 30e6da21b3cb..000000000000
--- a/json/master/gcloud/datastore/query.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Create / interact with gcloud datastore queries.",
- "examples": [],
- "id": "gcloud.datastore.query",
- "methods": [],
- "name": "Query",
- "source": "gcloud/datastore/query.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/datastore/query/iterator.json b/json/master/gcloud/datastore/query/iterator.json
deleted file mode 100644
index 97570acebd19..000000000000
--- a/json/master/gcloud/datastore/query/iterator.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "description": "\n Create / interact with gcloud datastore queries.",
- "examples": [],
- "id": "gcloud.datastore.query.iterator",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.query.Iterator.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/datastore/query.py#L392",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.query.Iterator.next_page",
- "name": "next_page",
- "params": [],
- "returns": [
- {
- "types": [
- "tuple, (entities, more_results, cursor)"
- ]
- }
- ],
- "source": "gcloud/datastore/query.py#L403",
- "type": "instance"
- }
- ],
- "name": "Iterator",
- "source": "gcloud/datastore/query.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/datastore/query/query.json b/json/master/gcloud/datastore/query/query.json
deleted file mode 100644
index fb5ddecb37d9..000000000000
--- a/json/master/gcloud/datastore/query/query.json
+++ /dev/null
@@ -1,119 +0,0 @@
-{
- "description": "\n Create / interact with gcloud datastore queries.",
- "examples": [],
- "id": "gcloud.datastore.query.query",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.query.Query.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/datastore/query.py#L75",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": "from gcloud import datastore\nclient = datastore.Client()\nquery = client.query(kind='Person')\nquery.add_filter('name', '=', 'James')\nquery.add_filter('age', '>', 50)\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.datastore.query.Query.add_filter",
- "name": "add_filter",
- "params": [],
- "returns": [],
- "source": "gcloud/datastore/query.py#L189",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": "from gcloud import datastore\nclient = datastore.Client()\nquery = client.query(kind='Person')\nquery.add_filter('name', '=', 'Sally')\nlist(query.fetch())\n[<Entity object>, <Entity object>, ...]\nlist(query.fetch(1))\n[<Entity object>]\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.datastore.query.Query.fetch",
- "name": "fetch",
- "params": [
- {
- "description": " client used to connect to datastore. If not supplied, uses the query's value.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.datastore.client.Client"
- ]
- },
- {
- "description": " An optional cursor passed through to the iterator.",
- "name": "start_cursor",
- "nullable": null,
- "optional": null,
- "types": [
- "bytes"
- ]
- },
- {
- "description": " An optional limit passed through to the iterator.",
- "name": "limit",
- "nullable": null,
- "optional": null,
- "types": [
- "integer or None"
- ]
- },
- {
- "description": " An optional offset passed through to the iterator.",
- "name": "offset",
- "nullable": null,
- "optional": null,
- "types": [
- "integer"
- ]
- },
- {
- "description": " An optional cursor passed through to the iterator.",
- "name": "end_cursor",
- "nullable": null,
- "optional": null,
- "types": [
- "bytes"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Iterator"
- ]
- }
- ],
- "source": "gcloud/datastore/query.py#L315",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.query.Query.key_filter",
- "name": "key_filter",
- "params": [],
- "returns": [],
- "source": "gcloud/datastore/query.py#L257",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.query.Query.keys_only",
- "name": "keys_only",
- "params": [],
- "returns": [],
- "source": "gcloud/datastore/query.py#L253",
- "type": "instance"
- }
- ],
- "name": "Query",
- "source": "gcloud/datastore/query.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/datastore/transaction.json b/json/master/gcloud/datastore/transaction.json
deleted file mode 100644
index c452289b7c4b..000000000000
--- a/json/master/gcloud/datastore/transaction.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Create / interact with gcloud datastore transactions.",
- "examples": [],
- "id": "gcloud.datastore.transaction",
- "methods": [],
- "name": "Transaction",
- "source": "gcloud/datastore/transaction.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/datastore/transaction/transaction.json b/json/master/gcloud/datastore/transaction/transaction.json
deleted file mode 100644
index bdb7b642f3bb..000000000000
--- a/json/master/gcloud/datastore/transaction/transaction.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "description": "\n Create / interact with gcloud datastore transactions.",
- "examples": [],
- "id": "gcloud.datastore.transaction.transaction",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.transaction.Transaction.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/datastore/transaction.py#L93",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.transaction.Transaction.begin",
- "name": "begin",
- "params": [],
- "returns": [],
- "source": "gcloud/datastore/transaction.py#L121",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.transaction.Transaction.commit",
- "name": "commit",
- "params": [],
- "returns": [],
- "source": "gcloud/datastore/transaction.py#L148",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.transaction.Transaction.current",
- "name": "current",
- "params": [],
- "returns": [
- {
- "types": [
- "gcloud.datastore.transaction.Transaction or None"
- ]
- }
- ],
- "source": "gcloud/datastore/transaction.py#L106",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.transaction.Transaction.delete",
- "name": "delete",
- "params": [],
- "returns": [],
- "source": "gcloud/datastore/batch.py#L203",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.transaction.Transaction.put",
- "name": "put",
- "params": [],
- "returns": [],
- "source": "gcloud/datastore/batch.py#L164",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.datastore.transaction.Transaction.rollback",
- "name": "rollback",
- "params": [],
- "returns": [],
- "source": "gcloud/datastore/transaction.py#L133",
- "type": "instance"
- }
- ],
- "name": "Transaction",
- "source": "gcloud/datastore/transaction.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/dns/changes.json b/json/master/gcloud/dns/changes.json
deleted file mode 100644
index 4350e09058f3..000000000000
--- a/json/master/gcloud/dns/changes.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Define API ResourceRecordSets.",
- "examples": [],
- "id": "gcloud.dns.changes",
- "methods": [],
- "name": "Changes",
- "source": "gcloud/dns/changes.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/dns/changes/changes.json b/json/master/gcloud/dns/changes/changes.json
deleted file mode 100644
index 2ae5371affe0..000000000000
--- a/json/master/gcloud/dns/changes/changes.json
+++ /dev/null
@@ -1,120 +0,0 @@
-{
- "description": "\n Define API ResourceRecordSets.",
- "examples": [],
- "id": "gcloud.dns.changes.changes",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.changes.Changes.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/dns/changes.py#L36",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.changes.Changes.add_record_set",
- "name": "add_record_set",
- "params": [],
- "returns": [],
- "source": "gcloud/dns/changes.py#L143",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.changes.Changes.create",
- "name": "create",
- "params": [],
- "returns": [],
- "source": "gcloud/dns/changes.py#L204",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.changes.Changes.delete_record_set",
- "name": "delete_record_set",
- "params": [],
- "returns": [],
- "source": "gcloud/dns/changes.py#L156",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.changes.Changes.exists",
- "name": "exists",
- "params": [
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current zone.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.dns.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "bool"
- ]
- }
- ],
- "source": "gcloud/dns/changes.py#L223",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.changes.Changes.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " change set representation returned from the API.",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- },
- {
- "description": " A zone which holds zero or more change sets.",
- "name": "zone",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.dns.zone.ManagedZone"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.dns.changes.Changes"
- ]
- }
- ],
- "source": "gcloud/dns/changes.py#L41",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.changes.Changes.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/dns/changes.py#L245",
- "type": "instance"
- }
- ],
- "name": "Changes",
- "source": "gcloud/dns/changes.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/dns/client.json b/json/master/gcloud/dns/client.json
deleted file mode 100644
index 5828ff7753de..000000000000
--- a/json/master/gcloud/dns/client.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Cloud DNS API.",
- "examples": [],
- "id": "gcloud.dns.client",
- "methods": [],
- "name": "Client",
- "source": "gcloud/dns/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/dns/client/client.json b/json/master/gcloud/dns/client/client.json
deleted file mode 100644
index 2f90c32bbf66..000000000000
--- a/json/master/gcloud/dns/client/client.json
+++ /dev/null
@@ -1,211 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Cloud DNS API.",
- "examples": [],
- "id": "gcloud.dns.client.client",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.client.Client.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/client.py#L184",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.client.Client.from_service_account_json",
- "name": "from_service_account_json",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must contain a JSON object with a private key and other credentials information (downloaded from the Google APIs console).",
- "name": "json_credentials_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.pubsub.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L33",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.client.Client.from_service_account_p12",
- "name": "from_service_account_p12",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must be in P12 format.",
- "name": "private_key_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " The e-mail attached to the service account.",
- "name": "client_email",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L63",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.client.Client.list_zones",
- "name": "list_zones",
- "params": [
- {
- "description": " opaque marker for the next \"page\" of zones. If not passed, the API will return the first page of zones.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " maximum number of zones to return, If not passed, defaults to a value set by the API.",
- "name": "max_results",
- "nullable": null,
- "optional": null,
- "types": [
- "int"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "tuple, (list, str)"
- ]
- }
- ],
- "source": "gcloud/dns/client.py#L62",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.client.Client.quotas",
- "name": "quotas",
- "params": [],
- "returns": [
- {
- "types": [
- "mapping"
- ]
- }
- ],
- "source": "gcloud/dns/client.py#L46",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.client.Client.zone",
- "name": "zone",
- "params": [
- {
- "description": " DNS name of the zone. If not passed, then calls to zone.create will fail.",
- "name": "dns_name",
- "nullable": null,
- "optional": null,
- "types": [
- "string or NoneType"
- ]
- },
- {
- "description": " the description for the zone. If not passed, defaults to the value of 'dns_name'.",
- "name": "description",
- "nullable": null,
- "optional": null,
- "types": [
- "string or NoneType"
- ]
- },
- {
- "description": " Name of the zone.",
- "name": "name",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.dns.zone.ManagedZone"
- ]
- }
- ],
- "source": "gcloud/dns/client.py#L98",
- "type": "instance"
- }
- ],
- "name": "Client",
- "source": "gcloud/dns/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/dns/connection.json b/json/master/gcloud/dns/connection.json
deleted file mode 100644
index 7da31a5eb946..000000000000
--- a/json/master/gcloud/dns/connection.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Create / interact with gcloud dns connections.",
- "examples": [],
- "id": "gcloud.dns.connection",
- "methods": [],
- "name": "Connection",
- "source": "gcloud/dns/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/dns/connection/connection.json b/json/master/gcloud/dns/connection/connection.json
deleted file mode 100644
index 965209272e5b..000000000000
--- a/json/master/gcloud/dns/connection/connection.json
+++ /dev/null
@@ -1,170 +0,0 @@
-{
- "description": "\n Create / interact with gcloud dns connections.",
- "examples": [],
- "id": "gcloud.dns.connection.connection",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.connection.Connection.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/connection.py#L75",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.connection.Connection.api_request",
- "name": "api_request",
- "params": [
- {
- "description": " The HTTP method name (ie, GET, POST, etc). Required.",
- "name": "method",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library. Default is the latest API version supported by gcloud-python.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The path to the resource (ie, '/b/bucket-name'). Required.",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Protected argument to be used by library callers. This can allow custom behavior, for example, to defer an HTTP request and complete initialization of the object at a later time.",
- "name": "_target_object",
- "nullable": null,
- "optional": null,
- "types": [
- "object or NoneType"
- ]
- },
- {
- "description": " If True, this method will try to parse the response as JSON and raise an exception if that cannot be done. Default is True.",
- "name": "expect_json",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this. Default is the standard API base URL.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The data to send as the body of the request. Default is the empty string.",
- "name": "data",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The proper MIME type of the data provided. Default is None.",
- "name": "content_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "dict or str"
- ]
- }
- ],
- "source": "gcloud/connection.py#L272",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.connection.Connection.build_api_url",
- "name": "build_api_url",
- "params": [
- {
- "description": " The path to the resource (ie, '/b/bucket-name').",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "string"
- ]
- }
- ],
- "source": "gcloud/connection.py#L155",
- "type": "instance"
- }
- ],
- "name": "Connection",
- "source": "gcloud/dns/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/dns/index.json b/json/master/gcloud/dns/index.json
deleted file mode 100644
index 44b1dbcd72a8..000000000000
--- a/json/master/gcloud/dns/index.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Google Cloud DNS API wrapper.\n The main concepts with this API are:\n - gcloud.DNS.zone.ManagedZone represents an collection of tables. - gcloud.DNS.resource_record_set.ResourceRecordSet represents a single resource definition within a zone. - gcloud.DNS.changes.Changes represents a set of changes (adding/ deleting resource record sets) to a zone.",
- "examples": [],
- "id": "gcloud.dns.__init__",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.__init__.SCOPE",
- "name": "SCOPE",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "__Init__",
- "source": "gcloud/dns/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/dns/resource_record_set.json b/json/master/gcloud/dns/resource_record_set.json
deleted file mode 100644
index 60eb9565db5e..000000000000
--- a/json/master/gcloud/dns/resource_record_set.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Define API ResourceRecordSets.",
- "examples": [],
- "id": "gcloud.dns.resource_record_set",
- "methods": [],
- "name": "Resource_Record_Set",
- "source": "gcloud/dns/resource_record_set.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/dns/resource_record_set/resourcerecordset.json b/json/master/gcloud/dns/resource_record_set/resourcerecordset.json
deleted file mode 100644
index 507cd210cc1d..000000000000
--- a/json/master/gcloud/dns/resource_record_set/resourcerecordset.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "description": "\n Define API ResourceRecordSets.",
- "examples": [],
- "id": "gcloud.dns.resource_record_set.resourcerecordset",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.resource_record_set.ResourceRecordSet.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/dns/resource_record_set.py#L42",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.resource_record_set.ResourceRecordSet.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " record sets representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- },
- {
- "description": " A zone which holds one or more record sets.",
- "name": "zone",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.dns.zone.ManagedZone"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.dns.zone.ResourceRecordSet"
- ]
- }
- ],
- "source": "gcloud/dns/resource_record_set.py#L49",
- "type": "instance"
- }
- ],
- "name": "Resourcerecordset",
- "source": "gcloud/dns/resource_record_set.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/dns/zone.json b/json/master/gcloud/dns/zone.json
deleted file mode 100644
index 23340d1a8c83..000000000000
--- a/json/master/gcloud/dns/zone.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Define API ManagedZones.",
- "examples": [],
- "id": "gcloud.dns.zone",
- "methods": [],
- "name": "Zone",
- "source": "gcloud/dns/zone.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/dns/zone/managedzone.json b/json/master/gcloud/dns/zone/managedzone.json
deleted file mode 100644
index 64e4916f9b6c..000000000000
--- a/json/master/gcloud/dns/zone/managedzone.json
+++ /dev/null
@@ -1,267 +0,0 @@
-{
- "description": "\n Define API ManagedZones.",
- "examples": [],
- "id": "gcloud.dns.zone.managedzone",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.zone.ManagedZone.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/dns/zone.py#L46",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.zone.ManagedZone.changes",
- "name": "changes",
- "params": [],
- "returns": [
- {
- "types": [
- "gcloud.dns.changes.Changes"
- ]
- }
- ],
- "source": "gcloud/dns/zone.py#L192",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.zone.ManagedZone.create",
- "name": "create",
- "params": [],
- "returns": [],
- "source": "gcloud/dns/zone.py#L245",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.zone.ManagedZone.delete",
- "name": "delete",
- "params": [],
- "returns": [],
- "source": "gcloud/dns/zone.py#L300",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.zone.ManagedZone.exists",
- "name": "exists",
- "params": [
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current zone.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.dns.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "bool"
- ]
- }
- ],
- "source": "gcloud/dns/zone.py#L261",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.zone.ManagedZone.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " Client which holds credentials and project configuration for the zone.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.dns.client.Client"
- ]
- },
- {
- "description": " zone resource representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.dns.zone.ManagedZone"
- ]
- }
- ],
- "source": "gcloud/dns/zone.py#L55",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.zone.ManagedZone.list_changes",
- "name": "list_changes",
- "params": [
- {
- "description": " opaque marker for the next \"page\" of zones. If not passed, the API will return the first page of zones.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current zone.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.dns.client.Client or NoneType"
- ]
- },
- {
- "description": " maximum number of zones to return, If not passed, defaults to a value set by the API.",
- "name": "max_results",
- "nullable": null,
- "optional": null,
- "types": [
- "int"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "tuple, (list, str)"
- ]
- }
- ],
- "source": "gcloud/dns/zone.py#L357",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.zone.ManagedZone.list_resource_record_sets",
- "name": "list_resource_record_sets",
- "params": [
- {
- "description": " opaque marker for the next \"page\" of zones. If not passed, the API will return the first page of zones.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current zone.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.dns.client.Client or NoneType"
- ]
- },
- {
- "description": " maximum number of zones to return, If not passed, defaults to a value set by the API.",
- "name": "max_results",
- "nullable": null,
- "optional": null,
- "types": [
- "int"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "tuple, (list, str)"
- ]
- }
- ],
- "source": "gcloud/dns/zone.py#L313",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.zone.ManagedZone.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/dns/zone.py#L284",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.dns.zone.ManagedZone.resource_record_set",
- "name": "resource_record_set",
- "params": [
- {
- "description": " RR type",
- "name": "record_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " resource data for the RR",
- "name": "rrdatas",
- "nullable": null,
- "optional": null,
- "types": [
- " string"
- ]
- },
- {
- "description": " Name of the record set.",
- "name": "name",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " TTL for the RR, in seconds",
- "name": "ttl",
- "nullable": null,
- "optional": null,
- "types": [
- "integer"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.dns.resource_record_set.ResourceRecordSet"
- ]
- }
- ],
- "source": "gcloud/dns/zone.py#L172",
- "type": "instance"
- }
- ],
- "name": "Managedzone",
- "source": "gcloud/dns/zone.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/environment_vars.json b/json/master/gcloud/environment_vars.json
deleted file mode 100644
index 8ab31cf1433c..000000000000
--- a/json/master/gcloud/environment_vars.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "description": "\n Comprehensive list of environment variables used in gcloud.\n These enable many types of implicit behavior in both production and tests.",
- "examples": [],
- "id": "gcloud.environment_vars",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.environment_vars.CREDENTIALS",
- "name": "CREDENTIALS",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.environment_vars.GCD_DATASET",
- "name": "GCD_DATASET",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.environment_vars.GCD_HOST",
- "name": "GCD_HOST",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.environment_vars.PROJECT",
- "name": "PROJECT",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.environment_vars.PUBSUB_EMULATOR",
- "name": "PUBSUB_EMULATOR",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.environment_vars.TESTS_PROJECT",
- "name": "TESTS_PROJECT",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "Environment_Vars",
- "source": "gcloud/environment_vars.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/error_reporting/client.json b/json/master/gcloud/error_reporting/client.json
deleted file mode 100644
index e5e9c95da0e9..000000000000
--- a/json/master/gcloud/error_reporting/client.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Client for interacting with the Stackdriver Logging API",
- "examples": [],
- "id": "gcloud.error_reporting.client",
- "methods": [],
- "name": "Client",
- "source": "gcloud/error_reporting/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/error_reporting/client/client.json b/json/master/gcloud/error_reporting/client/client.json
deleted file mode 100644
index 190cf31217ef..000000000000
--- a/json/master/gcloud/error_reporting/client/client.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "description": "\n Client for interacting with the Stackdriver Logging API",
- "examples": [],
- "id": "gcloud.error_reporting.client.client",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.error_reporting.client.Client.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/error_reporting/client.py#L103",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": " client.report(\"Something went wrong!\")\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.error_reporting.client.Client.report",
- "name": "report",
- "params": [],
- "returns": [],
- "source": "gcloud/error_reporting/client.py#L185",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": " try:\n raise NameError\n except Exception:\n client.report_exception()\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.error_reporting.client.Client.report_exception",
- "name": "report_exception",
- "params": [],
- "returns": [],
- "source": "gcloud/error_reporting/client.py#L225",
- "type": "instance"
- }
- ],
- "name": "Client",
- "source": "gcloud/error_reporting/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/error_reporting/client/httpcontext.json b/json/master/gcloud/error_reporting/client/httpcontext.json
deleted file mode 100644
index e9ea9199dadf..000000000000
--- a/json/master/gcloud/error_reporting/client/httpcontext.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Client for interacting with the Stackdriver Logging API",
- "examples": [],
- "id": "gcloud.error_reporting.client.httpcontext",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.error_reporting.client.HTTPContext.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/error_reporting/client.py#L51",
- "type": "instance"
- }
- ],
- "name": "Httpcontext",
- "source": "gcloud/error_reporting/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/error_reporting/index.json b/json/master/gcloud/error_reporting/index.json
deleted file mode 100644
index ca88014843b2..000000000000
--- a/json/master/gcloud/error_reporting/index.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Client library for Stackdriver Error Reporting",
- "examples": [],
- "id": "gcloud.error_reporting.__init__",
- "methods": [],
- "name": "__Init__",
- "source": "gcloud/error_reporting/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions.json b/json/master/gcloud/exceptions.json
deleted file mode 100644
index 5915d73bff9f..000000000000
--- a/json/master/gcloud/exceptions.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.make_exception",
- "name": "make_exception",
- "params": [
- {
- "description": " The body of the HTTP error response.",
- "name": "content",
- "nullable": null,
- "optional": null,
- "types": [
- "string or dictionary"
- ]
- },
- {
- "description": " Flag indicating if content is expected to be JSON.",
- "name": "use_json",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- },
- {
- "description": " A response object that defines a status code as the status attribute.",
- "name": "response",
- "nullable": null,
- "optional": null,
- "types": [
- "httplib2.Response or other HTTP response object"
- ]
- },
- {
- "description": " Optional string giving extra information about the failed request.",
- "name": "error_info",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "instance of GCloudError, or a concrete sub."
- ]
- }
- ],
- "source": "gcloud/exceptions.py#L164",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.code",
- "name": "code",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "Exceptions",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/badgateway.json b/json/master/gcloud/exceptions/badgateway.json
deleted file mode 100644
index e0a237456883..000000000000
--- a/json/master/gcloud/exceptions/badgateway.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.badgateway",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.BadGateway.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Badgateway",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/badrequest.json b/json/master/gcloud/exceptions/badrequest.json
deleted file mode 100644
index 2857f2fe6bdd..000000000000
--- a/json/master/gcloud/exceptions/badrequest.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.badrequest",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.BadRequest.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Badrequest",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/clienterror.json b/json/master/gcloud/exceptions/clienterror.json
deleted file mode 100644
index 29781fcf9c23..000000000000
--- a/json/master/gcloud/exceptions/clienterror.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.clienterror",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.ClientError.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Clienterror",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/conflict.json b/json/master/gcloud/exceptions/conflict.json
deleted file mode 100644
index b991bd7faabc..000000000000
--- a/json/master/gcloud/exceptions/conflict.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.conflict",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.Conflict.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Conflict",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/forbidden.json b/json/master/gcloud/exceptions/forbidden.json
deleted file mode 100644
index bb2e85738556..000000000000
--- a/json/master/gcloud/exceptions/forbidden.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.forbidden",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.Forbidden.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Forbidden",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/gclouderror.json b/json/master/gcloud/exceptions/gclouderror.json
deleted file mode 100644
index 5e7fc2e2caf1..000000000000
--- a/json/master/gcloud/exceptions/gclouderror.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.gclouderror",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.GCloudError.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Gclouderror",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/internalservererror.json b/json/master/gcloud/exceptions/internalservererror.json
deleted file mode 100644
index 309a2cccb84b..000000000000
--- a/json/master/gcloud/exceptions/internalservererror.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.internalservererror",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.InternalServerError.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Internalservererror",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/lengthrequired.json b/json/master/gcloud/exceptions/lengthrequired.json
deleted file mode 100644
index 0680638334b6..000000000000
--- a/json/master/gcloud/exceptions/lengthrequired.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.lengthrequired",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.LengthRequired.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Lengthrequired",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/methodnotallowed.json b/json/master/gcloud/exceptions/methodnotallowed.json
deleted file mode 100644
index 9adc317ce27a..000000000000
--- a/json/master/gcloud/exceptions/methodnotallowed.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.methodnotallowed",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.MethodNotAllowed.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Methodnotallowed",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/methodnotimplemented.json b/json/master/gcloud/exceptions/methodnotimplemented.json
deleted file mode 100644
index 8e30ddaaea72..000000000000
--- a/json/master/gcloud/exceptions/methodnotimplemented.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.methodnotimplemented",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.MethodNotImplemented.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Methodnotimplemented",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/movedpermanently.json b/json/master/gcloud/exceptions/movedpermanently.json
deleted file mode 100644
index 5647b6618cc3..000000000000
--- a/json/master/gcloud/exceptions/movedpermanently.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.movedpermanently",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.MovedPermanently.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Movedpermanently",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/notfound.json b/json/master/gcloud/exceptions/notfound.json
deleted file mode 100644
index 0d044afaf589..000000000000
--- a/json/master/gcloud/exceptions/notfound.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.notfound",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.NotFound.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Notfound",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/notmodified.json b/json/master/gcloud/exceptions/notmodified.json
deleted file mode 100644
index ff48262e78bb..000000000000
--- a/json/master/gcloud/exceptions/notmodified.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.notmodified",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.NotModified.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Notmodified",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/preconditionfailed.json b/json/master/gcloud/exceptions/preconditionfailed.json
deleted file mode 100644
index bd660da11462..000000000000
--- a/json/master/gcloud/exceptions/preconditionfailed.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.preconditionfailed",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.PreconditionFailed.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Preconditionfailed",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/redirection.json b/json/master/gcloud/exceptions/redirection.json
deleted file mode 100644
index 8db1978542a3..000000000000
--- a/json/master/gcloud/exceptions/redirection.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.redirection",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.Redirection.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Redirection",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/requestrangenotsatisfiable.json b/json/master/gcloud/exceptions/requestrangenotsatisfiable.json
deleted file mode 100644
index a5a238f5c294..000000000000
--- a/json/master/gcloud/exceptions/requestrangenotsatisfiable.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.requestrangenotsatisfiable",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.RequestRangeNotSatisfiable.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Requestrangenotsatisfiable",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/resumeincomplete.json b/json/master/gcloud/exceptions/resumeincomplete.json
deleted file mode 100644
index c43f30d842a8..000000000000
--- a/json/master/gcloud/exceptions/resumeincomplete.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.resumeincomplete",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.ResumeIncomplete.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Resumeincomplete",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/servererror.json b/json/master/gcloud/exceptions/servererror.json
deleted file mode 100644
index 5408ea6991c2..000000000000
--- a/json/master/gcloud/exceptions/servererror.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.servererror",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.ServerError.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Servererror",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/serviceunavailable.json b/json/master/gcloud/exceptions/serviceunavailable.json
deleted file mode 100644
index 0c680b1db932..000000000000
--- a/json/master/gcloud/exceptions/serviceunavailable.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.serviceunavailable",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.ServiceUnavailable.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Serviceunavailable",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/temporaryredirect.json b/json/master/gcloud/exceptions/temporaryredirect.json
deleted file mode 100644
index 38f8eabb07e0..000000000000
--- a/json/master/gcloud/exceptions/temporaryredirect.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.temporaryredirect",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.TemporaryRedirect.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Temporaryredirect",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/toomanyrequests.json b/json/master/gcloud/exceptions/toomanyrequests.json
deleted file mode 100644
index 9882d9124250..000000000000
--- a/json/master/gcloud/exceptions/toomanyrequests.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.toomanyrequests",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.TooManyRequests.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Toomanyrequests",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/exceptions/unauthorized.json b/json/master/gcloud/exceptions/unauthorized.json
deleted file mode 100644
index f8004642e28a..000000000000
--- a/json/master/gcloud/exceptions/unauthorized.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Custom exceptions for gcloud package.\n See: https://cloud.google.com/storage/docs/json_api/v1/status-codes",
- "examples": [],
- "id": "gcloud.exceptions.unauthorized",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.exceptions.Unauthorized.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/exceptions.py#L38",
- "type": "instance"
- }
- ],
- "name": "Unauthorized",
- "source": "gcloud/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/index.json b/json/master/gcloud/index.json
deleted file mode 100644
index 0645c969aa4a..000000000000
--- a/json/master/gcloud/index.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n GCloud API access in idiomatic Python.",
- "examples": [],
- "id": "gcloud.__init__",
- "methods": [],
- "name": "__Init__",
- "source": "gcloud/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/iterator.json b/json/master/gcloud/iterator.json
deleted file mode 100644
index 6c4eb54a56c7..000000000000
--- a/json/master/gcloud/iterator.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Iterators for paging through API responses.\n These iterators simplify the process of paging through API responses where the response is a list of results with a nextPageToken.\n To make an iterator work, just override the get_items_from_response method so that given a response (containing a page of results) it parses those results into an iterable of the actual objects you want\n
class MyIterator(Iterator):\n def get_items_from_response(self, response):\n items = response.get('items', [])\n for item in items:\n my_item = MyItemClass(other_arg=True)\n my_item._set_properties(item)\n yield my_item\n
\n You then can use this to get all the results from a resource\n
>>> iterator = MyIterator(...)\n >>> list(iterator) # Convert to a list (consumes all values).\n
\n Or you can walk your way through items and call off the search early if you find what you're looking for (resulting in possibly fewer requests)\n
>>> for item in MyIterator(...):\n >>> print item.name\n >>> if not item.is_valid:\n >>> break
",
- "examples": [],
- "id": "gcloud.iterator",
- "methods": [],
- "name": "Iterator",
- "source": "gcloud/iterator.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/iterator/iterator.json b/json/master/gcloud/iterator/iterator.json
deleted file mode 100644
index 5a2f92bfade5..000000000000
--- a/json/master/gcloud/iterator/iterator.json
+++ /dev/null
@@ -1,87 +0,0 @@
-{
- "description": "\n Iterators for paging through API responses.\n These iterators simplify the process of paging through API responses where the response is a list of results with a nextPageToken.\n To make an iterator work, just override the get_items_from_response method so that given a response (containing a page of results) it parses those results into an iterable of the actual objects you want\n
class MyIterator(Iterator):\n def get_items_from_response(self, response):\n items = response.get('items', [])\n for item in items:\n my_item = MyItemClass(other_arg=True)\n my_item._set_properties(item)\n yield my_item\n
\n You then can use this to get all the results from a resource\n
>>> iterator = MyIterator(...)\n >>> list(iterator) # Convert to a list (consumes all values).\n
\n Or you can walk your way through items and call off the search early if you find what you're looking for (resulting in possibly fewer requests)\n
>>> for item in MyIterator(...):\n >>> print item.name\n >>> if not item.is_valid:\n >>> break
",
- "examples": [],
- "id": "gcloud.iterator.iterator",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.iterator.Iterator.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/iterator.py#L64",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.iterator.Iterator.get_items_from_response",
- "name": "get_items_from_response",
- "params": [],
- "returns": [],
- "source": "gcloud/iterator.py#L127",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.iterator.Iterator.get_next_page_response",
- "name": "get_next_page_response",
- "params": [],
- "returns": [
- {
- "types": [
- "dict"
- ]
- }
- ],
- "source": "gcloud/iterator.py#L105",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.iterator.Iterator.get_query_params",
- "name": "get_query_params",
- "params": [],
- "returns": [
- {
- "types": [
- "dict"
- ]
- }
- ],
- "source": "gcloud/iterator.py#L94",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.iterator.Iterator.has_next_page",
- "name": "has_next_page",
- "params": [],
- "returns": [
- {
- "types": [
- "boolean"
- ]
- }
- ],
- "source": "gcloud/iterator.py#L83",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.iterator.Iterator.reset",
- "name": "reset",
- "params": [],
- "returns": [],
- "source": "gcloud/iterator.py#L122",
- "type": "instance"
- }
- ],
- "name": "Iterator",
- "source": "gcloud/iterator.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/iterator/methoditerator.json b/json/master/gcloud/iterator/methoditerator.json
deleted file mode 100644
index 2d6476000a63..000000000000
--- a/json/master/gcloud/iterator/methoditerator.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Iterators for paging through API responses.\n These iterators simplify the process of paging through API responses where the response is a list of results with a nextPageToken.\n To make an iterator work, just override the get_items_from_response method so that given a response (containing a page of results) it parses those results into an iterable of the actual objects you want\n
class MyIterator(Iterator):\n def get_items_from_response(self, response):\n items = response.get('items', [])\n for item in items:\n my_item = MyItemClass(other_arg=True)\n my_item._set_properties(item)\n yield my_item\n
\n You then can use this to get all the results from a resource\n
>>> iterator = MyIterator(...)\n >>> list(iterator) # Convert to a list (consumes all values).\n
\n Or you can walk your way through items and call off the search early if you find what you're looking for (resulting in possibly fewer requests)\n
>>> for item in MyIterator(...):\n >>> print item.name\n >>> if not item.is_valid:\n >>> break
",
- "examples": [],
- "id": "gcloud.iterator.methoditerator",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.iterator.MethodIterator.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/iterator.py#L166",
- "type": "instance"
- }
- ],
- "name": "Methoditerator",
- "source": "gcloud/iterator.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/client.json b/json/master/gcloud/language/client.json
deleted file mode 100644
index 7c01fdb94ba2..000000000000
--- a/json/master/gcloud/language/client.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Basic client for Google Cloud Natural Language API.",
- "examples": [],
- "id": "gcloud.language.client",
- "methods": [],
- "name": "Client",
- "source": "gcloud/language/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/client/client.json b/json/master/gcloud/language/client/client.json
deleted file mode 100644
index 49b2f714e3fc..000000000000
--- a/json/master/gcloud/language/client/client.json
+++ /dev/null
@@ -1,230 +0,0 @@
-{
- "description": "\n Basic client for Google Cloud Natural Language API.",
- "examples": [],
- "id": "gcloud.language.client.client",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.client.Client.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/client.py#L120",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.client.Client.document_from_html",
- "name": "document_from_html",
- "params": [
- {
- "description": " The document HTML text content.",
- "name": "content",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " Remaining keyword arguments to be passed along to the",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.language.client.Client.Document"
- ]
- }
- ],
- "source": "gcloud/language/client.py#L60",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.client.Client.document_from_text",
- "name": "document_from_text",
- "params": [
- {
- "description": " The document plain text content.",
- "name": "content",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " Remaining keyword arguments to be passed along to the",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.language.client.Client.Document"
- ]
- }
- ],
- "source": "gcloud/language/client.py#L40",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.client.Client.document_from_url",
- "name": "document_from_url",
- "params": [
- {
- "description": " (Optional) The type of text in the document. Defaults to plain text. Can also be specified as HTML via :attr:~.Document.HTML.",
- "name": "doc_type",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " The URL of the Google Cloud Storage object holding the content. Of the form gs://{bucket}/{blob-name}.",
- "name": "gcs_url",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " Remaining keyword arguments to be passed along to the",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.language.client.Client.Document"
- ]
- }
- ],
- "source": "gcloud/language/client.py#L80",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.client.Client.from_service_account_json",
- "name": "from_service_account_json",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must contain a JSON object with a private key and other credentials information (downloaded from the Google APIs console).",
- "name": "json_credentials_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.pubsub.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L33",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.client.Client.from_service_account_p12",
- "name": "from_service_account_p12",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must be in P12 format.",
- "name": "private_key_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " The e-mail attached to the service account.",
- "name": "client_email",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L63",
- "type": "instance"
- }
- ],
- "name": "Client",
- "source": "gcloud/language/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/connection.json b/json/master/gcloud/language/connection.json
deleted file mode 100644
index bdd9ad2047ee..000000000000
--- a/json/master/gcloud/language/connection.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Basic connection for Google Cloud Natural Language API.",
- "examples": [],
- "id": "gcloud.language.connection",
- "methods": [],
- "name": "Connection",
- "source": "gcloud/language/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/connection/connection.json b/json/master/gcloud/language/connection/connection.json
deleted file mode 100644
index 81b295269408..000000000000
--- a/json/master/gcloud/language/connection/connection.json
+++ /dev/null
@@ -1,170 +0,0 @@
-{
- "description": "\n Basic connection for Google Cloud Natural Language API.",
- "examples": [],
- "id": "gcloud.language.connection.connection",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.connection.Connection.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/connection.py#L75",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.connection.Connection.api_request",
- "name": "api_request",
- "params": [
- {
- "description": " The HTTP method name (ie, GET, POST, etc). Required.",
- "name": "method",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library. Default is the latest API version supported by gcloud-python.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The path to the resource (ie, '/b/bucket-name'). Required.",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Protected argument to be used by library callers. This can allow custom behavior, for example, to defer an HTTP request and complete initialization of the object at a later time.",
- "name": "_target_object",
- "nullable": null,
- "optional": null,
- "types": [
- "object or NoneType"
- ]
- },
- {
- "description": " If True, this method will try to parse the response as JSON and raise an exception if that cannot be done. Default is True.",
- "name": "expect_json",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this. Default is the standard API base URL.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The data to send as the body of the request. Default is the empty string.",
- "name": "data",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The proper MIME type of the data provided. Default is None.",
- "name": "content_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "dict or str"
- ]
- }
- ],
- "source": "gcloud/connection.py#L272",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.connection.Connection.build_api_url",
- "name": "build_api_url",
- "params": [
- {
- "description": " The path to the resource (ie, '/b/bucket-name').",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "string"
- ]
- }
- ],
- "source": "gcloud/connection.py#L155",
- "type": "instance"
- }
- ],
- "name": "Connection",
- "source": "gcloud/language/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/document.json b/json/master/gcloud/language/document.json
deleted file mode 100644
index 288eb8dff054..000000000000
--- a/json/master/gcloud/language/document.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Definition for Google Cloud Natural Language API documents.\n A document is used to hold text to be analyzed and annotated.",
- "examples": [],
- "id": "gcloud.language.document",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.document.DEFAULT_LANGUAGE",
- "name": "DEFAULT_LANGUAGE",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "Document",
- "source": "gcloud/language/document.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/document/annotations.json b/json/master/gcloud/language/document/annotations.json
deleted file mode 100644
index fc49679579d1..000000000000
--- a/json/master/gcloud/language/document/annotations.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Definition for Google Cloud Natural Language API documents.\n A document is used to hold text to be analyzed and annotated.",
- "examples": [],
- "id": "gcloud.language.document.annotations",
- "methods": [],
- "name": "Annotations",
- "source": "gcloud/language/document.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/document/document.json b/json/master/gcloud/language/document/document.json
deleted file mode 100644
index cfe12b85e50b..000000000000
--- a/json/master/gcloud/language/document/document.json
+++ /dev/null
@@ -1,95 +0,0 @@
-{
- "description": "\n Definition for Google Cloud Natural Language API documents.\n A document is used to hold text to be analyzed and annotated.",
- "examples": [],
- "id": "gcloud.language.document.document",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.document.Document.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/language/document.py#L117",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.document.Document.analyze_entities",
- "name": "analyze_entities",
- "params": [],
- "returns": [
- {
- "types": [
- "list"
- ]
- }
- ],
- "source": "gcloud/language/document.py#L150",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.document.Document.analyze_sentiment",
- "name": "analyze_sentiment",
- "params": [],
- "returns": [
- {
- "types": [
- "gcloud.language.document.Document.Sentiment"
- ]
- }
- ],
- "source": "gcloud/language/document.py#L175",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.document.Document.annotate_text",
- "name": "annotate_text",
- "params": [
- {
- "description": " (Optional) Flag to enable sentiment analysis of the current document.",
- "name": "include_sentiment",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- },
- {
- "description": " (Optional) Flag to enable entity extraction from the current document.",
- "name": "include_entities",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- },
- {
- "description": " (Optional) Flag to enable syntax analysis of the current document.",
- "name": "include_syntax",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Annotations"
- ]
- }
- ],
- "source": "gcloud/language/document.py#L191",
- "type": "instance"
- }
- ],
- "name": "Document",
- "source": "gcloud/language/document.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/document/encoding.json b/json/master/gcloud/language/document/encoding.json
deleted file mode 100644
index 56ad582a8d6e..000000000000
--- a/json/master/gcloud/language/document/encoding.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Definition for Google Cloud Natural Language API documents.\n A document is used to hold text to be analyzed and annotated.",
- "examples": [],
- "id": "gcloud.language.document.encoding",
- "methods": [],
- "name": "Encoding",
- "source": "gcloud/language/document.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/entity.json b/json/master/gcloud/language/entity.json
deleted file mode 100644
index c2bd37c7715c..000000000000
--- a/json/master/gcloud/language/entity.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Definition for Google Cloud Natural Language API entities.\n An entity is used to describe a proper name extracted from text.",
- "examples": [],
- "id": "gcloud.language.entity",
- "methods": [],
- "name": "Entity",
- "source": "gcloud/language/entity.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/entity/entity.json b/json/master/gcloud/language/entity/entity.json
deleted file mode 100644
index 3630a57b4fca..000000000000
--- a/json/master/gcloud/language/entity/entity.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "description": "\n Definition for Google Cloud Natural Language API entities.\n An entity is used to describe a proper name extracted from text.",
- "examples": [],
- "id": "gcloud.language.entity.entity",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.entity.Entity.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/language/entity.py#L84",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.entity.Entity.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " dict",
- "name": "payload",
- "nullable": null,
- "optional": null,
- "types": [
- "The value from the backend."
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Entity"
- ]
- }
- ],
- "source": "gcloud/language/entity.py#L92",
- "type": "instance"
- }
- ],
- "name": "Entity",
- "source": "gcloud/language/entity.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/entity/entitytype.json b/json/master/gcloud/language/entity/entitytype.json
deleted file mode 100644
index 04669a045a2c..000000000000
--- a/json/master/gcloud/language/entity/entitytype.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Definition for Google Cloud Natural Language API entities.\n An entity is used to describe a proper name extracted from text.",
- "examples": [],
- "id": "gcloud.language.entity.entitytype",
- "methods": [],
- "name": "Entitytype",
- "source": "gcloud/language/entity.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/index.json b/json/master/gcloud/language/index.json
deleted file mode 100644
index 9293e9b2d20a..000000000000
--- a/json/master/gcloud/language/index.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Client library for Google Cloud Natural Language API.",
- "examples": [],
- "id": "gcloud.language.__init__",
- "methods": [],
- "name": "__Init__",
- "source": "gcloud/language/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/sentiment.json b/json/master/gcloud/language/sentiment.json
deleted file mode 100644
index e43714d4bd43..000000000000
--- a/json/master/gcloud/language/sentiment.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Definition for Google Cloud Natural Language API sentiment.\n Sentiment is the response to an analyzeSentiment request.",
- "examples": [],
- "id": "gcloud.language.sentiment",
- "methods": [],
- "name": "Sentiment",
- "source": "gcloud/language/sentiment.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/sentiment/sentiment.json b/json/master/gcloud/language/sentiment/sentiment.json
deleted file mode 100644
index b24c89e66c4f..000000000000
--- a/json/master/gcloud/language/sentiment/sentiment.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "description": "\n Definition for Google Cloud Natural Language API sentiment.\n Sentiment is the response to an analyzeSentiment request.",
- "examples": [],
- "id": "gcloud.language.sentiment.sentiment",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.sentiment.Sentiment.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/language/sentiment.py#L41",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.sentiment.Sentiment.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " dict",
- "name": "payload",
- "nullable": null,
- "optional": null,
- "types": [
- "The value from the backend."
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Sentiment"
- ]
- }
- ],
- "source": "gcloud/language/sentiment.py#L45",
- "type": "instance"
- }
- ],
- "name": "Sentiment",
- "source": "gcloud/language/sentiment.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/syntax.json b/json/master/gcloud/language/syntax.json
deleted file mode 100644
index e2c2de1813c9..000000000000
--- a/json/master/gcloud/language/syntax.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Google Cloud Natural Language API helpers for tokenized text.\n The annotateText method, when used with the \"syntax\" feature, breaks a document down into tokens and sentences.",
- "examples": [],
- "id": "gcloud.language.syntax",
- "methods": [],
- "name": "Syntax",
- "source": "gcloud/language/syntax.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/syntax/partofspeech.json b/json/master/gcloud/language/syntax/partofspeech.json
deleted file mode 100644
index d89870c5cbd8..000000000000
--- a/json/master/gcloud/language/syntax/partofspeech.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "description": "\n Google Cloud Natural Language API helpers for tokenized text.\n The annotateText method, when used with the \"syntax\" feature, breaks a document down into tokens and sentences.",
- "examples": [],
- "id": "gcloud.language.syntax.partofspeech",
- "methods": [
- {
- "examples": [
- {
- "code": "PartOfSpeech.OTHER\n'X'\nPartOfSpeech.reverse('X')\n'OTHER'\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.language.syntax.PartOfSpeech.reverse",
- "name": "reverse",
- "params": [],
- "returns": [
- {
- "types": [
- "str"
- ]
- }
- ],
- "source": "gcloud/language/syntax.py#L84",
- "type": "instance"
- }
- ],
- "name": "Partofspeech",
- "source": "gcloud/language/syntax.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/syntax/sentence.json b/json/master/gcloud/language/syntax/sentence.json
deleted file mode 100644
index 8454006a8cb1..000000000000
--- a/json/master/gcloud/language/syntax/sentence.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "description": "\n Google Cloud Natural Language API helpers for tokenized text.\n The annotateText method, when used with the \"syntax\" feature, breaks a document down into tokens and sentences.",
- "examples": [],
- "id": "gcloud.language.syntax.sentence",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.syntax.Sentence.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/language/syntax.py#L188",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.syntax.Sentence.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " dict",
- "name": "payload",
- "nullable": null,
- "optional": null,
- "types": [
- "The value from the backend."
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Sentence"
- ]
- }
- ],
- "source": "gcloud/language/syntax.py#L192",
- "type": "instance"
- }
- ],
- "name": "Sentence",
- "source": "gcloud/language/syntax.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/language/syntax/token.json b/json/master/gcloud/language/syntax/token.json
deleted file mode 100644
index 9fc4445c893f..000000000000
--- a/json/master/gcloud/language/syntax/token.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "description": "\n Google Cloud Natural Language API helpers for tokenized text.\n The annotateText method, when used with the \"syntax\" feature, breaks a document down into tokens and sentences.",
- "examples": [],
- "id": "gcloud.language.syntax.token",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.syntax.Token.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/language/syntax.py#L140",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.language.syntax.Token.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " dict",
- "name": "payload",
- "nullable": null,
- "optional": null,
- "types": [
- "The value from the backend."
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Token"
- ]
- }
- ],
- "source": "gcloud/language/syntax.py#L149",
- "type": "instance"
- }
- ],
- "name": "Token",
- "source": "gcloud/language/syntax.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/client.json b/json/master/gcloud/logging/client.json
deleted file mode 100644
index 32752bcef0c0..000000000000
--- a/json/master/gcloud/logging/client.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Stackdriver Logging API.",
- "examples": [],
- "id": "gcloud.logging.client",
- "methods": [],
- "name": "Client",
- "source": "gcloud/logging/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/client/client.json b/json/master/gcloud/logging/client/client.json
deleted file mode 100644
index 4e619d66eace..000000000000
--- a/json/master/gcloud/logging/client/client.json
+++ /dev/null
@@ -1,362 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Stackdriver Logging API.",
- "examples": [],
- "id": "gcloud.logging.client.client",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.client.Client.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/client.py#L184",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.client.Client.from_service_account_json",
- "name": "from_service_account_json",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must contain a JSON object with a private key and other credentials information (downloaded from the Google APIs console).",
- "name": "json_credentials_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.pubsub.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L33",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.client.Client.from_service_account_p12",
- "name": "from_service_account_p12",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must be in P12 format.",
- "name": "private_key_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " The e-mail attached to the service account.",
- "name": "client_email",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L63",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.client.Client.list_entries",
- "name": "list_entries",
- "params": [
- {
- "description": " opaque marker for the next \"page\" of entries. If not passed, the API will return the first page of entries.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " maximum number of entries to return, If not passed, defaults to a value set by the API.",
- "name": "page_size",
- "nullable": null,
- "optional": null,
- "types": [
- "int"
- ]
- },
- {
- "description": " a filter expression. See: https://cloud.google.com/logging/docs/view/advanced_filters",
- "name": "filter_",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " One of :data:gcloud.logging.ASCENDING or",
- "name": "order_by",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " project IDs to include. If not passed, defaults to the project bound to the client.",
- "name": "projects",
- "nullable": null,
- "optional": null,
- "types": [
- " strings"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "tuple, (list, str)"
- ]
- }
- ],
- "source": "gcloud/logging/client.py#L159",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.client.Client.list_metrics",
- "name": "list_metrics",
- "params": [
- {
- "description": " opaque marker for the next \"page\" of metrics. If not passed, the API will return the first page of metrics.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " maximum number of metrics to return, If not passed, defaults to a value set by the API.",
- "name": "page_size",
- "nullable": null,
- "optional": null,
- "types": [
- "int"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "tuple, (list, str)"
- ]
- }
- ],
- "source": "gcloud/logging/client.py#L276",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.client.Client.list_sinks",
- "name": "list_sinks",
- "params": [
- {
- "description": " opaque marker for the next \"page\" of sinks. If not passed, the API will return the first page of sinks.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " maximum number of sinks to return, If not passed, defaults to a value set by the API.",
- "name": "page_size",
- "nullable": null,
- "optional": null,
- "types": [
- "int"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "tuple, (list, str)"
- ]
- }
- ],
- "source": "gcloud/logging/client.py#L227",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.client.Client.logger",
- "name": "logger",
- "params": [
- {
- "description": " the name of the logger to be constructed.",
- "name": "name",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.logging.logger.Logger"
- ]
- }
- ],
- "source": "gcloud/logging/client.py#L124",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.client.Client.metric",
- "name": "metric",
- "params": [
- {
- "description": " the description of the metric to be constructed. If not passed, the instance should already exist, to be refreshed via Metric.reload.",
- "name": "description",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " the advanced logs filter expression defining the entries tracked by the metric. If not passed, the instance should already exist, to be refreshed via Metric.reload.",
- "name": "filter_",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " the name of the metric to be constructed.",
- "name": "name",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.logging.metric.Metric"
- ]
- }
- ],
- "source": "gcloud/logging/client.py#L254",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.client.Client.sink",
- "name": "sink",
- "params": [
- {
- "description": " destination URI for the entries exported by the sink. If not passed, the instance should already exist, to be refreshed via",
- "name": "destination",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " (optional) the advanced logs filter expression defining the entries exported by the sink. If not passed, the instance should already exist, to be refreshed via Sink.reload.",
- "name": "filter_",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " the name of the sink to be constructed.",
- "name": "name",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.logging.sink.Sink"
- ]
- }
- ],
- "source": "gcloud/logging/client.py#L204",
- "type": "instance"
- }
- ],
- "name": "Client",
- "source": "gcloud/logging/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/connection.json b/json/master/gcloud/logging/connection.json
deleted file mode 100644
index 45ce57e12062..000000000000
--- a/json/master/gcloud/logging/connection.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Create / interact with Stackdriver Logging connections.",
- "examples": [],
- "id": "gcloud.logging.connection",
- "methods": [],
- "name": "Connection",
- "source": "gcloud/logging/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/connection/connection.json b/json/master/gcloud/logging/connection/connection.json
deleted file mode 100644
index 07e77468ffbe..000000000000
--- a/json/master/gcloud/logging/connection/connection.json
+++ /dev/null
@@ -1,170 +0,0 @@
-{
- "description": "\n Create / interact with Stackdriver Logging connections.",
- "examples": [],
- "id": "gcloud.logging.connection.connection",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.connection.Connection.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/connection.py#L75",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.connection.Connection.api_request",
- "name": "api_request",
- "params": [
- {
- "description": " The HTTP method name (ie, GET, POST, etc). Required.",
- "name": "method",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library. Default is the latest API version supported by gcloud-python.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The path to the resource (ie, '/b/bucket-name'). Required.",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Protected argument to be used by library callers. This can allow custom behavior, for example, to defer an HTTP request and complete initialization of the object at a later time.",
- "name": "_target_object",
- "nullable": null,
- "optional": null,
- "types": [
- "object or NoneType"
- ]
- },
- {
- "description": " If True, this method will try to parse the response as JSON and raise an exception if that cannot be done. Default is True.",
- "name": "expect_json",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this. Default is the standard API base URL.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The data to send as the body of the request. Default is the empty string.",
- "name": "data",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The proper MIME type of the data provided. Default is None.",
- "name": "content_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "dict or str"
- ]
- }
- ],
- "source": "gcloud/connection.py#L272",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.connection.Connection.build_api_url",
- "name": "build_api_url",
- "params": [
- {
- "description": " The path to the resource (ie, '/b/bucket-name').",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "string"
- ]
- }
- ],
- "source": "gcloud/connection.py#L155",
- "type": "instance"
- }
- ],
- "name": "Connection",
- "source": "gcloud/logging/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/entries.json b/json/master/gcloud/logging/entries.json
deleted file mode 100644
index 7d3bb4774230..000000000000
--- a/json/master/gcloud/logging/entries.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "description": "\n Log entries within the Google Stackdriver Logging API.",
- "examples": [],
- "id": "gcloud.logging.entries",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.entries.logger_name_from_path",
- "name": "logger_name_from_path",
- "params": [
- {
- "description": " URI path for a logger API request.",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "str"
- ]
- }
- ],
- "source": "gcloud/logging/entries.py#L34",
- "type": "instance"
- }
- ],
- "name": "Entries",
- "source": "gcloud/logging/entries.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/entries/protobufentry.json b/json/master/gcloud/logging/entries/protobufentry.json
deleted file mode 100644
index 70477665fc74..000000000000
--- a/json/master/gcloud/logging/entries/protobufentry.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "description": "\n Log entries within the Google Stackdriver Logging API.",
- "examples": [],
- "id": "gcloud.logging.entries.protobufentry",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.entries.ProtobufEntry.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/entries.py#L75",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.entries.ProtobufEntry.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " A mapping of logger fullnames -> loggers. If not passed, the entry will have a newly-created logger.",
- "name": "loggers",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or None"
- ]
- },
- {
- "description": " Client which holds credentials and project configuration.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.logging.client.Client"
- ]
- },
- {
- "description": " text entry resource representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.logging.entries.TextEntry"
- ]
- }
- ],
- "source": "gcloud/logging/entries.py#L85",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.entries.ProtobufEntry.parse_message",
- "name": "parse_message",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/entries.py#L149",
- "type": "instance"
- }
- ],
- "name": "Protobufentry",
- "source": "gcloud/logging/entries.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/entries/structentry.json b/json/master/gcloud/logging/entries/structentry.json
deleted file mode 100644
index ffdc6b20c95f..000000000000
--- a/json/master/gcloud/logging/entries/structentry.json
+++ /dev/null
@@ -1,63 +0,0 @@
-{
- "description": "\n Log entries within the Google Stackdriver Logging API.",
- "examples": [],
- "id": "gcloud.logging.entries.structentry",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.entries.StructEntry.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/entries.py#L75",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.entries.StructEntry.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " A mapping of logger fullnames -> loggers. If not passed, the entry will have a newly-created logger.",
- "name": "loggers",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or None"
- ]
- },
- {
- "description": " Client which holds credentials and project configuration.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.logging.client.Client"
- ]
- },
- {
- "description": " text entry resource representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.logging.entries.TextEntry"
- ]
- }
- ],
- "source": "gcloud/logging/entries.py#L85",
- "type": "instance"
- }
- ],
- "name": "Structentry",
- "source": "gcloud/logging/entries.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/entries/textentry.json b/json/master/gcloud/logging/entries/textentry.json
deleted file mode 100644
index 97f73704a150..000000000000
--- a/json/master/gcloud/logging/entries/textentry.json
+++ /dev/null
@@ -1,63 +0,0 @@
-{
- "description": "\n Log entries within the Google Stackdriver Logging API.",
- "examples": [],
- "id": "gcloud.logging.entries.textentry",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.entries.TextEntry.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/entries.py#L75",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.entries.TextEntry.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " A mapping of logger fullnames -> loggers. If not passed, the entry will have a newly-created logger.",
- "name": "loggers",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or None"
- ]
- },
- {
- "description": " Client which holds credentials and project configuration.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.logging.client.Client"
- ]
- },
- {
- "description": " text entry resource representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.logging.entries.TextEntry"
- ]
- }
- ],
- "source": "gcloud/logging/entries.py#L85",
- "type": "instance"
- }
- ],
- "name": "Textentry",
- "source": "gcloud/logging/entries.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/handlers/handlers.json b/json/master/gcloud/logging/handlers/handlers.json
deleted file mode 100644
index dd372f14c725..000000000000
--- a/json/master/gcloud/logging/handlers/handlers.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "description": "\n Python logging handlers for Google Cloud Logging.",
- "examples": [],
- "id": "gcloud.logging.handlers.handlers",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.setup_logging",
- "name": "setup_logging",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/handlers/handlers.py#L96",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.DEFAULT_LOGGER_NAME",
- "name": "DEFAULT_LOGGER_NAME",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.EXCLUDE_LOGGER_DEFAULTS",
- "name": "EXCLUDE_LOGGER_DEFAULTS",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "Handlers",
- "source": "gcloud/logging/handlers/handlers.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/handlers/handlers/cloudlogginghandler.json b/json/master/gcloud/logging/handlers/handlers/cloudlogginghandler.json
deleted file mode 100644
index 6c1ad85c5164..000000000000
--- a/json/master/gcloud/logging/handlers/handlers/cloudlogginghandler.json
+++ /dev/null
@@ -1,179 +0,0 @@
-{
- "description": "\n Python logging handlers for Google Cloud Logging.",
- "examples": [],
- "id": "gcloud.logging.handlers.handlers.cloudlogginghandler",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/handlers/handlers.py#L74",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.acquire",
- "name": "acquire",
- "params": [],
- "returns": [],
- "source": "logging.py#L701",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.addFilter",
- "name": "addFilter",
- "params": [],
- "returns": [],
- "source": "logging.py#L591",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.close",
- "name": "close",
- "params": [],
- "returns": [],
- "source": "logging.py#L777",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.createLock",
- "name": "createLock",
- "params": [],
- "returns": [],
- "source": "logging.py#L692",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.emit",
- "name": "emit",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/handlers/handlers.py#L82",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.filter",
- "name": "filter",
- "params": [],
- "returns": [],
- "source": "logging.py#L605",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.flush",
- "name": "flush",
- "params": [],
- "returns": [],
- "source": "logging.py#L836",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.format",
- "name": "format",
- "params": [],
- "returns": [],
- "source": "logging.py#L721",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.get_name",
- "name": "get_name",
- "params": [],
- "returns": [],
- "source": "logging.py#L676",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.handle",
- "name": "handle",
- "params": [],
- "returns": [],
- "source": "logging.py#L744",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.handleError",
- "name": "handleError",
- "params": [],
- "returns": [],
- "source": "logging.py#L794",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.release",
- "name": "release",
- "params": [],
- "returns": [],
- "source": "logging.py#L708",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.removeFilter",
- "name": "removeFilter",
- "params": [],
- "returns": [],
- "source": "logging.py#L598",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.setFormatter",
- "name": "setFormatter",
- "params": [],
- "returns": [],
- "source": "logging.py#L762",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.setLevel",
- "name": "setLevel",
- "params": [],
- "returns": [],
- "source": "logging.py#L715",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.handlers.CloudLoggingHandler.set_name",
- "name": "set_name",
- "params": [],
- "returns": [],
- "source": "logging.py#L679",
- "type": "instance"
- }
- ],
- "name": "Cloudlogginghandler",
- "source": "gcloud/logging/handlers/handlers.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/handlers/index.json b/json/master/gcloud/logging/handlers/index.json
deleted file mode 100644
index 27fb0a593ba0..000000000000
--- a/json/master/gcloud/logging/handlers/index.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Python logging handlers for Google Cloud Logging.",
- "examples": [],
- "id": "gcloud.logging.handlers.__init__",
- "methods": [],
- "name": "__Init__",
- "source": "gcloud/logging/handlers/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/handlers/transports/background_thread.json b/json/master/gcloud/logging/handlers/transports/background_thread.json
deleted file mode 100644
index 291573b2ff68..000000000000
--- a/json/master/gcloud/logging/handlers/transports/background_thread.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Transport for Python logging handler\n Uses a background worker to log to Stackdriver Logging asynchronously.",
- "examples": [],
- "id": "gcloud.logging.handlers.transports.background_thread",
- "methods": [],
- "name": "Background_Thread",
- "source": "gcloud/logging/handlers/transports/background_thread.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/handlers/transports/background_thread/backgroundthreadtransport.json b/json/master/gcloud/logging/handlers/transports/background_thread/backgroundthreadtransport.json
deleted file mode 100644
index 6a5ee8d35f76..000000000000
--- a/json/master/gcloud/logging/handlers/transports/background_thread/backgroundthreadtransport.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "description": "\n Transport for Python logging handler\n Uses a background worker to log to Stackdriver Logging asynchronously.",
- "examples": [],
- "id": "gcloud.logging.handlers.transports.background_thread.backgroundthreadtransport",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.transports.background_thread.BackgroundThreadTransport.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/handlers/transports/background_thread.py#L152",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.transports.background_thread.BackgroundThreadTransport.send",
- "name": "send",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/handlers/transports/background_thread.py#L161",
- "type": "instance"
- }
- ],
- "name": "Backgroundthreadtransport",
- "source": "gcloud/logging/handlers/transports/background_thread.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/handlers/transports/base.json b/json/master/gcloud/logging/handlers/transports/base.json
deleted file mode 100644
index 7d2fd179f297..000000000000
--- a/json/master/gcloud/logging/handlers/transports/base.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Module containing base class for logging transport.",
- "examples": [],
- "id": "gcloud.logging.handlers.transports.base",
- "methods": [],
- "name": "Base",
- "source": "gcloud/logging/handlers/transports/base.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/handlers/transports/base/transport.json b/json/master/gcloud/logging/handlers/transports/base/transport.json
deleted file mode 100644
index 3711828c6bd7..000000000000
--- a/json/master/gcloud/logging/handlers/transports/base/transport.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Module containing base class for logging transport.",
- "examples": [],
- "id": "gcloud.logging.handlers.transports.base.transport",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.transports.base.Transport.send",
- "name": "send",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/handlers/transports/base.py#L25",
- "type": "instance"
- }
- ],
- "name": "Transport",
- "source": "gcloud/logging/handlers/transports/base.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/handlers/transports/index.json b/json/master/gcloud/logging/handlers/transports/index.json
deleted file mode 100644
index 2baeb032b439..000000000000
--- a/json/master/gcloud/logging/handlers/transports/index.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Transport classes for Python logging integration.\n Currently two options are provided, a synchronous transport that makes an API call for each log statement, and an asynchronous handler that sends the API using a ~gcloud.logging.logger.Batch object in the background.",
- "examples": [],
- "id": "gcloud.logging.handlers.transports.__init__",
- "methods": [],
- "name": "__Init__",
- "source": "gcloud/logging/handlers/transports/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/handlers/transports/sync.json b/json/master/gcloud/logging/handlers/transports/sync.json
deleted file mode 100644
index 8369104e3aec..000000000000
--- a/json/master/gcloud/logging/handlers/transports/sync.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Transport for Python logging handler.\n Logs directly to the the Stackdriver Logging API with a synchronous call.",
- "examples": [],
- "id": "gcloud.logging.handlers.transports.sync",
- "methods": [],
- "name": "Sync",
- "source": "gcloud/logging/handlers/transports/sync.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/handlers/transports/sync/synctransport.json b/json/master/gcloud/logging/handlers/transports/sync/synctransport.json
deleted file mode 100644
index f879442487fd..000000000000
--- a/json/master/gcloud/logging/handlers/transports/sync/synctransport.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "description": "\n Transport for Python logging handler.\n Logs directly to the the Stackdriver Logging API with a synchronous call.",
- "examples": [],
- "id": "gcloud.logging.handlers.transports.sync.synctransport",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.transports.sync.SyncTransport.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/handlers/transports/sync.py#L29",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.handlers.transports.sync.SyncTransport.send",
- "name": "send",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/handlers/transports/sync.py#L32",
- "type": "instance"
- }
- ],
- "name": "Synctransport",
- "source": "gcloud/logging/handlers/transports/sync.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/index.json b/json/master/gcloud/logging/index.json
deleted file mode 100644
index 28d84085f372..000000000000
--- a/json/master/gcloud/logging/index.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "description": "\n Google Stackdriver Logging API wrapper.",
- "examples": [],
- "id": "gcloud.logging.__init__",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.__init__.ASCENDING",
- "name": "ASCENDING",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.__init__.DESCENDING",
- "name": "DESCENDING",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.__init__.SCOPE",
- "name": "SCOPE",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "__Init__",
- "source": "gcloud/logging/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/logger.json b/json/master/gcloud/logging/logger.json
deleted file mode 100644
index ab3b679288b7..000000000000
--- a/json/master/gcloud/logging/logger.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Define API Loggers.",
- "examples": [],
- "id": "gcloud.logging.logger",
- "methods": [],
- "name": "Logger",
- "source": "gcloud/logging/logger.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/logger/batch.json b/json/master/gcloud/logging/logger/batch.json
deleted file mode 100644
index 3d88bea34cc3..000000000000
--- a/json/master/gcloud/logging/logger/batch.json
+++ /dev/null
@@ -1,59 +0,0 @@
-{
- "description": "\n Define API Loggers.",
- "examples": [],
- "id": "gcloud.logging.logger.batch",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.logger.Batch.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/logger.py#L325",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.logger.Batch.commit",
- "name": "commit",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/logger.py#L406",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.logger.Batch.log_proto",
- "name": "log_proto",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/logger.py#L383",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.logger.Batch.log_struct",
- "name": "log_struct",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/logger.py#L360",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.logger.Batch.log_text",
- "name": "log_text",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/logger.py#L337",
- "type": "instance"
- }
- ],
- "name": "Batch",
- "source": "gcloud/logging/logger.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/logger/logger.json b/json/master/gcloud/logging/logger/logger.json
deleted file mode 100644
index 232483168c99..000000000000
--- a/json/master/gcloud/logging/logger/logger.json
+++ /dev/null
@@ -1,147 +0,0 @@
-{
- "description": "\n Define API Loggers.",
- "examples": [],
- "id": "gcloud.logging.logger.logger",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.logger.Logger.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/logger.py#L39",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.logger.Logger.batch",
- "name": "batch",
- "params": [
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current topic.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.logging.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Batch"
- ]
- }
- ],
- "source": "gcloud/logging/logger.py#L78",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.logger.Logger.delete",
- "name": "delete",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/logger.py#L257",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.logger.Logger.list_entries",
- "name": "list_entries",
- "params": [
- {
- "description": " opaque marker for the next \"page\" of entries. If not passed, the API will return the first page of entries.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " maximum number of entries to return, If not passed, defaults to a value set by the API.",
- "name": "page_size",
- "nullable": null,
- "optional": null,
- "types": [
- "int"
- ]
- },
- {
- "description": " a filter expression. See: https://cloud.google.com/logging/docs/view/advanced_filters",
- "name": "filter_",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " One of :data:gcloud.logging.ASCENDING or",
- "name": "order_by",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " project IDs to include. If not passed, defaults to the project bound to the client.",
- "name": "projects",
- "nullable": null,
- "optional": null,
- "types": [
- " strings"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "tuple, (list, str)"
- ]
- }
- ],
- "source": "gcloud/logging/logger.py#L270",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.logger.Logger.log_proto",
- "name": "log_proto",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/logger.py#L224",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.logger.Logger.log_struct",
- "name": "log_struct",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/logger.py#L191",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.logger.Logger.log_text",
- "name": "log_text",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/logger.py#L158",
- "type": "instance"
- }
- ],
- "name": "Logger",
- "source": "gcloud/logging/logger.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/metric.json b/json/master/gcloud/logging/metric.json
deleted file mode 100644
index a264132d6a06..000000000000
--- a/json/master/gcloud/logging/metric.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Define Stackdriver Logging API Metrics.",
- "examples": [],
- "id": "gcloud.logging.metric",
- "methods": [],
- "name": "Metric",
- "source": "gcloud/logging/metric.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/metric/metric.json b/json/master/gcloud/logging/metric/metric.json
deleted file mode 100644
index 28e92cc8c84e..000000000000
--- a/json/master/gcloud/logging/metric/metric.json
+++ /dev/null
@@ -1,120 +0,0 @@
-{
- "description": "\n Define Stackdriver Logging API Metrics.",
- "examples": [],
- "id": "gcloud.logging.metric.metric",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.metric.Metric.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/metric.py#L41",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.metric.Metric.create",
- "name": "create",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/metric.py#L101",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.metric.Metric.delete",
- "name": "delete",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/metric.py#L166",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.metric.Metric.exists",
- "name": "exists",
- "params": [
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current metric.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.logging.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "bool"
- ]
- }
- ],
- "source": "gcloud/logging/metric.py#L115",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.metric.Metric.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " Client which holds credentials and project configuration for the metric.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.logging.client.Client"
- ]
- },
- {
- "description": " metric resource representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.logging.metric.Metric"
- ]
- }
- ],
- "source": "gcloud/logging/metric.py#L67",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.metric.Metric.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/metric.py#L137",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.metric.Metric.update",
- "name": "update",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/metric.py#L152",
- "type": "instance"
- }
- ],
- "name": "Metric",
- "source": "gcloud/logging/metric.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/sink.json b/json/master/gcloud/logging/sink.json
deleted file mode 100644
index cebfba025fbc..000000000000
--- a/json/master/gcloud/logging/sink.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Define Stackdriver Logging API Sinks.",
- "examples": [],
- "id": "gcloud.logging.sink",
- "methods": [],
- "name": "Sink",
- "source": "gcloud/logging/sink.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/logging/sink/sink.json b/json/master/gcloud/logging/sink/sink.json
deleted file mode 100644
index 52b9a5b7e729..000000000000
--- a/json/master/gcloud/logging/sink/sink.json
+++ /dev/null
@@ -1,120 +0,0 @@
-{
- "description": "\n Define Stackdriver Logging API Sinks.",
- "examples": [],
- "id": "gcloud.logging.sink.sink",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.sink.Sink.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/sink.py#L43",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.sink.Sink.create",
- "name": "create",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/sink.py#L105",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.sink.Sink.delete",
- "name": "delete",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/sink.py#L170",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.sink.Sink.exists",
- "name": "exists",
- "params": [
- {
- "description": " the client to use. If not passed, falls back to the client stored on the current sink.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.logging.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "bool"
- ]
- }
- ],
- "source": "gcloud/logging/sink.py#L119",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.sink.Sink.from_api_repr",
- "name": "from_api_repr",
- "params": [
- {
- "description": " Client which holds credentials and project configuration for the sink.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.logging.client.Client"
- ]
- },
- {
- "description": " sink resource representation returned from the API",
- "name": "resource",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.logging.sink.Sink"
- ]
- }
- ],
- "source": "gcloud/logging/sink.py#L69",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.sink.Sink.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/sink.py#L141",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.logging.sink.Sink.update",
- "name": "update",
- "params": [],
- "returns": [],
- "source": "gcloud/logging/sink.py#L156",
- "type": "instance"
- }
- ],
- "name": "Sink",
- "source": "gcloud/logging/sink.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/monitoring/client.json b/json/master/gcloud/monitoring/client.json
deleted file mode 100644
index 6b955a771e90..000000000000
--- a/json/master/gcloud/monitoring/client.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Stackdriver Monitoring API (V3)_.\n Example\n
\n At present, the client supports querying of time series, metric descriptors, and monitored resource descriptors.\n .. _Google Stackdriver Monitoring API (V3): https://cloud.google.com/monitoring/api/v3/",
- "examples": [],
- "id": "gcloud.monitoring.client",
- "methods": [],
- "name": "Client",
- "source": "gcloud/monitoring/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/monitoring/client/client.json b/json/master/gcloud/monitoring/client/client.json
deleted file mode 100644
index 3266bc7119e2..000000000000
--- a/json/master/gcloud/monitoring/client/client.json
+++ /dev/null
@@ -1,507 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Stackdriver Monitoring API (V3)_.\n Example\n
\n Adding and removing permissions can be done with the following methods (in increasing order of granularity):\n - ACL.all corresponds to access for all users. - ACL.all_authenticated corresponds to access for all users that are signed into a Google account. - ACL.domain corresponds to access on a per Google Apps domain (ie, example.com). - ACL.group corresponds to access on a per group basis (either by ID or e-mail address). - ACL.user corresponds to access on a per user basis (either by ID or e-mail address).\n And you are able to grant and revoke the following roles:\n - **Reading**: _ACLEntity.grant_read and _ACLEntity.revoke_read - **Writing**: _ACLEntity.grant_write and _ACLEntity.revoke_write - **Owning**: _ACLEntity.grant_owner and _ACLEntity.revoke_owner\n You can use any of these like any other factory method (these happen to be _ACLEntity factories)\n
\n This list of tuples can be used as the entity and role fields when sending metadata for ACLs to the API.",
- "examples": [],
- "id": "gcloud.storage.acl",
- "methods": [],
- "name": "Acl",
- "source": "gcloud/storage/acl.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/acl/acl.json b/json/master/gcloud/storage/acl/acl.json
deleted file mode 100644
index b80befacb962..000000000000
--- a/json/master/gcloud/storage/acl/acl.json
+++ /dev/null
@@ -1,327 +0,0 @@
-{
- "description": "\n Manipulate access control lists that Cloud Storage provides.\n gcloud.storage.bucket.Bucket has a getting method that creates an ACL object under the hood, and you can interact with that using gcloud.storage.bucket.Bucket.acl\n
\n Adding and removing permissions can be done with the following methods (in increasing order of granularity):\n - ACL.all corresponds to access for all users. - ACL.all_authenticated corresponds to access for all users that are signed into a Google account. - ACL.domain corresponds to access on a per Google Apps domain (ie, example.com). - ACL.group corresponds to access on a per group basis (either by ID or e-mail address). - ACL.user corresponds to access on a per user basis (either by ID or e-mail address).\n And you are able to grant and revoke the following roles:\n - **Reading**: _ACLEntity.grant_read and _ACLEntity.revoke_read - **Writing**: _ACLEntity.grant_write and _ACLEntity.revoke_write - **Owning**: _ACLEntity.grant_owner and _ACLEntity.revoke_owner\n You can use any of these like any other factory method (these happen to be _ACLEntity factories)\n
\n Adding and removing permissions can be done with the following methods (in increasing order of granularity):\n - ACL.all corresponds to access for all users. - ACL.all_authenticated corresponds to access for all users that are signed into a Google account. - ACL.domain corresponds to access on a per Google Apps domain (ie, example.com). - ACL.group corresponds to access on a per group basis (either by ID or e-mail address). - ACL.user corresponds to access on a per user basis (either by ID or e-mail address).\n And you are able to grant and revoke the following roles:\n - **Reading**: _ACLEntity.grant_read and _ACLEntity.revoke_read - **Writing**: _ACLEntity.grant_write and _ACLEntity.revoke_write - **Owning**: _ACLEntity.grant_owner and _ACLEntity.revoke_owner\n You can use any of these like any other factory method (these happen to be _ACLEntity factories)\n
\n Adding and removing permissions can be done with the following methods (in increasing order of granularity):\n - ACL.all corresponds to access for all users. - ACL.all_authenticated corresponds to access for all users that are signed into a Google account. - ACL.domain corresponds to access on a per Google Apps domain (ie, example.com). - ACL.group corresponds to access on a per group basis (either by ID or e-mail address). - ACL.user corresponds to access on a per user basis (either by ID or e-mail address).\n And you are able to grant and revoke the following roles:\n - **Reading**: _ACLEntity.grant_read and _ACLEntity.revoke_read - **Writing**: _ACLEntity.grant_write and _ACLEntity.revoke_write - **Owning**: _ACLEntity.grant_owner and _ACLEntity.revoke_owner\n You can use any of these like any other factory method (these happen to be _ACLEntity factories)\n
\n Adding and removing permissions can be done with the following methods (in increasing order of granularity):\n - ACL.all corresponds to access for all users. - ACL.all_authenticated corresponds to access for all users that are signed into a Google account. - ACL.domain corresponds to access on a per Google Apps domain (ie, example.com). - ACL.group corresponds to access on a per group basis (either by ID or e-mail address). - ACL.user corresponds to access on a per user basis (either by ID or e-mail address).\n And you are able to grant and revoke the following roles:\n - **Reading**: _ACLEntity.grant_read and _ACLEntity.revoke_read - **Writing**: _ACLEntity.grant_write and _ACLEntity.revoke_write - **Owning**: _ACLEntity.grant_owner and _ACLEntity.revoke_owner\n You can use any of these like any other factory method (these happen to be _ACLEntity factories)\n
\n This list of tuples can be used as the entity and role fields when sending metadata for ACLs to the API.",
- "examples": [],
- "id": "gcloud.storage.acl.objectacl",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/acl.py#L543",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.add_entity",
- "name": "add_entity",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/acl.py#L284",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.all",
- "name": "all",
- "params": [],
- "returns": [
- {
- "types": [
- "_ACLEntity"
- ]
- }
- ],
- "source": "gcloud/storage/acl.py#L352",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.all_authenticated",
- "name": "all_authenticated",
- "params": [],
- "returns": [
- {
- "types": [
- "_ACLEntity"
- ]
- }
- ],
- "source": "gcloud/storage/acl.py#L360",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.clear",
- "name": "clear",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/acl.py#L487",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.domain",
- "name": "domain",
- "params": [
- {
- "description": " The domain for this entity.",
- "name": "domain",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "_ACLEntity"
- ]
- }
- ],
- "source": "gcloud/storage/acl.py#L341",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.entity",
- "name": "entity",
- "params": [
- {
- "description": " The ID of the entity (if applicable). This can be either an ID or an e-mail address.",
- "name": "identifier",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The type of entity to create (ie, user, group, etc)",
- "name": "entity_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "_ACLEntity"
- ]
- }
- ],
- "source": "gcloud/storage/acl.py#L293",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.entity_from_dict",
- "name": "entity_from_dict",
- "params": [
- {
- "description": " Dictionary full of data from an ACL lookup.",
- "name": "entity_dict",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "_ACLEntity"
- ]
- }
- ],
- "source": "gcloud/storage/acl.py#L222",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.get_entities",
- "name": "get_entities",
- "params": [],
- "returns": [
- {
- "types": [
- " _ACLEntity objects"
- ]
- }
- ],
- "source": "gcloud/storage/acl.py#L368",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.get_entity",
- "name": "get_entity",
- "params": [
- {
- "description": " This value will be returned if the entity doesn't exist.",
- "name": "default",
- "nullable": null,
- "optional": null,
- "types": [
- "anything"
- ]
- },
- {
- "description": " The entity to get lookup in the ACL.",
- "name": "entity",
- "nullable": null,
- "optional": null,
- "types": [
- "_ACLEntity or string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "_ACLEntity"
- ]
- }
- ],
- "source": "gcloud/storage/acl.py#L267",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.group",
- "name": "group",
- "params": [
- {
- "description": " An id or e-mail for this particular group.",
- "name": "identifier",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "_ACLEntity"
- ]
- }
- ],
- "source": "gcloud/storage/acl.py#L330",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.has_entity",
- "name": "has_entity",
- "params": [
- {
- "description": " The entity to check for existence in this ACL.",
- "name": "entity",
- "nullable": null,
- "optional": null,
- "types": [
- "_ACLEntity"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "boolean"
- ]
- }
- ],
- "source": "gcloud/storage/acl.py#L255",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/acl.py#L396",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.reset",
- "name": "reset",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/acl.py#L209",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.save",
- "name": "save",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/acl.py#L446",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.save_predefined",
- "name": "save_predefined",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/acl.py#L466",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.acl.ObjectACL.user",
- "name": "user",
- "params": [
- {
- "description": " An id or e-mail for this particular user.",
- "name": "identifier",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "_ACLEntity"
- ]
- }
- ],
- "source": "gcloud/storage/acl.py#L319",
- "type": "instance"
- }
- ],
- "name": "Objectacl",
- "source": "gcloud/storage/acl.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/batch.json b/json/master/gcloud/storage/batch.json
deleted file mode 100644
index 49bd7a41d7c4..000000000000
--- a/json/master/gcloud/storage/batch.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Batch updates / deletes of storage buckets / blobs.\n See: https://cloud.google.com/storage/docs/json_api/v1/how-tos/batch",
- "examples": [],
- "id": "gcloud.storage.batch",
- "methods": [],
- "name": "Batch",
- "source": "gcloud/storage/batch.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/batch/batch.json b/json/master/gcloud/storage/batch/batch.json
deleted file mode 100644
index 41b3861673dd..000000000000
--- a/json/master/gcloud/storage/batch/batch.json
+++ /dev/null
@@ -1,196 +0,0 @@
-{
- "description": "\n Batch updates / deletes of storage buckets / blobs.\n See: https://cloud.google.com/storage/docs/json_api/v1/how-tos/batch",
- "examples": [],
- "id": "gcloud.storage.batch.batch",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.Batch.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/batch.py#L134",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.Batch.api_request",
- "name": "api_request",
- "params": [
- {
- "description": " The HTTP method name (ie, GET, POST, etc). Required.",
- "name": "method",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library. Default is the latest API version supported by gcloud-python.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The path to the resource (ie, '/b/bucket-name'). Required.",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Protected argument to be used by library callers. This can allow custom behavior, for example, to defer an HTTP request and complete initialization of the object at a later time.",
- "name": "_target_object",
- "nullable": null,
- "optional": null,
- "types": [
- "object or NoneType"
- ]
- },
- {
- "description": " If True, this method will try to parse the response as JSON and raise an exception if that cannot be done. Default is True.",
- "name": "expect_json",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this. Default is the standard API base URL.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The data to send as the body of the request. Default is the empty string.",
- "name": "data",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The proper MIME type of the data provided. Default is None.",
- "name": "content_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "dict or str"
- ]
- }
- ],
- "source": "gcloud/connection.py#L272",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.Batch.build_api_url",
- "name": "build_api_url",
- "params": [
- {
- "description": " The path to the resource (ie, '/b/bucket-name').",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "string"
- ]
- }
- ],
- "source": "gcloud/connection.py#L155",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.Batch.current",
- "name": "current",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/batch.py#L253",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.Batch.finish",
- "name": "finish",
- "params": [],
- "returns": [
- {
- "types": [
- " tuples"
- ]
- }
- ],
- "source": "gcloud/storage/batch.py#L234",
- "type": "instance"
- }
- ],
- "name": "Batch",
- "source": "gcloud/storage/batch.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/batch/mimeapplicationhttp.json b/json/master/gcloud/storage/batch/mimeapplicationhttp.json
deleted file mode 100644
index 8e96f79732db..000000000000
--- a/json/master/gcloud/storage/batch/mimeapplicationhttp.json
+++ /dev/null
@@ -1,349 +0,0 @@
-{
- "description": "\n Batch updates / deletes of storage buckets / blobs.\n See: https://cloud.google.com/storage/docs/json_api/v1/how-tos/batch",
- "examples": [],
- "id": "gcloud.storage.batch.mimeapplicationhttp",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/batch.py#L51",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.add_header",
- "name": "add_header",
- "params": [],
- "returns": [],
- "source": "email/message.py#L388",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.as_string",
- "name": "as_string",
- "params": [],
- "returns": [],
- "source": "email/message.py#L124",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.attach",
- "name": "attach",
- "params": [],
- "returns": [],
- "source": "email/mime/nonmultipart.py#L17",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.del_param",
- "name": "del_param",
- "params": [],
- "returns": [],
- "source": "email/message.py#L619",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get",
- "name": "get",
- "params": [],
- "returns": [],
- "source": "email/message.py#L354",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_all",
- "name": "get_all",
- "params": [],
- "returns": [],
- "source": "email/message.py#L370",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_boundary",
- "name": "get_boundary",
- "params": [],
- "returns": [],
- "source": "email/message.py#L689",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_charset",
- "name": "get_charset",
- "params": [],
- "returns": [],
- "source": "email/message.py#L273",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_charsets",
- "name": "get_charsets",
- "params": [],
- "returns": [],
- "source": "email/message.py#L778",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_content_charset",
- "name": "get_content_charset",
- "params": [],
- "returns": [],
- "source": "email/message.py#L747",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_content_maintype",
- "name": "get_content_maintype",
- "params": [],
- "returns": [],
- "source": "email/message.py#L456",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_content_subtype",
- "name": "get_content_subtype",
- "params": [],
- "returns": [],
- "source": "email/message.py#L465",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_content_type",
- "name": "get_content_type",
- "params": [],
- "returns": [],
- "source": "email/message.py#L432",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_default_type",
- "name": "get_default_type",
- "params": [],
- "returns": [],
- "source": "email/message.py#L474",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_filename",
- "name": "get_filename",
- "params": [],
- "returns": [],
- "source": "email/message.py#L673",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_param",
- "name": "get_param",
- "params": [],
- "returns": [],
- "source": "email/message.py#L535",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_params",
- "name": "get_params",
- "params": [],
- "returns": [],
- "source": "email/message.py#L513",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_payload",
- "name": "get_payload",
- "params": [],
- "returns": [],
- "source": "email/message.py#L168",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.get_unixfrom",
- "name": "get_unixfrom",
- "params": [],
- "returns": [],
- "source": "email/message.py#L150",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.has_key",
- "name": "has_key",
- "params": [],
- "returns": [],
- "source": "email/message.py#L319",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.is_multipart",
- "name": "is_multipart",
- "params": [],
- "returns": [],
- "source": "email/message.py#L140",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.items",
- "name": "items",
- "params": [],
- "returns": [],
- "source": "email/message.py#L344",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.keys",
- "name": "keys",
- "params": [],
- "returns": [],
- "source": "email/message.py#L324",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.replace_header",
- "name": "replace_header",
- "params": [],
- "returns": [],
- "source": "email/message.py#L413",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.set_boundary",
- "name": "set_boundary",
- "params": [],
- "returns": [],
- "source": "email/message.py#L702",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.set_charset",
- "name": "set_charset",
- "params": [],
- "returns": [],
- "source": "email/message.py#L228",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.set_default_type",
- "name": "set_default_type",
- "params": [],
- "returns": [],
- "source": "email/message.py#L483",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.set_param",
- "name": "set_param",
- "params": [],
- "returns": [],
- "source": "email/message.py#L571",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.set_payload",
- "name": "set_payload",
- "params": [],
- "returns": [],
- "source": "email/message.py#L218",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.set_type",
- "name": "set_type",
- "params": [],
- "returns": [],
- "source": "email/message.py#L641",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.set_unixfrom",
- "name": "set_unixfrom",
- "params": [],
- "returns": [],
- "source": "email/message.py#L147",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.values",
- "name": "values",
- "params": [],
- "returns": [],
- "source": "email/message.py#L334",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.batch.MIMEApplicationHTTP.walk",
- "name": "walk",
- "params": [],
- "returns": [],
- "source": "email/iterators.py#L20",
- "type": "instance"
- }
- ],
- "name": "Mimeapplicationhttp",
- "source": "gcloud/storage/batch.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/batch/nocontent.json b/json/master/gcloud/storage/batch/nocontent.json
deleted file mode 100644
index c0b1cbfd4aed..000000000000
--- a/json/master/gcloud/storage/batch/nocontent.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Batch updates / deletes of storage buckets / blobs.\n See: https://cloud.google.com/storage/docs/json_api/v1/how-tos/batch",
- "examples": [],
- "id": "gcloud.storage.batch.nocontent",
- "methods": [],
- "name": "Nocontent",
- "source": "gcloud/storage/batch.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/blob.json b/json/master/gcloud/storage/blob.json
deleted file mode 100644
index 7f68a7edad76..000000000000
--- a/json/master/gcloud/storage/blob.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Create / interact with Google Cloud Storage blobs.",
- "examples": [],
- "id": "gcloud.storage.blob",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.blob.RESUMABLE_UPLOAD",
- "name": "RESUMABLE_UPLOAD",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "Blob",
- "source": "gcloud/storage/blob.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/blob/blob.json b/json/master/gcloud/storage/blob/blob.json
deleted file mode 100644
index 65961567a740..000000000000
--- a/json/master/gcloud/storage/blob/blob.json
+++ /dev/null
@@ -1,283 +0,0 @@
-{
- "description": "\n Create / interact with Google Cloud Storage blobs.",
- "examples": [],
- "id": "gcloud.storage.blob.blob",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/blob.py#L71",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.delete",
- "name": "delete",
- "params": [
- {
- "description": " Optional. The client to use. If not passed, falls back to the client stored on the blob's bucket.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Blob"
- ]
- }
- ],
- "source": "gcloud/storage/blob.py#L269",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.download_as_string",
- "name": "download_as_string",
- "params": [
- {
- "description": " Optional. The client to use. If not passed, falls back to the client stored on the blob's bucket.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.client.Client or NoneType"
- ]
- },
- {
- "description": " Optional 32 byte encryption key for customer-supplied encryption.",
- "name": "encryption_key",
- "nullable": null,
- "optional": null,
- "types": [
- "str or bytes"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "bytes"
- ]
- }
- ],
- "source": "gcloud/storage/blob.py#L374",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": "from gcloud import storage\nfrom gcloud.storage import Blob\nclient = storage.Client(project='my-project')\nbucket = client.get_bucket('my-bucket')\nencryption_key = 'aa426195405adee2c8081bb9e7e74b19'\nblob = Blob('secure-data', bucket)\nwith open('/tmp/my-secure-file', 'wb') as file_obj:\n blob.download_to_file(file_obj,\n encryption_key=encryption_key)\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.download_to_file",
- "name": "download_to_file",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/blob.py#L284",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.download_to_filename",
- "name": "download_to_filename",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/blob.py#L351",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.exists",
- "name": "exists",
- "params": [
- {
- "description": " Optional. The client to use. If not passed, falls back to the client stored on the blob's bucket.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "boolean"
- ]
- }
- ],
- "source": "gcloud/storage/blob.py#L242",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.generate_signed_url",
- "name": "generate_signed_url",
- "params": [
- {
- "description": " (Optional) The OAuth2 credentials to use to sign the URL. Defaults to the credentials stored on the client used.",
- "name": "credentials",
- "nullable": null,
- "optional": null,
- "types": [
- "oauth2client.client.OAuth2Credentials or"
- ]
- },
- {
- "description": " (Optional) A value that indicates which generation of the resource to fetch.",
- "name": "generation",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " The HTTP verb that will be used when requesting the URL.",
- "name": "method",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " (Optional) The client to use. If not passed, falls back to the client stored on the blob's bucket.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.client.Client or NoneType"
- ]
- },
- {
- "description": " When the signed URL should expire.",
- "name": "expiration",
- "nullable": null,
- "optional": null,
- "types": [
- "int, long, datetime.datetime, datetime.timedelta"
- ]
- },
- {
- "description": " (Optional) Content disposition of responses to requests for the signed URL. For example, to enable the signed URL to initiate a file of blog.png, use the value 'attachment; filename=blob.png'.",
- "name": "response_disposition",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " (Optional) Content type of responses to requests for the signed URL. Used to over-ride the content type of the underlying blob/object.",
- "name": "response_type",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " (Optional) The content type of the object referenced by resource.",
- "name": "content_type",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "str"
- ]
- }
- ],
- "source": "gcloud/storage/blob.py#L159",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.make_public",
- "name": "make_public",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/blob.py#L638",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.patch",
- "name": "patch",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/_helpers.py#L108",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/_helpers.py#L64",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": "from gcloud import storage\nfrom gcloud.storage import Blob\nclient = storage.Client(project='my-project')\nbucket = client.get_bucket('my-bucket')\nencryption_key = 'aa426195405adee2c8081bb9e7e74b19'\nblob = Blob('secure-data', bucket)\nwith open('my-file', 'rb') as my_file:\n blob.upload_from_file(my_file,\n encryption_key=encryption_key)\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.upload_from_file",
- "name": "upload_from_file",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/blob.py#L405",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.upload_from_filename",
- "name": "upload_from_filename",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/blob.py#L557",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.blob.Blob.upload_from_string",
- "name": "upload_from_string",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/blob.py#L599",
- "type": "instance"
- }
- ],
- "name": "Blob",
- "source": "gcloud/storage/blob.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/bucket.json b/json/master/gcloud/storage/bucket.json
deleted file mode 100644
index 9a89f0b0ae92..000000000000
--- a/json/master/gcloud/storage/bucket.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Create / interact with gcloud storage buckets.",
- "examples": [],
- "id": "gcloud.storage.bucket",
- "methods": [],
- "name": "Bucket",
- "source": "gcloud/storage/bucket.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/bucket/bucket.json b/json/master/gcloud/storage/bucket/bucket.json
deleted file mode 100644
index fd362df0bdb1..000000000000
--- a/json/master/gcloud/storage/bucket/bucket.json
+++ /dev/null
@@ -1,439 +0,0 @@
-{
- "description": "\n Create / interact with gcloud storage buckets.",
- "examples": [],
- "id": "gcloud.storage.bucket.bucket",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/bucket.py#L92",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.blob",
- "name": "blob",
- "params": [
- {
- "description": " The name of the blob to be instantiated.",
- "name": "blob_name",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The size of a chunk of data whenever iterating (1 MB). This must be a multiple of 256 KB per the API specification.",
- "name": "chunk_size",
- "nullable": null,
- "optional": null,
- "types": [
- "integer"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.storage.blob.Blob"
- ]
- }
- ],
- "source": "gcloud/storage/bucket.py#L106",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": "from gcloud import storage\nclient = storage.Client()\nbucket = client.get_bucket(bucket_name)\nbucket.configure_website('index.html', '404.html')\nbucket.make_public(recursive=True, future=True)\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.configure_website",
- "name": "configure_website",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/bucket.py#L725",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.copy_blob",
- "name": "copy_blob",
- "params": [
- {
- "description": " (optional) the new name for the copied file.",
- "name": "new_name",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Optional. The client to use. If not passed, falls back to the client stored on the current bucket.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.client.Client or NoneType"
- ]
- },
- {
- "description": " The blob to be copied.",
- "name": "blob",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.blob.Blob"
- ]
- },
- {
- "description": " The bucket into which the blob should be copied.",
- "name": "destination_bucket",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.bucket.Bucket"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.storage.blob.Blob"
- ]
- }
- ],
- "source": "gcloud/storage/bucket.py#L433",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.create",
- "name": "create",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/bucket.py#L153",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.delete",
- "name": "delete",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/bucket.py#L310",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": "from gcloud.exceptions import NotFound\nfrom gcloud import storage\nclient = storage.Client()\nbucket = client.get_bucket('my-bucket')\nprint bucket.list_blobs()\n[<Blob: my-bucket, my-file.txt>]\nbucket.delete_blob('my-file.txt')\ntry:\n bucket.delete_blob('doesnt-exist')\nexcept NotFound:\n pass\nbucket.delete_blobs([blob], on_error=lambda blob: None)\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.delete_blob",
- "name": "delete_blob",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/bucket.py#L360",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.delete_blobs",
- "name": "delete_blobs",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/bucket.py#L401",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.disable_logging",
- "name": "disable_logging",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/bucket.py#L597",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.disable_website",
- "name": "disable_website",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/bucket.py#L765",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.enable_logging",
- "name": "enable_logging",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/bucket.py#L583",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.exists",
- "name": "exists",
- "params": [
- {
- "description": " Optional. The client to use. If not passed, falls back to the client stored on the current bucket.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.client.Client or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "boolean"
- ]
- }
- ],
- "source": "gcloud/storage/bucket.py#L126",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": "from gcloud import storage\nclient = storage.Client()\nbucket = client.get_bucket('my-bucket')\nprint bucket.get_blob('/path/to/blob.txt')\n<Blob: my-bucket, /path/to/blob.txt>\nprint bucket.get_blob('/does-not-exist.txt')\nNone\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.get_blob",
- "name": "get_blob",
- "params": [
- {
- "description": " Optional. The client to use. If not passed, falls back to the client stored on the current bucket.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.client.Client or NoneType"
- ]
- },
- {
- "description": " The name of the blob to retrieve.",
- "name": "blob_name",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.storage.blob.Blob or None"
- ]
- }
- ],
- "source": "gcloud/storage/bucket.py#L205",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.get_logging",
- "name": "get_logging",
- "params": [],
- "returns": [
- {
- "types": [
- "dict or None"
- ]
- }
- ],
- "source": "gcloud/storage/bucket.py#L571",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.list_blobs",
- "name": "list_blobs",
- "params": [
- {
- "description": " opaque marker for the next \"page\" of blobs. If not passed, will return the first page of blobs.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " optional delimter, used with prefix to emulate hierarchy.",
- "name": "delimiter",
- "nullable": null,
- "optional": null,
- "types": [
- "string or NoneType"
- ]
- },
- {
- "description": " If used, must be 'full' or 'noAcl'. Defaults to 'noAcl'. Specifies the set of properties to return.",
- "name": "projection",
- "nullable": null,
- "optional": null,
- "types": [
- "string or NoneType"
- ]
- },
- {
- "description": " Optional. The client to use. If not passed, falls back to the client stored on the current bucket.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.client.Client or NoneType"
- ]
- },
- {
- "description": " maximum number of blobs to return.",
- "name": "max_results",
- "nullable": null,
- "optional": null,
- "types": [
- "integer or NoneType"
- ]
- },
- {
- "description": " whether object versions should be returned as separate blobs.",
- "name": "versions",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean or NoneType"
- ]
- },
- {
- "description": " Selector specifying which fields to include in a partial response. Must be a list of fields. For example to get a partial response with just the next page token and the language of each blob returned: 'items/contentLanguage,nextPageToken'",
- "name": "fields",
- "nullable": null,
- "optional": null,
- "types": [
- "string or NoneType"
- ]
- },
- {
- "description": " optional prefix used to filter blobs.",
- "name": "prefix",
- "nullable": null,
- "optional": null,
- "types": [
- "string or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "_BlobIterator."
- ]
- }
- ],
- "source": "gcloud/storage/bucket.py#L242",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.make_public",
- "name": "make_public",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/bucket.py#L773",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.patch",
- "name": "patch",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/_helpers.py#L108",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.reload",
- "name": "reload",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/_helpers.py#L64",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.bucket.Bucket.rename_blob",
- "name": "rename_blob",
- "params": [
- {
- "description": " The new name for this blob.",
- "name": "new_name",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Optional. The client to use. If not passed, falls back to the client stored on the current bucket.",
- "name": "client",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.client.Client or NoneType"
- ]
- },
- {
- "description": " The blob to be renamed.",
- "name": "blob",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.storage.blob.Blob"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Blob"
- ]
- }
- ],
- "source": "gcloud/storage/bucket.py#L464",
- "type": "instance"
- }
- ],
- "name": "Bucket",
- "source": "gcloud/storage/bucket.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/client.json b/json/master/gcloud/storage/client.json
deleted file mode 100644
index 36f3a6d74d60..000000000000
--- a/json/master/gcloud/storage/client.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Cloud Storage API.",
- "examples": [],
- "id": "gcloud.storage.client",
- "methods": [],
- "name": "Client",
- "source": "gcloud/storage/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/client/client.json b/json/master/gcloud/storage/client/client.json
deleted file mode 100644
index 68d5bcfbf53d..000000000000
--- a/json/master/gcloud/storage/client/client.json
+++ /dev/null
@@ -1,314 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Cloud Storage API.",
- "examples": [],
- "id": "gcloud.storage.client.client",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.client.Client.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/storage/client.py#L50",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.client.Client.batch",
- "name": "batch",
- "params": [],
- "returns": [
- {
- "types": [
- "gcloud.storage.batch.Batch"
- ]
- }
- ],
- "source": "gcloud/storage/client.py#L132",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.client.Client.bucket",
- "name": "bucket",
- "params": [
- {
- "description": " The name of the bucket to be instantiated.",
- "name": "bucket_name",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.storage.bucket.Bucket"
- ]
- }
- ],
- "source": "gcloud/storage/client.py#L117",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": "bucket = client.create_bucket('my-bucket')\nprint bucket\n<Bucket: my-bucket>\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.storage.client.Client.create_bucket",
- "name": "create_bucket",
- "params": [
- {
- "description": " The bucket name to create.",
- "name": "bucket_name",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.storage.bucket.Bucket"
- ]
- }
- ],
- "source": "gcloud/storage/client.py#L194",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.client.Client.from_service_account_json",
- "name": "from_service_account_json",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must contain a JSON object with a private key and other credentials information (downloaded from the Google APIs console).",
- "name": "json_credentials_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.pubsub.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L33",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.client.Client.from_service_account_p12",
- "name": "from_service_account_p12",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must be in P12 format.",
- "name": "private_key_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " The e-mail attached to the service account.",
- "name": "client_email",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L63",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": "try:\n bucket = client.get_bucket('my-bucket')\nexcept gcloud.exceptions.NotFound:\n print 'Sorry, that bucket does not exist!'\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.storage.client.Client.get_bucket",
- "name": "get_bucket",
- "params": [
- {
- "description": " The name of the bucket to get.",
- "name": "bucket_name",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.storage.bucket.Bucket"
- ]
- }
- ],
- "source": "gcloud/storage/client.py#L144",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": "for bucket in client.list_buckets():\n print bucket\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.storage.client.Client.list_buckets",
- "name": "list_buckets",
- "params": [
- {
- "description": " Optional. Opaque marker for the next \"page\" of buckets. If not passed, will return the first page of buckets.",
- "name": "page_token",
- "nullable": null,
- "optional": null,
- "types": [
- "string or NoneType"
- ]
- },
- {
- "description": " If used, must be 'full' or 'noAcl'. Defaults to 'noAcl'. Specifies the set of properties to return.",
- "name": "projection",
- "nullable": null,
- "optional": null,
- "types": [
- "string or NoneType"
- ]
- },
- {
- "description": " Optional. Maximum number of buckets to return.",
- "name": "max_results",
- "nullable": null,
- "optional": null,
- "types": [
- "integer or NoneType"
- ]
- },
- {
- "description": " Optional. Filter results to buckets whose names begin with this prefix.",
- "name": "prefix",
- "nullable": null,
- "optional": null,
- "types": [
- "string or NoneType"
- ]
- },
- {
- "description": " Selector specifying which fields to include in a partial response. Must be a list of fields. For example to get a partial response with just the next page token and the language of each bucket returned: 'items/id,nextPageToken'",
- "name": "fields",
- "nullable": null,
- "optional": null,
- "types": [
- "string or NoneType"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "iterable of gcloud.storage.bucket.Bucket objects."
- ]
- }
- ],
- "source": "gcloud/storage/client.py#L218",
- "type": "instance"
- },
- {
- "examples": [
- {
- "code": "bucket = client.lookup_bucket('doesnt-exist')\nprint bucket\nNone\nbucket = client.lookup_bucket('my-bucket')\nprint bucket\n<Bucket: my-bucket>\n"
- }
- ],
- "exceptions": [],
- "id": "gcloud.storage.client.Client.lookup_bucket",
- "name": "lookup_bucket",
- "params": [
- {
- "description": " The name of the bucket to get.",
- "name": "bucket_name",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.storage.bucket.Bucket"
- ]
- }
- ],
- "source": "gcloud/storage/client.py#L170",
- "type": "instance"
- }
- ],
- "name": "Client",
- "source": "gcloud/storage/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/connection.json b/json/master/gcloud/storage/connection.json
deleted file mode 100644
index 338ca0c6083d..000000000000
--- a/json/master/gcloud/storage/connection.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Create / interact with gcloud storage connections.",
- "examples": [],
- "id": "gcloud.storage.connection",
- "methods": [],
- "name": "Connection",
- "source": "gcloud/storage/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/connection/connection.json b/json/master/gcloud/storage/connection/connection.json
deleted file mode 100644
index a1111c93710d..000000000000
--- a/json/master/gcloud/storage/connection/connection.json
+++ /dev/null
@@ -1,170 +0,0 @@
-{
- "description": "\n Create / interact with gcloud storage connections.",
- "examples": [],
- "id": "gcloud.storage.connection.connection",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.connection.Connection.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/connection.py#L75",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.connection.Connection.api_request",
- "name": "api_request",
- "params": [
- {
- "description": " The HTTP method name (ie, GET, POST, etc). Required.",
- "name": "method",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library. Default is the latest API version supported by gcloud-python.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The path to the resource (ie, '/b/bucket-name'). Required.",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Protected argument to be used by library callers. This can allow custom behavior, for example, to defer an HTTP request and complete initialization of the object at a later time.",
- "name": "_target_object",
- "nullable": null,
- "optional": null,
- "types": [
- "object or NoneType"
- ]
- },
- {
- "description": " If True, this method will try to parse the response as JSON and raise an exception if that cannot be done. Default is True.",
- "name": "expect_json",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this. Default is the standard API base URL.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The data to send as the body of the request. Default is the empty string.",
- "name": "data",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The proper MIME type of the data provided. Default is None.",
- "name": "content_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "dict or str"
- ]
- }
- ],
- "source": "gcloud/connection.py#L272",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.connection.Connection.build_api_url",
- "name": "build_api_url",
- "params": [
- {
- "description": " The path to the resource (ie, '/b/bucket-name').",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "string"
- ]
- }
- ],
- "source": "gcloud/connection.py#L155",
- "type": "instance"
- }
- ],
- "name": "Connection",
- "source": "gcloud/storage/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/storage/index.json b/json/master/gcloud/storage/index.json
deleted file mode 100644
index e413e1909109..000000000000
--- a/json/master/gcloud/storage/index.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Shortcut methods for getting set up with Google Cloud Storage.\n You'll typically use these to get started with the API:\n >>> from gcloud import storage >>> client = storage.Client() >>> bucket = client.get_bucket('bucket-id-here') >>> # Then do other things... >>> blob = bucket.get_blob('/remote/path/to/file.txt') >>> print blob.download_as_string() >>> blob.upload_from_string('New contents!') >>> blob2 = bucket.blob('/remote/path/storage.txt') >>> blob2.upload_from_filename(filename='/local/path.txt')\n The main concepts with this API are:\n - gcloud.storage.connection.Connection which represents a connection between your machine and the Cloud Storage API.\n - gcloud.storage.bucket.Bucket which represents a particular bucket (akin to a mounted disk on a computer).\n - gcloud.storage.blob.Blob which represents a pointer to a particular entity in Cloud Storage (akin to a file path on a remote machine).",
- "examples": [],
- "id": "gcloud.storage.__init__",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.storage.__init__.SCOPE",
- "name": "SCOPE",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "__Init__",
- "source": "gcloud/storage/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/buffered_stream.json b/json/master/gcloud/streaming/buffered_stream.json
deleted file mode 100644
index 1de0525bd9dd..000000000000
--- a/json/master/gcloud/streaming/buffered_stream.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Small helper class to provide a small slice of a stream.\n This class reads ahead to detect if we are at the end of the stream.",
- "examples": [],
- "id": "gcloud.streaming.buffered_stream",
- "methods": [],
- "name": "Buffered_Stream",
- "source": "gcloud/streaming/buffered_stream.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/buffered_stream/bufferedstream.json b/json/master/gcloud/streaming/buffered_stream/bufferedstream.json
deleted file mode 100644
index d93b00677389..000000000000
--- a/json/master/gcloud/streaming/buffered_stream/bufferedstream.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "description": "\n Small helper class to provide a small slice of a stream.\n This class reads ahead to detect if we are at the end of the stream.",
- "examples": [],
- "id": "gcloud.streaming.buffered_stream.bufferedstream",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.buffered_stream.BufferedStream.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/buffered_stream.py#L33",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.buffered_stream.BufferedStream.read",
- "name": "read",
- "params": [
- {
- "description": " How many bytes to read (defaults to all remaining bytes).",
- "name": "size",
- "nullable": null,
- "optional": null,
- "types": [
- "integer or None"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "str"
- ]
- }
- ],
- "source": "gcloud/streaming/buffered_stream.py#L81",
- "type": "instance"
- }
- ],
- "name": "Bufferedstream",
- "source": "gcloud/streaming/buffered_stream.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/exceptions.json b/json/master/gcloud/streaming/exceptions.json
deleted file mode 100644
index 09982989b732..000000000000
--- a/json/master/gcloud/streaming/exceptions.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Exceptions for generated client libraries.",
- "examples": [],
- "id": "gcloud.streaming.exceptions",
- "methods": [],
- "name": "Exceptions",
- "source": "gcloud/streaming/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/exceptions/badstatuscodeerror.json b/json/master/gcloud/streaming/exceptions/badstatuscodeerror.json
deleted file mode 100644
index 3c302a5629a6..000000000000
--- a/json/master/gcloud/streaming/exceptions/badstatuscodeerror.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "description": "\n Exceptions for generated client libraries.",
- "examples": [],
- "id": "gcloud.streaming.exceptions.badstatuscodeerror",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.exceptions.BadStatusCodeError.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/exceptions.py#L38",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.exceptions.BadStatusCodeError.from_response",
- "name": "from_response",
- "params": [
- {
- "description": " the response which returned the error",
- "name": "http_response",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.streaming.http_wrapper.Response"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "HttpError"
- ]
- }
- ],
- "source": "gcloud/streaming/exceptions.py#L58",
- "type": "instance"
- }
- ],
- "name": "Badstatuscodeerror",
- "source": "gcloud/streaming/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/exceptions/communicationerror.json b/json/master/gcloud/streaming/exceptions/communicationerror.json
deleted file mode 100644
index e719c074c86d..000000000000
--- a/json/master/gcloud/streaming/exceptions/communicationerror.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Exceptions for generated client libraries.",
- "examples": [],
- "id": "gcloud.streaming.exceptions.communicationerror",
- "methods": [],
- "name": "Communicationerror",
- "source": "gcloud/streaming/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/exceptions/error.json b/json/master/gcloud/streaming/exceptions/error.json
deleted file mode 100644
index b92de0a02860..000000000000
--- a/json/master/gcloud/streaming/exceptions/error.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Exceptions for generated client libraries.",
- "examples": [],
- "id": "gcloud.streaming.exceptions.error",
- "methods": [],
- "name": "Error",
- "source": "gcloud/streaming/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/exceptions/httperror.json b/json/master/gcloud/streaming/exceptions/httperror.json
deleted file mode 100644
index a2aae2a6ad5b..000000000000
--- a/json/master/gcloud/streaming/exceptions/httperror.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "description": "\n Exceptions for generated client libraries.",
- "examples": [],
- "id": "gcloud.streaming.exceptions.httperror",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.exceptions.HttpError.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/exceptions.py#L38",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.exceptions.HttpError.from_response",
- "name": "from_response",
- "params": [
- {
- "description": " the response which returned the error",
- "name": "http_response",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.streaming.http_wrapper.Response"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "HttpError"
- ]
- }
- ],
- "source": "gcloud/streaming/exceptions.py#L58",
- "type": "instance"
- }
- ],
- "name": "Httperror",
- "source": "gcloud/streaming/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/exceptions/requesterror.json b/json/master/gcloud/streaming/exceptions/requesterror.json
deleted file mode 100644
index 0c69b7808418..000000000000
--- a/json/master/gcloud/streaming/exceptions/requesterror.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Exceptions for generated client libraries.",
- "examples": [],
- "id": "gcloud.streaming.exceptions.requesterror",
- "methods": [],
- "name": "Requesterror",
- "source": "gcloud/streaming/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/exceptions/retryaftererror.json b/json/master/gcloud/streaming/exceptions/retryaftererror.json
deleted file mode 100644
index 83e508f5fee4..000000000000
--- a/json/master/gcloud/streaming/exceptions/retryaftererror.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "description": "\n Exceptions for generated client libraries.",
- "examples": [],
- "id": "gcloud.streaming.exceptions.retryaftererror",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.exceptions.RetryAfterError.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/exceptions.py#L103",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.exceptions.RetryAfterError.from_response",
- "name": "from_response",
- "params": [
- {
- "description": " the response which returned the error.",
- "name": "http_response",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.streaming.http_wrapper.Response"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "RetryAfterError"
- ]
- }
- ],
- "source": "gcloud/streaming/exceptions.py#L107",
- "type": "instance"
- }
- ],
- "name": "Retryaftererror",
- "source": "gcloud/streaming/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/exceptions/transfererror.json b/json/master/gcloud/streaming/exceptions/transfererror.json
deleted file mode 100644
index a6017526bf60..000000000000
--- a/json/master/gcloud/streaming/exceptions/transfererror.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Exceptions for generated client libraries.",
- "examples": [],
- "id": "gcloud.streaming.exceptions.transfererror",
- "methods": [],
- "name": "Transfererror",
- "source": "gcloud/streaming/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/exceptions/transferinvaliderror.json b/json/master/gcloud/streaming/exceptions/transferinvaliderror.json
deleted file mode 100644
index d5dbe3dbd020..000000000000
--- a/json/master/gcloud/streaming/exceptions/transferinvaliderror.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Exceptions for generated client libraries.",
- "examples": [],
- "id": "gcloud.streaming.exceptions.transferinvaliderror",
- "methods": [],
- "name": "Transferinvaliderror",
- "source": "gcloud/streaming/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/exceptions/transferretryerror.json b/json/master/gcloud/streaming/exceptions/transferretryerror.json
deleted file mode 100644
index b2c52e4dcd43..000000000000
--- a/json/master/gcloud/streaming/exceptions/transferretryerror.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Exceptions for generated client libraries.",
- "examples": [],
- "id": "gcloud.streaming.exceptions.transferretryerror",
- "methods": [],
- "name": "Transferretryerror",
- "source": "gcloud/streaming/exceptions.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/http_wrapper.json b/json/master/gcloud/streaming/http_wrapper.json
deleted file mode 100644
index be7656b82c31..000000000000
--- a/json/master/gcloud/streaming/http_wrapper.json
+++ /dev/null
@@ -1,82 +0,0 @@
-{
- "description": "\n HTTP wrapper for apitools.\n This library wraps the underlying http library we use, which is currently httplib2.",
- "examples": [],
- "id": "gcloud.streaming.http_wrapper",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.http_wrapper.make_api_request",
- "name": "make_api_request",
- "params": [
- {
- "description": " Number of retries to attempt on retryable responses (such as 429 or 5XX).",
- "name": "retries",
- "nullable": null,
- "optional": null,
- "types": [
- "integer"
- ]
- },
- {
- "description": " Number of redirects to follow.",
- "name": "redirections",
- "nullable": null,
- "optional": null,
- "types": [
- "integer"
- ]
- },
- {
- "description": " the request to send.",
- "name": "http_request",
- "nullable": null,
- "optional": null,
- "types": [
- "Request"
- ]
- },
- {
- "description": " an instance which implements the Http API.",
- "name": "http",
- "nullable": null,
- "optional": null,
- "types": [
- "httplib2.Http"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Response"
- ]
- }
- ],
- "source": "gcloud/streaming/http_wrapper.py#L357",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.http_wrapper.RESUME_INCOMPLETE",
- "name": "RESUME_INCOMPLETE",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.http_wrapper.TOO_MANY_REQUESTS",
- "name": "TOO_MANY_REQUESTS",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "Http_Wrapper",
- "source": "gcloud/streaming/http_wrapper.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/http_wrapper/request.json b/json/master/gcloud/streaming/http_wrapper/request.json
deleted file mode 100644
index c6baeeb5aa34..000000000000
--- a/json/master/gcloud/streaming/http_wrapper/request.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n HTTP wrapper for apitools.\n This library wraps the underlying http library we use, which is currently httplib2.",
- "examples": [],
- "id": "gcloud.streaming.http_wrapper.request",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.http_wrapper.Request.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/http_wrapper.py#L124",
- "type": "instance"
- }
- ],
- "name": "Request",
- "source": "gcloud/streaming/http_wrapper.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/http_wrapper/response.json b/json/master/gcloud/streaming/http_wrapper/response.json
deleted file mode 100644
index c7ffd18e0bfb..000000000000
--- a/json/master/gcloud/streaming/http_wrapper/response.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n HTTP wrapper for apitools.\n This library wraps the underlying http library we use, which is currently httplib2.",
- "examples": [],
- "id": "gcloud.streaming.http_wrapper.response",
- "methods": [],
- "name": "Response",
- "source": "gcloud/streaming/http_wrapper.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/index.json b/json/master/gcloud/streaming/index.json
deleted file mode 100644
index 7c1490f8fc75..000000000000
--- a/json/master/gcloud/streaming/index.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "",
- "examples": [],
- "id": "gcloud.streaming.__init__",
- "methods": [],
- "name": "__Init__",
- "source": "gcloud/streaming/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/stream_slice.json b/json/master/gcloud/streaming/stream_slice.json
deleted file mode 100644
index f8261074f55d..000000000000
--- a/json/master/gcloud/streaming/stream_slice.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Small helper class to provide a small slice of a stream.",
- "examples": [],
- "id": "gcloud.streaming.stream_slice",
- "methods": [],
- "name": "Stream_Slice",
- "source": "gcloud/streaming/stream_slice.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/stream_slice/streamslice.json b/json/master/gcloud/streaming/stream_slice/streamslice.json
deleted file mode 100644
index 6c7affe70dee..000000000000
--- a/json/master/gcloud/streaming/stream_slice/streamslice.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "description": "\n Small helper class to provide a small slice of a stream.",
- "examples": [],
- "id": "gcloud.streaming.stream_slice.streamslice",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.stream_slice.StreamSlice.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/stream_slice.py#L29",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.stream_slice.StreamSlice.read",
- "name": "read",
- "params": [
- {
- "description": " If provided, read no more than size bytes from the stream.",
- "name": "size",
- "nullable": null,
- "optional": null,
- "types": [
- "integer or None"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "bytes"
- ]
- }
- ],
- "source": "gcloud/streaming/stream_slice.py#L59",
- "type": "instance"
- }
- ],
- "name": "Streamslice",
- "source": "gcloud/streaming/stream_slice.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/transfer.json b/json/master/gcloud/streaming/transfer.json
deleted file mode 100644
index e9b965b88318..000000000000
--- a/json/master/gcloud/streaming/transfer.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "description": "\n Upload and download support for apitools.",
- "examples": [],
- "id": "gcloud.streaming.transfer",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.RESUMABLE_UPLOAD",
- "name": "RESUMABLE_UPLOAD",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.RESUMABLE_UPLOAD_THRESHOLD",
- "name": "RESUMABLE_UPLOAD_THRESHOLD",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.RESUME_INCOMPLETE",
- "name": "RESUME_INCOMPLETE",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.SIMPLE_UPLOAD",
- "name": "SIMPLE_UPLOAD",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "Transfer",
- "source": "gcloud/streaming/transfer.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/transfer/download.json b/json/master/gcloud/streaming/transfer/download.json
deleted file mode 100644
index d4a22aeab39a..000000000000
--- a/json/master/gcloud/streaming/transfer/download.json
+++ /dev/null
@@ -1,165 +0,0 @@
-{
- "description": "\n Upload and download support for apitools.",
- "examples": [],
- "id": "gcloud.streaming.transfer.download",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Download.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/transfer.py#L242",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Download.configure_request",
- "name": "configure_request",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/transfer.py#L334",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Download.from_file",
- "name": "from_file",
- "params": [
- {
- "description": " keyword arguments: passed through to _Transfer.__init__().",
- "name": "kwds",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- },
- {
- "description": " should the transfer be started immediately",
- "name": "auto_transfer",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean"
- ]
- },
- {
- "description": " path/filename for the target file",
- "name": "filename",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " should an existing file be overwritten",
- "name": "overwrite",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Download"
- ]
- }
- ],
- "source": "gcloud/streaming/transfer.py#L250",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Download.from_stream",
- "name": "from_stream",
- "params": [
- {
- "description": " total size of the file to be downloaded",
- "name": "total_size",
- "nullable": null,
- "optional": null,
- "types": [
- "integer or None"
- ]
- },
- {
- "description": " keyword arguments: passed through to _Transfer.__init__().",
- "name": "kwds",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- },
- {
- "description": " should the transfer be started immediately",
- "name": "auto_transfer",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean"
- ]
- },
- {
- "description": " the target file",
- "name": "stream",
- "nullable": null,
- "optional": null,
- "types": [
- "writable file-like object"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Download"
- ]
- }
- ],
- "source": "gcloud/streaming/transfer.py#L277",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Download.get_range",
- "name": "get_range",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/transfer.py#L543",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Download.initialize_download",
- "name": "initialize_download",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/transfer.py#L363",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Download.stream_file",
- "name": "stream_file",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/transfer.py#L593",
- "type": "instance"
- }
- ],
- "name": "Download",
- "source": "gcloud/streaming/transfer.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/transfer/upload.json b/json/master/gcloud/streaming/transfer/upload.json
deleted file mode 100644
index f002327f8faf..000000000000
--- a/json/master/gcloud/streaming/transfer/upload.json
+++ /dev/null
@@ -1,215 +0,0 @@
-{
- "description": "\n Upload and download support for apitools.",
- "examples": [],
- "id": "gcloud.streaming.transfer.upload",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Upload.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/transfer.py#L649",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Upload.configure_request",
- "name": "configure_request",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/transfer.py#L830",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Upload.from_file",
- "name": "from_file",
- "params": [
- {
- "description": " keyword arguments: passed through to _Transfer.__init__().",
- "name": "kwds",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- },
- {
- "description": " should the transfer be started immediately",
- "name": "auto_transfer",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean or None"
- ]
- },
- {
- "description": " path/filename to the file being uploaded",
- "name": "filename",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " MIMEtype of the file being uploaded",
- "name": "mime_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Upload"
- ]
- }
- ],
- "source": "gcloud/streaming/transfer.py#L663",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Upload.from_stream",
- "name": "from_stream",
- "params": [
- {
- "description": " Size of the file being uploaded",
- "name": "total_size",
- "nullable": null,
- "optional": null,
- "types": [
- "integer or None"
- ]
- },
- {
- "description": " MIMEtype of the file being uploaded",
- "name": "mime_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " keyword arguments: passed through to _Transfer.__init__().",
- "name": "kwds",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- },
- {
- "description": " should the transfer be started immediately",
- "name": "auto_transfer",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean or None"
- ]
- },
- {
- "description": " the target file",
- "name": "stream",
- "nullable": null,
- "optional": null,
- "types": [
- "writable file-like object"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "Upload"
- ]
- }
- ],
- "source": "gcloud/streaming/transfer.py#L693",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Upload.initialize_upload",
- "name": "initialize_upload",
- "params": [
- {
- "description": " the request to be used",
- "name": "http_request",
- "nullable": null,
- "optional": null,
- "types": [
- "gcloud.streaming.http_wrapper.Request"
- ]
- },
- {
- "description": " Http instance for this request.",
- "name": "http",
- "nullable": null,
- "optional": null,
- "types": [
- "httplib2.Http (or workalike)"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "~gcloud.streaming.http_wrapper.Response"
- ]
- }
- ],
- "source": "gcloud/streaming/transfer.py#L994",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Upload.refresh_upload_state",
- "name": "refresh_upload_state",
- "params": [],
- "returns": [],
- "source": "gcloud/streaming/transfer.py#L925",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.transfer.Upload.stream_file",
- "name": "stream_file",
- "params": [
- {
- "description": " If False, send the stream in a single request. Otherwise, send it in chunks.",
- "name": "use_chunks",
- "nullable": null,
- "optional": null,
- "types": [
- "boolean"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.streaming.http_wrapper.Response"
- ]
- }
- ],
- "source": "gcloud/streaming/transfer.py#L1066",
- "type": "instance"
- }
- ],
- "name": "Upload",
- "source": "gcloud/streaming/transfer.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/streaming/util.json b/json/master/gcloud/streaming/util.json
deleted file mode 100644
index d35252febd97..000000000000
--- a/json/master/gcloud/streaming/util.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "description": "\n Assorted utilities shared between parts of apitools.",
- "examples": [],
- "id": "gcloud.streaming.util",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.util.acceptable_mime_type",
- "name": "acceptable_mime_type",
- "params": [
- {
- "description": " acceptable MIME types.",
- "name": "accept_patterns",
- "nullable": null,
- "optional": null,
- "types": [
- " string"
- ]
- },
- {
- "description": " the MIME being checked",
- "name": "mime_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "boolean"
- ]
- }
- ],
- "source": "gcloud/streaming/util.py#L42",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.streaming.util.calculate_wait_for_retry",
- "name": "calculate_wait_for_retry",
- "params": [
- {
- "description": " Retry attempt counter.",
- "name": "retry_attempt",
- "nullable": null,
- "optional": null,
- "types": [
- "integer"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "integer"
- ]
- }
- ],
- "source": "gcloud/streaming/util.py#L23",
- "type": "instance"
- }
- ],
- "name": "Util",
- "source": "gcloud/streaming/util.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/translate/client.json b/json/master/gcloud/translate/client.json
deleted file mode 100644
index 42e16af4a55c..000000000000
--- a/json/master/gcloud/translate/client.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Cloud Translate API.",
- "examples": [],
- "id": "gcloud.translate.client",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.translate.client.ENGLISH_ISO_639",
- "name": "ENGLISH_ISO_639",
- "params": [],
- "returns": [],
- "source": null,
- "type": "instance"
- }
- ],
- "name": "Client",
- "source": "gcloud/translate/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/translate/client/client.json b/json/master/gcloud/translate/client/client.json
deleted file mode 100644
index b3eecdd859d4..000000000000
--- a/json/master/gcloud/translate/client/client.json
+++ /dev/null
@@ -1,133 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Cloud Translate API.",
- "examples": [],
- "id": "gcloud.translate.client.client",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.translate.client.Client.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/translate/client.py#L46",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.translate.client.Client.detect_language",
- "name": "detect_language",
- "params": [
- {
- "description": " String or list of strings that will have language detected.",
- "name": "values",
- "nullable": null,
- "optional": null,
- "types": [
- "str or list"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "str or list"
- ]
- }
- ],
- "source": "gcloud/translate/client.py#L82",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.translate.client.Client.get_languages",
- "name": "get_languages",
- "params": [
- {
- "description": " (Optional) The language used to localize returned language names. Defaults to the target language on the current client.",
- "name": "target_language",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "list"
- ]
- }
- ],
- "source": "gcloud/translate/client.py#L53",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.translate.client.Client.translate",
- "name": "translate",
- "params": [
- {
- "description": " (Optional) The language of the text to be translated.",
- "name": "source_language",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " (Optional) One of text or html, to specify if the input text is plain text or HTML.",
- "name": "format_",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " (Optional) ID or list of customization IDs for translation. Sets the cid parameter in the query.",
- "name": "customization_ids",
- "nullable": null,
- "optional": null,
- "types": [
- "str or list"
- ]
- },
- {
- "description": " String or list of strings to translate.",
- "name": "values",
- "nullable": null,
- "optional": null,
- "types": [
- "str or list"
- ]
- },
- {
- "description": " The language to translate results into. This is required by the API and defaults to the target language of the current instance.",
- "name": "target_language",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "str or list list"
- ]
- }
- ],
- "source": "gcloud/translate/client.py#L148",
- "type": "instance"
- }
- ],
- "name": "Client",
- "source": "gcloud/translate/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/translate/connection.json b/json/master/gcloud/translate/connection.json
deleted file mode 100644
index c1b8d0b32558..000000000000
--- a/json/master/gcloud/translate/connection.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Create / interact with Google Cloud Translate connections.",
- "examples": [],
- "id": "gcloud.translate.connection",
- "methods": [],
- "name": "Connection",
- "source": "gcloud/translate/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/translate/connection/connection.json b/json/master/gcloud/translate/connection/connection.json
deleted file mode 100644
index 3296580dc231..000000000000
--- a/json/master/gcloud/translate/connection/connection.json
+++ /dev/null
@@ -1,170 +0,0 @@
-{
- "description": "\n Create / interact with Google Cloud Translate connections.",
- "examples": [],
- "id": "gcloud.translate.connection.connection",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.translate.connection.Connection.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/connection.py#L75",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.translate.connection.Connection.api_request",
- "name": "api_request",
- "params": [
- {
- "description": " The HTTP method name (ie, GET, POST, etc). Required.",
- "name": "method",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library. Default is the latest API version supported by gcloud-python.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The path to the resource (ie, '/b/bucket-name'). Required.",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Protected argument to be used by library callers. This can allow custom behavior, for example, to defer an HTTP request and complete initialization of the object at a later time.",
- "name": "_target_object",
- "nullable": null,
- "optional": null,
- "types": [
- "object or NoneType"
- ]
- },
- {
- "description": " If True, this method will try to parse the response as JSON and raise an exception if that cannot be done. Default is True.",
- "name": "expect_json",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this. Default is the standard API base URL.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The data to send as the body of the request. Default is the empty string.",
- "name": "data",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The proper MIME type of the data provided. Default is None.",
- "name": "content_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "dict or str"
- ]
- }
- ],
- "source": "gcloud/connection.py#L272",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.translate.connection.Connection.build_api_url",
- "name": "build_api_url",
- "params": [
- {
- "description": " The path to the resource (ie, '/b/bucket-name').",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "string"
- ]
- }
- ],
- "source": "gcloud/connection.py#L155",
- "type": "instance"
- }
- ],
- "name": "Connection",
- "source": "gcloud/translate/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/translate/index.json b/json/master/gcloud/translate/index.json
deleted file mode 100644
index 1eb2ec9ca391..000000000000
--- a/json/master/gcloud/translate/index.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Google Cloud Translate API wrapper.",
- "examples": [],
- "id": "gcloud.translate.__init__",
- "methods": [],
- "name": "__Init__",
- "source": "gcloud/translate/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/vision/client.json b/json/master/gcloud/vision/client.json
deleted file mode 100644
index ef129357d331..000000000000
--- a/json/master/gcloud/vision/client.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Cloud Vision API.",
- "examples": [],
- "id": "gcloud.vision.client",
- "methods": [],
- "name": "Client",
- "source": "gcloud/vision/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/vision/client/client.json b/json/master/gcloud/vision/client/client.json
deleted file mode 100644
index 16c2af5c6c7d..000000000000
--- a/json/master/gcloud/vision/client/client.json
+++ /dev/null
@@ -1,151 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Cloud Vision API.",
- "examples": [],
- "id": "gcloud.vision.client.client",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.client.Client.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/client.py#L184",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.client.Client.annotate",
- "name": "annotate",
- "params": [
- {
- "description": " A string which can be a URL, a Google Cloud Storage path, or a byte stream of the image.",
- "name": "image",
- "nullable": null,
- "optional": null,
- "types": [
- "str"
- ]
- },
- {
- "description": " The type of detection that the Vision API should use to determine image attributes. Pricing is based on the number of Feature Types. See: https://cloud.google.com/vision/docs/pricing",
- "name": "features",
- "nullable": null,
- "optional": null,
- "types": [
- " gcloud.vision.feature.Feature"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "dict"
- ]
- }
- ],
- "source": "gcloud/vision/client.py#L85",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.client.Client.from_service_account_json",
- "name": "from_service_account_json",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must contain a JSON object with a private key and other credentials information (downloaded from the Google APIs console).",
- "name": "json_credentials_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.pubsub.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L33",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.client.Client.from_service_account_p12",
- "name": "from_service_account_p12",
- "params": [
- {
- "description": " The path to a private key file (this file was given to you when you created the service account). This file must be in P12 format.",
- "name": "private_key_path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining positional arguments to pass to constructor.",
- "name": "args",
- "nullable": null,
- "optional": null,
- "types": [
- "tuple"
- ]
- },
- {
- "description": " The e-mail attached to the service account.",
- "name": "client_email",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Remaining keyword arguments to pass to constructor.",
- "name": "kwargs",
- "nullable": null,
- "optional": null,
- "types": [
- "dict"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "gcloud.client.Client"
- ]
- }
- ],
- "source": "gcloud/client.py#L63",
- "type": "instance"
- }
- ],
- "name": "Client",
- "source": "gcloud/vision/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/vision/client/visionrequest.json b/json/master/gcloud/vision/client/visionrequest.json
deleted file mode 100644
index 7980c1880810..000000000000
--- a/json/master/gcloud/vision/client/visionrequest.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "description": "\n Client for interacting with the Google Cloud Vision API.",
- "examples": [],
- "id": "gcloud.vision.client.visionrequest",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.client.VisionRequest.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/vision/client.py#L33",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.client.VisionRequest.as_dict",
- "name": "as_dict",
- "params": [],
- "returns": [],
- "source": "gcloud/vision/client.py#L44",
- "type": "instance"
- }
- ],
- "name": "Visionrequest",
- "source": "gcloud/vision/client.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/vision/connection.json b/json/master/gcloud/vision/connection.json
deleted file mode 100644
index fec57d98d521..000000000000
--- a/json/master/gcloud/vision/connection.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Create / interact with gcloud Vision connections.",
- "examples": [],
- "id": "gcloud.vision.connection",
- "methods": [],
- "name": "Connection",
- "source": "gcloud/vision/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/vision/connection/connection.json b/json/master/gcloud/vision/connection/connection.json
deleted file mode 100644
index 00d091a9eb77..000000000000
--- a/json/master/gcloud/vision/connection/connection.json
+++ /dev/null
@@ -1,170 +0,0 @@
-{
- "description": "\n Create / interact with gcloud Vision connections.",
- "examples": [],
- "id": "gcloud.vision.connection.connection",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.connection.Connection.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/connection.py#L75",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.connection.Connection.api_request",
- "name": "api_request",
- "params": [
- {
- "description": " The HTTP method name (ie, GET, POST, etc). Required.",
- "name": "method",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library. Default is the latest API version supported by gcloud-python.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The path to the resource (ie, '/b/bucket-name'). Required.",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " Protected argument to be used by library callers. This can allow custom behavior, for example, to defer an HTTP request and complete initialization of the object at a later time.",
- "name": "_target_object",
- "nullable": null,
- "optional": null,
- "types": [
- "object or NoneType"
- ]
- },
- {
- "description": " If True, this method will try to parse the response as JSON and raise an exception if that cannot be done. Default is True.",
- "name": "expect_json",
- "nullable": null,
- "optional": null,
- "types": [
- "bool"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this. Default is the standard API base URL.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The data to send as the body of the request. Default is the empty string.",
- "name": "data",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The proper MIME type of the data provided. Default is None.",
- "name": "content_type",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "dict or str"
- ]
- }
- ],
- "source": "gcloud/connection.py#L272",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.connection.Connection.build_api_url",
- "name": "build_api_url",
- "params": [
- {
- "description": " The path to the resource (ie, '/b/bucket-name').",
- "name": "path",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " A dictionary of keys and values (or list of key-value pairs) to insert into the query string of the URL.",
- "name": "query_params",
- "nullable": null,
- "optional": null,
- "types": [
- "dict or list"
- ]
- },
- {
- "description": " The version of the API to call. Typically you shouldn't provide this and instead use the default for the library.",
- "name": "api_version",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- },
- {
- "description": " The base URL for the API endpoint. Typically you won't have to provide this.",
- "name": "api_base_url",
- "nullable": null,
- "optional": null,
- "types": [
- "string"
- ]
- }
- ],
- "returns": [
- {
- "types": [
- "string"
- ]
- }
- ],
- "source": "gcloud/connection.py#L155",
- "type": "instance"
- }
- ],
- "name": "Connection",
- "source": "gcloud/vision/connection.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/vision/feature.json b/json/master/gcloud/vision/feature.json
deleted file mode 100644
index 39e4f9fcd91b..000000000000
--- a/json/master/gcloud/vision/feature.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Feature represenging various types of annotating.",
- "examples": [],
- "id": "gcloud.vision.feature",
- "methods": [],
- "name": "Feature",
- "source": "gcloud/vision/feature.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/vision/feature/feature.json b/json/master/gcloud/vision/feature/feature.json
deleted file mode 100644
index c28eb729c830..000000000000
--- a/json/master/gcloud/vision/feature/feature.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "description": "\n Feature represenging various types of annotating.",
- "examples": [],
- "id": "gcloud.vision.feature.feature",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.feature.Feature.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/vision/feature.py#L46",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.feature.Feature.as_dict",
- "name": "as_dict",
- "params": [],
- "returns": [],
- "source": "gcloud/vision/feature.py#L53",
- "type": "instance"
- }
- ],
- "name": "Feature",
- "source": "gcloud/vision/feature.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/vision/feature/featuretypes.json b/json/master/gcloud/vision/feature/featuretypes.json
deleted file mode 100644
index 95b4cc62a7b8..000000000000
--- a/json/master/gcloud/vision/feature/featuretypes.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Feature represenging various types of annotating.",
- "examples": [],
- "id": "gcloud.vision.feature.featuretypes",
- "methods": [],
- "name": "Featuretypes",
- "source": "gcloud/vision/feature.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/vision/image.json b/json/master/gcloud/vision/image.json
deleted file mode 100644
index 5b9055908e3e..000000000000
--- a/json/master/gcloud/vision/image.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Image represented by either a URI or byte stream.",
- "examples": [],
- "id": "gcloud.vision.image",
- "methods": [],
- "name": "Image",
- "source": "gcloud/vision/image.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/vision/image/image.json b/json/master/gcloud/vision/image/image.json
deleted file mode 100644
index daf790c15eef..000000000000
--- a/json/master/gcloud/vision/image/image.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "description": "\n Image represented by either a URI or byte stream.",
- "examples": [],
- "id": "gcloud.vision.image.image",
- "methods": [
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.image.Image.__init__",
- "name": "__init__",
- "params": [],
- "returns": [],
- "source": "gcloud/vision/image.py#L35",
- "type": "instance"
- },
- {
- "examples": [],
- "exceptions": [],
- "id": "gcloud.vision.image.Image.as_dict",
- "name": "as_dict",
- "params": [],
- "returns": [],
- "source": "gcloud/vision/image.py#L45",
- "type": "instance"
- }
- ],
- "name": "Image",
- "source": "gcloud/vision/image.py"
-}
\ No newline at end of file
diff --git a/json/master/gcloud/vision/index.json b/json/master/gcloud/vision/index.json
deleted file mode 100644
index 8c1b129883d4..000000000000
--- a/json/master/gcloud/vision/index.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "description": "\n Google Cloud Vision API package.",
- "examples": [],
- "id": "gcloud.vision.__init__",
- "methods": [],
- "name": "__Init__",
- "source": "gcloud/vision/__init__.py"
-}
\ No newline at end of file
diff --git a/json/master/home.html b/json/master/home.html
deleted file mode 100644
index 737848b44868..000000000000
--- a/json/master/home.html
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
gcloud-python
-
Google Cloud Client Library for Python
- - an idiomatic, intuitive, and natural way for Python developers to
- integrate with Google Cloud Platform services, like Cloud Datastore
- and Cloud Storage.
gcloud-python is a client library for accessing Google
- Cloud Platform services that significantly reduces the boilerplate
- code you have to write. The library provides high-level API
- abstractions so they're easier to understand. It embraces
- idioms of Python, works well with the standard library, and
- integrates better with your codebase.
- All this means you spend more time creating code that matters
- to you.
-
-
gcloud-python is configured to access Google Cloud Platform
- services and authorize (OAuth 2.0) automatically on your behalf.
- With a one-line install and a private key, you are up and ready
- to go. Better yet, if you are running on a Google Compute Engine
- instance, the one-line install is enough!
What is the relationship between the gcloud-python package
- and the gcloud command-line tool?
-
Both the gcloud command-line tool and
- gcloud-python package are a part of the Google Cloud SDK: a collection
- of tools and libraries that enable you to easily create and manage
- resources on the Google Cloud Platform. The gcloud command-line
- tool can be used to manage both your development workflow and your
- Google Cloud Platform resources while the gcloud-python package is the
- Google Cloud Client Library for Python.
-
-
What is the relationship between gcloud-python
- and the Google APIs Python Client?
-
The
- Google APIs Python Client is a client library for
- using the broad set of Google APIs.
- gcloud-python is built specifically for the Google Cloud Platform
- and is the recommended way to integrate Google Cloud APIs into your
- Python applications. If your application requires both Google Cloud Platform and
- other Google APIs, the 2 libraries may be used by your application.