diff --git a/docs/json/json/master/index.json b/docs/json/json/master/index.json index c0d9479b3be3..8c79605c9666 100644 --- a/docs/json/json/master/index.json +++ b/docs/json/json/master/index.json @@ -1,6 +1,8 @@ { "description": "

gcloud-python

GCloud API access in idiomatic Python.

", - "examples": ["import gcloud"], + "examples": [ + "import gcloud" + ], "id": "gcloud.__init__", "methods": [], "name": "__Init__", diff --git a/docs/json/json/master/toc.json b/docs/json/json/master/toc.json index 9170bb87c0b4..97ab3048133c 100644 --- a/docs/json/json/master/toc.json +++ b/docs/json/json/master/toc.json @@ -1,479 +1,459 @@ { + "guides": [ + { + "contents": [ + "https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/readme.md", + "authentication.md" + ], + "edit": "https://github.com/GoogleCloudPlatform/gcloud-common/edit/master/authentication/readme.md", + "id": "authentication", + "title": "Authentication" + }, + { + "contents": "https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/faq/readme.md", + "edit": "https://github.com/GoogleCloudPlatform/gcloud-common/edit/master/faq/readme.md", + "id": "faq", + "title": "FAQ" + }, + { + "contents": "https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/troubleshooting/readme.md", + "edit": "https://github.com/GoogleCloudPlatform/gcloud-common/edit/master/troubleshooting/readme.md", + "id": "troubleshooting", + "title": "Troubleshooting" + }, + { + "contents": "https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/contributing/readme.md", + "edit": "https://github.com/GoogleCloudPlatform/gcloud-common/edit/master/contributing/readme.md", + "id": "contributing", + "title": "Contributing" + } + ], "overview": "overview.html", - "guides": [{ - "title": "Authentication", - "id": "authentication", - "edit": "https://github.com/GoogleCloudPlatform/gcloud-common/edit/master/authentication/readme.md", - "contents": [ - "https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/readme.md", - "authentication.md" - ] - }, { - "title": "FAQ", - "id": "faq", - "edit": "https://github.com/GoogleCloudPlatform/gcloud-common/edit/master/faq/readme.md", - "contents": "https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/faq/readme.md" - }, { - "title": "Troubleshooting", - "id": "troubleshooting", - "edit": "https://github.com/GoogleCloudPlatform/gcloud-common/edit/master/troubleshooting/readme.md", - "contents": "https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/troubleshooting/readme.md" - }, { - "title": "Contributing", - "id": "contributing", - "edit": "https://github.com/GoogleCloudPlatform/gcloud-common/edit/master/contributing/readme.md", - "contents": "https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/contributing/readme.md" - }], - "services": [{ - "title": "gcloud", - "type": "gcloud/gcloud", - "nav": [{ - "title": "Client", - "type": "gcloud/client/client" - },{ - "title": "Connection", - "type": "gcloud/connection/connection" - },{ - "title": "Credentials", - "type": "gcloud/credentials" - },{ - "title": "Environment Variables", - "type": "gcloud/environment_vars" - },{ - "title": "Iterator", - "type": "gcloud/iterator" - }] - },{ - "title": "BigQuery", - "implemented": ">=0.7.0", - "type": "gcloud/bigquery", - "nav": [ - { - "type": "gcloud/bigquery/client/client", - "title": "Client" - }, - { - "type": "gcloud/bigquery/dataset/dataset", - "title": "Dataset" - }, - { - "type": "gcloud/bigquery/job", - "title": "Jobs" - }, - { - "type": "gcloud/bigquery/table/table", - "title": "Table" - }, - { - "type": "gcloud/bigquery/query/query", - "title": "Query" + "services": [ + { + "nav": [ + { + "title": "Client", + "type": "gcloud/client/client" + }, + { + "title": "Connection", + "type": "gcloud/connection/connection" + }, + { + "title": "Credentials", + "type": "gcloud/credentials" + }, + { + "title": "Environment Variables", + "type": "gcloud/environment_vars" + }, + { + "title": "Iterator", + "type": "gcloud/iterator" } - ] - },{ - "title": "BigTable", - "implemented": ">=0.12.0", - "type": "gcloud/bigtable", - "nav": [ - { - "type": "gcloud/bigtable/client/client", - "title": "Client" - }, - { - "type": "gcloud/bigtable/cluster/cluster", - "title": "Cluster" - }, - { - "type": "gcloud/bigtable/column_family/columnfamily", - "title": "Column Families" - }, - { - "type": "gcloud/bigtable/row/row", - "title": "Bigtable Row" - }, - { - "type": "gcloud/bigtable/row_filters/rowfilter", - "title": "Bigtable Row Filter" - }, - { - "type": "gcloud/bigtable/table/table", - "title": "Table" - } - ] - },{ - "title": "Datastore", - "implemented": ">=0.3.0", - "type": "gcloud/datastore", - "nav": [ - { - "type": "gcloud/datastore/client/client", - "title": "Client" - }, - { - "type": "gcloud/datastore/entity/entity", - "title": "Entity" - }, - { - "type": "gcloud/datastore/key/key", - "title": "Key" - }, - { - "type": "gcloud/datastore/query/query", - "title": "Query" - }, - { - "type": "gcloud/datastore/transaction/transaction", - "title": "Transaction" - }, - { - "type": "gcloud/datastore/batch/batch", - "title": "Batch" - }, - { - "type": "datastore/helpers", - "title": "Helpers" - } - ] - }, { - "title": "DNS", - "implemented": ">=0.8.0", - "type": "gcloud/dns", - "nav": [ - { - "type": "gcloud/dns/client/client", - "title": "Client" - }, - { - "type": "gcloud/dns/zone/managedzone", - "title": "Managed Zones" - }, - { - "type": "gcloud/dns/resource_record_set/resourcerecordset", - "title": "Resource Record Set" - }, - { - "type": "gcloud/dns/changes/changes", - "title": "Change Sets" + ], + "title": "gcloud", + "type": "gcloud/gcloud" + }, + { + "implemented": ">=0.7.0", + "nav": [ + { + "title": "Client", + "type": "gcloud/bigquery/client/client" + }, + { + "title": "Dataset", + "type": "gcloud/bigquery/dataset/dataset" + }, + { + "title": "Jobs", + "type": "gcloud/bigquery/job" + }, + { + "title": "Table", + "type": "gcloud/bigquery/table/table" + }, + { + "title": "Query", + "type": "gcloud/bigquery/query/query" } - ] - },{ - "title": "Error Reporting", - "type": "gcloud/error_reporting", - "nav": [ - { - "type": "gcloud/error_reporting/client/client", - "title": "Client" + ], + "title": "BigQuery", + "type": "gcloud/bigquery" + }, + { + "implemented": ">=0.12.0", + "nav": [ + { + "title": "Client", + "type": "gcloud/bigtable/client/client" + }, + { + "title": "Cluster", + "type": "gcloud/bigtable/cluster/cluster" + }, + { + "title": "Column Families", + "type": "gcloud/bigtable/column_family/columnfamily" + }, + { + "title": "Bigtable Row", + "type": "gcloud/bigtable/row/row" + }, + { + "title": "Bigtable Row Filter", + "type": "gcloud/bigtable/row_filters/rowfilter" + }, + { + "title": "Table", + "type": "gcloud/bigtable/table/table" } - ] - }, { - "title": "Exceptions", - "type": "gcloud/exceptions", - "nav": [ - { - "type": "gcloud/exceptions/badrequest", - "title": "BadRequest" - }, - { - "type": "gcloud/exceptions/clienterror", - "title": "ClientError" - }, - { - "type": "gcloud/exceptions/conflict", - "title": "Conflict" - }, - { - "type": "gcloud/exceptions/forbidden", - "title": "Forbidden" - }, - { - "type": "gcloud/exceptions/gclouderror", - "title": "GCloudError" - }, - { - "type": "gcloud/exceptions/internalservererror", - "title": "InternalServerError" - }, - { - "type": "gcloud/exceptions/lengthrequired", - "title": "LengthRequired" - }, - { - "type": "gcloud/exceptions/methodnotallowed", - "title": "MethodNotAllowed" - }, - { - "type": "gcloud/exceptions/methodnotimplemented", - "title": "MethodNotImplemented" - }, - { - "type": "gcloud/exceptions/movedpermanently", - "title": "MovedPermanently" - }, - { - "type": "gcloud/exceptions/notfound", - "title": "NotFound" - }, - { - "type": "gcloud/exceptions/notmodified", - "title": "NotModified" - }, - { - "type": "gcloud/exceptions/preconditionfailed", - "title": "PreconditionFailed" - }, - { - "type": "gcloud/exceptions/redirection", - "title": "Redirection" - }, - { - "type": "gcloud/exceptions/requestrangenotsatisfiable", - "title": "RequestRangeNotSatisfiable" - }, - { - "type": "gcloud/exceptions/resumeincomplete", - "title": "ResumeIncomplete" - }, - { - "type": "gcloud/exceptions/servererror", - "title": "ServerError" - }, - { - "type": "gcloud/exceptions/serviceunavailable", - "title": "ServiceUnavailable" - }, - { - "type": "gcloud/exceptions/temporaryredirect", - "title": "TemporaryRedirect" - }, - { - "type": "gcloud/exceptions/toomanyrequests", - "title": "TooManyRequests" - }, - { - "type": "gcloud/exceptions/unauthorized", - "title": "Unauthorized" - }, - { - "type": "gcloud/exceptions", - "title": "Exceptions" - } - ], - "credentials": [ - { - "type": "gcloud/credentials", - "title": "Credentials" - } - ], - "datastore": [ - { - "type": "gcloud/datastore/batch/batch", - "title": "Batch" - }, - { - "type": "gcloud/datastore/client/client", - "title": "Client" - }, - { - "type": "gcloud/datastore/connection/connection", - "title": "Connection" - }, - { - "type": "gcloud/datastore/entity/entity", - "title": "Entity" - }, - { - "type": "gcloud/datastore/helpers", - "title": "Helpers" - }, - { - "type": "gcloud/datastore/key/key", - "title": "Key" - }, - { - "type": "gcloud/datastore/query/iterator", - "title": "Iterator" - }, - { - "type": "gcloud/datastore/query/query", - "title": "Query" - }, - { - "type": "gcloud/datastore/transaction/transaction", - "title": "Transaction" - } - ] - }, - { - "title": "Cloud Logging", - "implemented": ">=0.12.0", - "type": "gcloud/logging", - "nav": [ - { - "type": "gcloud/logging/client/client", - "title": "Client" - }, - { - "type": "gcloud/logging/logger/logger", - "title": "Logger" - }, - { - "type": "gcloud/logging/entries", - "title": "Entries" - }, - { - "type": "gcloud/logging/metric/metric", - "title": "Metric" - }, - { - "type": "gcloud/logging/sink/sink", - "title": "Sink" + ], + "title": "BigTable", + "type": "gcloud/bigtable" + }, + { + "implemented": ">=0.3.0", + "nav": [ + { + "title": "Client", + "type": "gcloud/datastore/client/client" + }, + { + "title": "Entity", + "type": "gcloud/datastore/entity/entity" + }, + { + "title": "Key", + "type": "gcloud/datastore/key/key" + }, + { + "title": "Query", + "type": "gcloud/datastore/query/query" + }, + { + "title": "Transaction", + "type": "gcloud/datastore/transaction/transaction" + }, + { + "title": "Batch", + "type": "gcloud/datastore/batch/batch" + }, + { + "title": "Helpers", + "type": "datastore/helpers" } - ] - }, { - "title": "Cloud Monitoring", - "implemented": ">=0.12.0", - "type": "gcloud/monitoring", - "nav": [ - { - "type": "gcloud/monitoring/client/client", - "title": "Client" - }, - { - "type": "gcloud/monitoring/metric/metricdescriptor", - "title": "Metric Descriptors" - }, - { - "type": "gcloud/monitoring/index/labeldescriptor", - "title": "Label Descriptors" - }, - { - "type": "gcloud/monitoring/index/metricdescriptor", - "title": "Metric Descriptors" - }, - { - "type": "gcloud/monitoring/index/resourcedescriptor", - "title": "Monitored Resource Descriptors" - }, - { - "type": "gcloud/monitoring/index/query", - "title": "Time Series Query" - }, - { - "type": "gcloud/monitoring/timeseries/timeseries", - "title": "Time Series" - }, - { - "type": "gcloud/monitoring/label/labeldescriptor", - "title": "Label Descriptors" - } - ] - },{ - "title": "Pub/Sub", - "implemented": ">=0.5.0", - "type": "gcloud/pubsub", - "nav": [ - { - "type": "gcloud/pubsub/client/client", - "title": "Client" - }, - { - "type": "gcloud/pubsub/topic/topic", - "title": "Topic" - }, - { - "type": "gcloud/pubsub/subscription/subscription", - "title": "Subscription" - }, - { - "type": "gcloud/pubsub/message/message", - "title": "Message" - }, - { - "type": "gcloud/pubsub/iam/policy", - "title": "Policy" - } - ] - }, { - "title": "Resource Manager", - "implemented": ">=0.8.0", - "type": "gcloud/resource_manager", - "nav": [ - { - "type": "gcloud/resource_manager/client/client", - "title": "Client" - }, - { - "type": "gcloud/resource_manager/project/project", - "title": "Project" + ], + "title": "Datastore", + "type": "gcloud/datastore" + }, + { + "implemented": ">=0.8.0", + "nav": [ + { + "title": "Client", + "type": "gcloud/dns/client/client" + }, + { + "title": "Managed Zones", + "type": "gcloud/dns/zone/managedzone" + }, + { + "title": "Resource Record Set", + "type": "gcloud/dns/resource_record_set/resourcerecordset" + }, + { + "title": "Change Sets", + "type": "gcloud/dns/changes/changes" } - ] - }, { - "title": "Storage", - "type": "gcloud/storage", - "implemented": ">=0.3.0", - "nav": [ - { - "type": "gcloud/storage/client/client", - "title": "Client" - }, - { - "type": "gcloud/storage/blob/blob", - "title": "Blob" - }, - { - "type": "gcloud/storage/bucket/bucket", - "title": "Bucket" - }, - { - "type": "gcloud/storage/acl/acl", - "title": "ACL" - }, - { - "type": "gcloud/storage/batch/batch", - "title": "Batch" - } - ] - }, { - "title": "Streaming", - "type": "gcloud/streaming", - "nav": [ - { - "type": "gcloud/streaming/buffered_stream/bufferedstream", - "title": "Buffered Stream" - }, - { - "type": "gcloud/streaming/http_wrapper/request", - "title": "Request" - }, - { - "type": "gcloud/streaming/http_wrapper/response", - "title": "Response" - }, - { - "type": "gcloud/streaming/stream_slice/streamslice", - "title": "Stream Slice" - }, - { - "type": "gcloud/streaming/transfer/download", - "title": "Download" - }, - { - "type": "gcloud/streaming/transfer/upload", - "title": "Upload" - }, - { - "type": "gcloud/streaming/util", - "title": "Util" - } - ] -}, { - "title": "Vision", - "type": "gcloud/vision", - "nav": [ - { - "type": "gcloud/vision/connection/connection", - "title": "Connection" + ], + "title": "DNS", + "type": "gcloud/dns" + }, + { + "nav": [ + { + "title": "Client", + "type": "gcloud/error_reporting/client/client" } - ] -} - ] + ], + "title": "Error Reporting", + "type": "gcloud/error_reporting" + }, + { + "nav": [ + { + "title": "BadRequest", + "type": "gcloud/exceptions/badrequest" + }, + { + "title": "ClientError", + "type": "gcloud/exceptions/clienterror" + }, + { + "title": "Conflict", + "type": "gcloud/exceptions/conflict" + }, + { + "title": "Forbidden", + "type": "gcloud/exceptions/forbidden" + }, + { + "title": "GCloudError", + "type": "gcloud/exceptions/gclouderror" + }, + { + "title": "InternalServerError", + "type": "gcloud/exceptions/internalservererror" + }, + { + "title": "LengthRequired", + "type": "gcloud/exceptions/lengthrequired" + }, + { + "title": "MethodNotAllowed", + "type": "gcloud/exceptions/methodnotallowed" + }, + { + "title": "MethodNotImplemented", + "type": "gcloud/exceptions/methodnotimplemented" + }, + { + "title": "MovedPermanently", + "type": "gcloud/exceptions/movedpermanently" + }, + { + "title": "NotFound", + "type": "gcloud/exceptions/notfound" + }, + { + "title": "NotModified", + "type": "gcloud/exceptions/notmodified" + }, + { + "title": "PreconditionFailed", + "type": "gcloud/exceptions/preconditionfailed" + }, + { + "title": "Redirection", + "type": "gcloud/exceptions/redirection" + }, + { + "title": "RequestRangeNotSatisfiable", + "type": "gcloud/exceptions/requestrangenotsatisfiable" + }, + { + "title": "ResumeIncomplete", + "type": "gcloud/exceptions/resumeincomplete" + }, + { + "title": "ServerError", + "type": "gcloud/exceptions/servererror" + }, + { + "title": "ServiceUnavailable", + "type": "gcloud/exceptions/serviceunavailable" + }, + { + "title": "TemporaryRedirect", + "type": "gcloud/exceptions/temporaryredirect" + }, + { + "title": "TooManyRequests", + "type": "gcloud/exceptions/toomanyrequests" + }, + { + "title": "Unauthorized", + "type": "gcloud/exceptions/unauthorized" + }, + { + "title": "Exceptions", + "type": "gcloud/exceptions" + } + ], + "title": "Exceptions", + "type": "gcloud/exceptions" + }, + { + "implemented": ">=0.12.0", + "nav": [ + { + "title": "Client", + "type": "gcloud/logging/client/client" + }, + { + "title": "Logger", + "type": "gcloud/logging/logger/logger" + }, + { + "title": "Entries", + "type": "gcloud/logging/entries" + }, + { + "title": "Metric", + "type": "gcloud/logging/metric/metric" + }, + { + "title": "Sink", + "type": "gcloud/logging/sink/sink" + } + ], + "title": "Cloud Logging", + "type": "gcloud/logging" + }, + { + "implemented": ">=0.12.0", + "nav": [ + { + "title": "Client", + "type": "gcloud/monitoring/client/client" + }, + { + "title": "Metric Descriptors", + "type": "gcloud/monitoring/metric/metricdescriptor" + }, + { + "title": "Label Descriptors", + "type": "gcloud/monitoring/index/labeldescriptor" + }, + { + "title": "Metric Descriptors", + "type": "gcloud/monitoring/index/metricdescriptor" + }, + { + "title": "Monitored Resource Descriptors", + "type": "gcloud/monitoring/index/resourcedescriptor" + }, + { + "title": "Time Series Query", + "type": "gcloud/monitoring/index/query" + }, + { + "title": "Time Series", + "type": "gcloud/monitoring/timeseries/timeseries" + }, + { + "title": "Label Descriptors", + "type": "gcloud/monitoring/label/labeldescriptor" + } + ], + "title": "Cloud Monitoring", + "type": "gcloud/monitoring" + }, + { + "implemented": ">=0.5.0", + "nav": [ + { + "title": "Client", + "type": "gcloud/pubsub/client/client" + }, + { + "title": "Topic", + "type": "gcloud/pubsub/topic/topic" + }, + { + "title": "Subscription", + "type": "gcloud/pubsub/subscription/subscription" + }, + { + "title": "Message", + "type": "gcloud/pubsub/message/message" + }, + { + "title": "Policy", + "type": "gcloud/pubsub/iam/policy" + } + ], + "title": "Pub/Sub", + "type": "gcloud/pubsub" + }, + { + "implemented": ">=0.8.0", + "nav": [ + { + "title": "Client", + "type": "gcloud/resource_manager/client/client" + }, + { + "title": "Project", + "type": "gcloud/resource_manager/project/project" + } + ], + "title": "Resource Manager", + "type": "gcloud/resource_manager" + }, + { + "implemented": ">=0.3.0", + "nav": [ + { + "title": "Client", + "type": "gcloud/storage/client/client" + }, + { + "title": "Blob", + "type": "gcloud/storage/blob/blob" + }, + { + "title": "Bucket", + "type": "gcloud/storage/bucket/bucket" + }, + { + "title": "ACL", + "type": "gcloud/storage/acl/acl" + }, + { + "title": "Batch", + "type": "gcloud/storage/batch/batch" + } + ], + "title": "Storage", + "type": "gcloud/storage" + }, + { + "nav": [ + { + "title": "Buffered Stream", + "type": "gcloud/streaming/buffered_stream/bufferedstream" + }, + { + "title": "Request", + "type": "gcloud/streaming/http_wrapper/request" + }, + { + "title": "Response", + "type": "gcloud/streaming/http_wrapper/response" + }, + { + "title": "Stream Slice", + "type": "gcloud/streaming/stream_slice/streamslice" + }, + { + "title": "Download", + "type": "gcloud/streaming/transfer/download" + }, + { + "title": "Upload", + "type": "gcloud/streaming/transfer/upload" + }, + { + "title": "Util", + "type": "gcloud/streaming/util" + } + ], + "title": "Streaming", + "type": "gcloud/streaming" + }, + { + "nav": [ + { + "title": "Connection", + "type": "gcloud/vision/connection/connection" + } + ], + "title": "Vision", + "type": "gcloud/vision" + } + ] } diff --git a/docs/json/manifest.json b/docs/json/manifest.json index 4f8f54d475c3..91393f9baa32 100644 --- a/docs/json/manifest.json +++ b/docs/json/manifest.json @@ -1,20 +1,20 @@ { - "lang": "python", + "content": "json", "friendlyLang": "Python", + "home": "home.html", + "lang": "python", + "latestRelease": { + "date": 1455306471454, + "link": "https://github.com/GoogleCloudPlatform/gcloud-python/tree/master", + "name": "master" + }, "markdown": "python", + "package": { + "href": "https://pypi.python.org/pypi/gcloud", + "title": "PyPI" + }, "titleDelimiter": ".", "versions": [ "master" - ], - "content": "json", - "home": "home.html", - "package": { - "title": "PyPI", - "href": "https://pypi.python.org/pypi/gcloud" - }, - "latestRelease": { - "name": "master", - "date": 1455306471454, - "link": "https://github.com/GoogleCloudPlatform/gcloud-python/tree/master" - } + ] } diff --git a/docs/json/toc-all.json b/docs/json/toc-all.json deleted file mode 100644 index cd9abe924c8f..000000000000 --- a/docs/json/toc-all.json +++ /dev/null @@ -1,842 +0,0 @@ -{ - "overview": "overview.html", - "guides": [{ - "title": "Authentication", - "id": "authentication", - "edit": "https://github.com/GoogleCloudPlatform/gcloud-common/edit/master/authentication/readme.md", - "contents": [ - "https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/readme.md", - "authentication.md" - ] - }, { - "title": "FAQ", - "id": "faq", - "edit": "https://github.com/GoogleCloudPlatform/gcloud-common/edit/master/faq/readme.md", - "contents": "https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/faq/readme.md" - }, { - "title": "Troubleshooting", - "id": "troubleshooting", - "edit": "https://github.com/GoogleCloudPlatform/gcloud-common/edit/master/troubleshooting/readme.md", - "contents": "https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/troubleshooting/readme.md" - }, { - "title": "Contributing", - "id": "contributing", - "edit": "https://github.com/GoogleCloudPlatform/gcloud-common/edit/master/contributing/readme.md", - "contents": "https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/contributing/readme.md" - }], - "services": [{ - "title": "gcloud", - "type": "gcloud/gcloud", - "nav": [{ - "title": "Client", - "type": "gcloud/client/client" - },{ - "title": "Connection", - "type": "gcloud/connection/connection" - },{ - "title": "Credentials", - "type": "gcloud/credentials" - },{ - "title": "Environment Variables", - "type": "gcloud/environment_vars" - },{ - "title": "Iterator", - "type": "gcloud/iterator" - }] - },{ - "title": "BigQuery", - "implemented": ">=0.7.0", - "type": "gcloud/bigquery", - "nav": [ - { - "type": "gcloud/bigquery/client/client", - "title": "Client" - }, - { - "type": "gcloud/bigquery/connection/connection", - "title": "Connection" - }, - { - "type": "gcloud/bigquery/dataset/accessgrant", - "title": "AccessGrant" - }, - { - "type": "gcloud/bigquery/dataset/dataset", - "title": "Dataset" - }, - { - "type": "gcloud/bigquery/job/compression", - "title": "Compression" - }, - { - "type": "gcloud/bigquery/job/copyjob", - "title": "CopyJob" - }, - { - "type": "gcloud/bigquery/job/createdisposition", - "title": "CreateDisposition" - }, - { - "type": "gcloud/bigquery/job/destinationformat", - "title": "DestinationFormat" - }, - { - "type": "gcloud/bigquery/job/encoding", - "title": "Encoding" - }, - { - "type": "gcloud/bigquery/job/extracttabletostoragejob", - "title": "ExtractTableToStorageJob" - }, - { - "type": "gcloud/bigquery/job/loadtablefromstoragejob", - "title": "LoadTableFromStorageJob" - }, - { - "type": "gcloud/bigquery/job/queryjob", - "title": "QueryJob" - }, - { - "type": "gcloud/bigquery/job/querypriority", - "title": "QueryPriority" - }, - { - "type": "gcloud/bigquery/job/sourceformat", - "title": "SourceFormat" - }, - { - "type": "gcloud/bigquery/job/writedisposition", - "title": "WriteDisposition" - }, - { - "type": "gcloud/bigquery/query/queryresults", - "title": "QueryResults" - }, - { - "type": "gcloud/bigquery/table/schemafield", - "title": "SchemaField" - }, - { - "type": "gcloud/bigquery/table/table", - "title": "Table" - } - ] - },{ - "title": "BigTable", - "implemented": ">=0.12.0", - "type": "gcloud/bigtable", - "nav": [ - { - "type": "gcloud/bigtable/client/client", - "title": "Client" - }, - { - "type": "gcloud/bigtable/cluster/cluster", - "title": "Cluster" - }, - { - "type": "gcloud/bigtable/cluster/operation", - "title": "Operation" - }, - { - "type": "gcloud/bigtable/column_family/columnfamily", - "title": "ColumnFamily" - }, - { - "type": "gcloud/bigtable/column_family/gcruleintersection", - "title": "GCRuleIntersection" - }, - { - "type": "gcloud/bigtable/column_family/gcruleunion", - "title": "GCRuleUnion" - }, - { - "type": "gcloud/bigtable/column_family/garbagecollectionrule", - "title": "GarbageCollectionRule" - }, - { - "type": "gcloud/bigtable/column_family/maxagegcrule", - "title": "MaxAgeGCRule" - }, - { - "type": "gcloud/bigtable/column_family/maxversionsgcrule", - "title": "MaxVersionsGCRule" - }, - { - "type": "gcloud/bigtable/row/appendrow", - "title": "AppendRow" - }, - { - "type": "gcloud/bigtable/row/conditionalrow", - "title": "ConditionalRow" - }, - { - "type": "gcloud/bigtable/row/directrow", - "title": "DirectRow" - }, - { - "type": "gcloud/bigtable/row/row", - "title": "Row" - }, - { - "type": "gcloud/bigtable/row_data/cell", - "title": "Cell" - }, - { - "type": "gcloud/bigtable/row_data/partialrowdata", - "title": "PartialRowData" - }, - { - "type": "gcloud/bigtable/row_data/partialrowsdata", - "title": "PartialRowsData" - }, - { - "type": "gcloud/bigtable/row_filters/applylabelfilter", - "title": "ApplyLabelFilter" - }, - { - "type": "gcloud/bigtable/row_filters/blockallfilter", - "title": "BlockAllFilter" - }, - { - "type": "gcloud/bigtable/row_filters/cellscolumnlimitfilter", - "title": "CellsColumnLimitFilter" - }, - { - "type": "gcloud/bigtable/row_filters/cellsrowlimitfilter", - "title": "CellsRowLimitFilter" - }, - { - "type": "gcloud/bigtable/row_filters/cellsrowoffsetfilter", - "title": "CellsRowOffsetFilter" - }, - { - "type": "gcloud/bigtable/row_filters/columnqualifierregexfilter", - "title": "ColumnQualifierRegexFilter" - }, - { - "type": "gcloud/bigtable/row_filters/columnrangefilter", - "title": "ColumnRangeFilter" - }, - { - "type": "gcloud/bigtable/row_filters/conditionalrowfilter", - "title": "ConditionalRowFilter" - }, - { - "type": "gcloud/bigtable/row_filters/familynameregexfilter", - "title": "FamilyNameRegexFilter" - }, - { - "type": "gcloud/bigtable/row_filters/passallfilter", - "title": "PassAllFilter" - }, - { - "type": "gcloud/bigtable/row_filters/rowfilter", - "title": "RowFilter" - }, - { - "type": "gcloud/bigtable/row_filters/rowfilterchain", - "title": "RowFilterChain" - }, - { - "type": "gcloud/bigtable/row_filters/rowfilterunion", - "title": "RowFilterUnion" - }, - { - "type": "gcloud/bigtable/row_filters/rowkeyregexfilter", - "title": "RowKeyRegexFilter" - }, - { - "type": "gcloud/bigtable/row_filters/rowsamplefilter", - "title": "RowSampleFilter" - }, - { - "type": "gcloud/bigtable/row_filters/sinkfilter", - "title": "SinkFilter" - }, - { - "type": "gcloud/bigtable/row_filters/stripvaluetransformerfilter", - "title": "StripValueTransformerFilter" - }, - { - "type": "gcloud/bigtable/row_filters/timestamprange", - "title": "TimestampRange" - }, - { - "type": "gcloud/bigtable/row_filters/timestamprangefilter", - "title": "TimestampRangeFilter" - }, - { - "type": "gcloud/bigtable/row_filters/valuerangefilter", - "title": "ValueRangeFilter" - }, - { - "type": "gcloud/bigtable/row_filters/valueregexfilter", - "title": "ValueRegexFilter" - }, - { - "type": "gcloud/bigtable/table/table", - "title": "Table" - } - ] - },{ - "title": "Datastore", - "implemented": ">=0.3.0", - "type": "gcloud/datastore", - "nav": [ - { - "type": "gcloud/datastore/batch/batch", - "title": "Batch" - }, - { - "type": "gcloud/datastore/client/client", - "title": "Client" - }, - { - "type": "gcloud/datastore/connection/connection", - "title": "Connection" - }, - { - "type": "gcloud/datastore/entity/entity", - "title": "Entity" - }, - { - "type": "datastore/helpers", - "title": "Helpers" - }, - { - "type": "gcloud/datastore/key/key", - "title": "Key" - }, - { - "type": "gcloud/datastore/query/iterator", - "title": "Iterator" - }, - { - "type": "gcloud/datastore/query/query", - "title": "Query" - }, - { - "type": "gcloud/datastore/transaction/transaction", - "title": "Transaction" - } - ] - }, { - "title": "DNS", - "implemented": ">=0.8.0", - "type": "gcloud/dns", - "nav": [ - { - "type": "gcloud/dns/changes/changes", - "title": "Changes" - }, - { - "type": "gcloud/dns/client/client", - "title": "Client" - }, - { - "type": "gcloud/dns/connection/connection", - "title": "Connection" - }, - { - "type": "gcloud/dns/resource_record_set/resourcerecordset", - "title": "ResourceRecordSet" - }, - { - "type": "gcloud/dns/zone/managedzone", - "title": "ManagedZone" - } - ] - },{ - "title": "Error Reporting", - "type": "gcloud/error_reporting", - "nav": [ - { - "type": "gcloud/error_reporting/client/client", - "title": "Client" - } - ] - },{ - "title": "Exceptions", - "type": "gcloud/exceptions", - "nav": [ - { - "type": "gcloud/exceptions/badrequest", - "title": "BadRequest" - }, - { - "type": "gcloud/exceptions/clienterror", - "title": "ClientError" - }, - { - "type": "gcloud/exceptions/conflict", - "title": "Conflict" - }, - { - "type": "gcloud/exceptions/forbidden", - "title": "Forbidden" - }, - { - "type": "gcloud/exceptions/gclouderror", - "title": "GCloudError" - }, - { - "type": "gcloud/exceptions/internalservererror", - "title": "InternalServerError" - }, - { - "type": "gcloud/exceptions/lengthrequired", - "title": "LengthRequired" - }, - { - "type": "gcloud/exceptions/methodnotallowed", - "title": "MethodNotAllowed" - }, - { - "type": "gcloud/exceptions/methodnotimplemented", - "title": "MethodNotImplemented" - }, - { - "type": "gcloud/exceptions/movedpermanently", - "title": "MovedPermanently" - }, - { - "type": "gcloud/exceptions/notfound", - "title": "NotFound" - }, - { - "type": "gcloud/exceptions/notmodified", - "title": "NotModified" - }, - { - "type": "gcloud/exceptions/preconditionfailed", - "title": "PreconditionFailed" - }, - { - "type": "gcloud/exceptions/redirection", - "title": "Redirection" - }, - { - "type": "gcloud/exceptions/requestrangenotsatisfiable", - "title": "RequestRangeNotSatisfiable" - }, - { - "type": "gcloud/exceptions/resumeincomplete", - "title": "ResumeIncomplete" - }, - { - "type": "gcloud/exceptions/servererror", - "title": "ServerError" - }, - { - "type": "gcloud/exceptions/serviceunavailable", - "title": "ServiceUnavailable" - }, - { - "type": "gcloud/exceptions/temporaryredirect", - "title": "TemporaryRedirect" - }, - { - "type": "gcloud/exceptions/toomanyrequests", - "title": "TooManyRequests" - }, - { - "type": "gcloud/exceptions/unauthorized", - "title": "Unauthorized" - }, - { - "type": "gcloud/exceptions", - "title": "Exceptions" - } - ], - "credentials": [ - { - "type": "gcloud/credentials", - "title": "Credentials" - } - ], - "datastore": [ - { - "type": "gcloud/datastore/batch/batch", - "title": "Batch" - }, - { - "type": "gcloud/datastore/client/client", - "title": "Client" - }, - { - "type": "gcloud/datastore/connection/connection", - "title": "Connection" - }, - { - "type": "gcloud/datastore/entity/entity", - "title": "Entity" - }, - { - "type": "gcloud/datastore/helpers", - "title": "Helpers" - }, - { - "type": "gcloud/datastore/key/key", - "title": "Key" - }, - { - "type": "gcloud/datastore/query/iterator", - "title": "Iterator" - }, - { - "type": "gcloud/datastore/query/query", - "title": "Query" - }, - { - "type": "gcloud/datastore/transaction/transaction", - "title": "Transaction" - } - ] - }, - { - "title": "Logging", - "implemented": ">=0.12.0", - "type": "gcloud/logging", - "nav": [ - { - "type": "gcloud/logging/client/client", - "title": "Client" - }, - { - "type": "gcloud/logging/connection/connection", - "title": "Connection" - }, - { - "type": "gcloud/logging/entries/protobufentry", - "title": "ProtobufEntry" - }, - { - "type": "gcloud/logging/entries/structentry", - "title": "StructEntry" - }, - { - "type": "gcloud/logging/entries/textentry", - "title": "TextEntry" - }, - { - "type": "gcloud/logging/logger/batch", - "title": "Batch" - }, - { - "type": "gcloud/logging/logger/logger", - "title": "Logger" - }, - { - "type": "gcloud/logging/metric/metric", - "title": "Metric" - }, - { - "type": "gcloud/logging/sink/sink", - "title": "Sink" - } - ] - }, { - "title": "Monitoring", - "implemented": ">=0.12.0", - "type": "gcloud/monitoring", - "nav": [ - { - "type": "gcloud/monitoring/index/aligner", - "title": "Aligner" - }, - { - "type": "gcloud/monitoring/index/client", - "title": "Client" - }, - { - "type": "gcloud/monitoring/index/connection", - "title": "Connection" - }, - { - "type": "gcloud/monitoring/index/labeldescriptor", - "title": "LabelDescriptor" - }, - { - "type": "gcloud/monitoring/index/labelvaluetype", - "title": "LabelValueType" - }, - { - "type": "gcloud/monitoring/index/metric", - "title": "Metric" - }, - { - "type": "gcloud/monitoring/index/metricdescriptor", - "title": "MetricDescriptor" - }, - { - "type": "gcloud/monitoring/index/metrickind", - "title": "MetricKind" - }, - { - "type": "gcloud/monitoring/index/point", - "title": "Point" - }, - { - "type": "gcloud/monitoring/index/query", - "title": "Query" - }, - { - "type": "gcloud/monitoring/index/reducer", - "title": "Reducer" - }, - { - "type": "gcloud/monitoring/index/resource", - "title": "Resource" - }, - { - "type": "gcloud/monitoring/index/resourcedescriptor", - "title": "ResourceDescriptor" - }, - { - "type": "gcloud/monitoring/index/timeseries", - "title": "TimeSeries" - }, - { - "type": "gcloud/monitoring/index/valuetype", - "title": "ValueType" - }, - { - "type": "gcloud/monitoring/client/client", - "title": "Client" - }, - { - "type": "gcloud/monitoring/connection/connection", - "title": "Connection" - }, - { - "type": "gcloud/monitoring/label/labeldescriptor", - "title": "LabelDescriptor" - }, - { - "type": "gcloud/monitoring/label/labelvaluetype", - "title": "LabelValueType" - }, - { - "type": "gcloud/monitoring/metric/metric", - "title": "Metric" - }, - { - "type": "gcloud/monitoring/metric/metricdescriptor", - "title": "MetricDescriptor" - }, - { - "type": "gcloud/monitoring/metric/metrickind", - "title": "MetricKind" - }, - { - "type": "gcloud/monitoring/metric/valuetype", - "title": "ValueType" - }, - { - "type": "gcloud/monitoring/query/aligner", - "title": "Aligner" - }, - { - "type": "gcloud/monitoring/query/query", - "title": "Query" - }, - { - "type": "gcloud/monitoring/query/reducer", - "title": "Reducer" - }, - { - "type": "gcloud/monitoring/resource/resource", - "title": "Resource" - }, - { - "type": "gcloud/monitoring/resource/resourcedescriptor", - "title": "ResourceDescriptor" - }, - { - "type": "gcloud/monitoring/timeseries/point", - "title": "Point" - }, - { - "type": "gcloud/monitoring/timeseries/timeseries", - "title": "TimeSeries" - } - ] - },{ - "title": "Pub/Sub", - "implemented": ">=0.5.0", - "type": "gcloud/pubsub", - "nav": [ - { - "type": "gcloud/pubsub/client/client", - "title": "Client" - }, - { - "type": "gcloud/pubsub/connection/connection", - "title": "Connection" - }, - { - "type": "gcloud/pubsub/iam/policy", - "title": "Policy" - }, - { - "type": "gcloud/pubsub/message/message", - "title": "Message" - }, - { - "type": "gcloud/pubsub/subscription/subscription", - "title": "Subscription" - }, - { - "type": "gcloud/pubsub/topic/batch", - "title": "Batch" - }, - { - "type": "gcloud/pubsub/topic/topic", - "title": "Topic" - } - ] - }, { - "title": "Resource Manager", - "implemented": ">=0.8.0", - "type": "gcloud/resource_manager", - "nav": [ - { - "type": "gcloud/resource_manager/client/client", - "title": "Client" - }, - { - "type": "gcloud/resource_manager/connection/connection", - "title": "Connection" - }, - { - "type": "gcloud/resource_manager/project/project", - "title": "Project" - } - ] - }, { - "title": "Storage", - "type": "gcloud/storage", - "implemented": ">=0.3.0", - "nav": [ - { - "type": "gcloud/storage/acl/acl", - "title": "ACL" - }, - { - "type": "gcloud/storage/acl/bucketacl", - "title": "BucketACL" - }, - { - "type": "gcloud/storage/acl/defaultobjectacl", - "title": "DefaultObjectACL" - }, - { - "type": "gcloud/storage/acl/objectacl", - "title": "ObjectACL" - }, - { - "type": "gcloud/storage/batch/batch", - "title": "Batch" - }, - { - "type": "gcloud/storage/batch/mimeapplicationhttp", - "title": "MIMEApplicationHTTP" - }, - { - "type": "gcloud/storage/batch/nocontent", - "title": "NoContent" - }, - { - "type": "gcloud/storage/blob/blob", - "title": "Blob" - }, - { - "type": "gcloud/storage/bucket/bucket", - "title": "Bucket" - }, - { - "type": "gcloud/storage/client/client", - "title": "Client" - }, - { - "type": "gcloud/storage/connection/connection", - "title": "Connection" - } - ] - }, { - "title": "Streaming", - "type": "gcloud/streaming", - "nav": [ - { - "type": "gcloud/streaming/buffered_stream/bufferedstream", - "title": "BufferedStream" - }, - { - "type": "gcloud/streaming/exceptions/badstatuscodeerror", - "title": "BadStatusCodeError" - }, - { - "type": "gcloud/streaming/exceptions/communicationerror", - "title": "CommunicationError" - }, - { - "type": "gcloud/streaming/exceptions/error", - "title": "Error" - }, - { - "type": "gcloud/streaming/exceptions/httperror", - "title": "HttpError" - }, - { - "type": "gcloud/streaming/exceptions/requesterror", - "title": "RequestError" - }, - { - "type": "gcloud/streaming/exceptions/retryaftererror", - "title": "RetryAfterError" - }, - { - "type": "gcloud/streaming/exceptions/transfererror", - "title": "TransferError" - }, - { - "type": "gcloud/streaming/exceptions/transferinvaliderror", - "title": "TransferInvalidError" - }, - { - "type": "gcloud/streaming/exceptions/transferretryerror", - "title": "TransferRetryError" - }, - { - "type": "gcloud/streaming/http_wrapper/request", - "title": "Request" - }, - { - "type": "gcloud/streaming/http_wrapper/response", - "title": "Response" - }, - { - "type": "gcloud/streaming/http_wrapper", - "title": "Http_Wrapper" - }, - { - "type": "gcloud/streaming/stream_slice/streamslice", - "title": "StreamSlice" - }, - { - "type": "gcloud/streaming/transfer/download", - "title": "Download" - }, - { - "type": "gcloud/streaming/transfer/upload", - "title": "Upload" - }, - { - "type": "gcloud/streaming/util", - "title": "Util" - } - ] - } - ] -}