diff --git a/WORKSPACE b/WORKSPACE index 16397ea02..afc091b9c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -256,22 +256,6 @@ load("@com_google_api_codegen//rules_gapic/python:py_gapic_repositories.bzl", "p py_gapic_repositories() -http_archive( - name = "protoc_docs_plugin", - strip_prefix = "protoc-docs-plugin-2bdf14e394bbaa44b81286b1a19c5f229b51c667", - urls = ["https://github.com/googleapis/protoc-docs-plugin/archive/2bdf14e394bbaa44b81286b1a19c5f229b51c667.zip"], -) - -load( - "@protoc_docs_plugin//:repositories.bzl", - "protoc_docs_plugin_register_toolchains", - "protoc_docs_plugin_repositories", -) - -protoc_docs_plugin_repositories() - -protoc_docs_plugin_register_toolchains() - load("@rules_python//python:pip.bzl", "pip_repositories") pip_repositories() diff --git a/gapic/metadata/BUILD.bazel b/gapic/metadata/BUILD.bazel index aab9ef0cf..caa07ce6f 100644 --- a/gapic/metadata/BUILD.bazel +++ b/gapic/metadata/BUILD.bazel @@ -73,7 +73,6 @@ moved_proto_library( py_proto_library( name = "metadata_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":metadata_moved_proto"], ) diff --git a/google/api/expr/v1alpha1/BUILD.bazel b/google/api/expr/v1alpha1/BUILD.bazel index c2e842bc3..e94973218 100644 --- a/google/api/expr/v1alpha1/BUILD.bazel +++ b/google/api/expr/v1alpha1/BUILD.bazel @@ -175,13 +175,11 @@ moved_proto_library( py_proto_library( name = "expr_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":expr_moved_proto"], ) py_proto_library( name = "conformance_service_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":conformance_service_moved_proto"], ) diff --git a/google/appengine/legacy/BUILD.bazel b/google/appengine/legacy/BUILD.bazel index 4f5ad9f8a..344d496c5 100644 --- a/google/appengine/legacy/BUILD.bazel +++ b/google/appengine/legacy/BUILD.bazel @@ -76,7 +76,6 @@ moved_proto_library( py_proto_library( name = "legacy_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":legacy_moved_proto"], ) diff --git a/google/appengine/v1beta/BUILD.bazel b/google/appengine/v1beta/BUILD.bazel index 709742087..e79f08375 100644 --- a/google/appengine/v1beta/BUILD.bazel +++ b/google/appengine/v1beta/BUILD.bazel @@ -107,7 +107,6 @@ moved_proto_library( py_proto_library( name = "appengine_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":appengine_moved_proto"], ) diff --git a/google/apps/script/type/BUILD.bazel b/google/apps/script/type/BUILD.bazel index 7f6af6767..27eec8be7 100644 --- a/google/apps/script/type/BUILD.bazel +++ b/google/apps/script/type/BUILD.bazel @@ -69,7 +69,6 @@ moved_proto_library( py_proto_library( name = "type_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":type_moved_proto"], ) diff --git a/google/apps/script/type/calendar/BUILD.bazel b/google/apps/script/type/calendar/BUILD.bazel index 8ae209363..9ddf0b1cd 100644 --- a/google/apps/script/type/calendar/BUILD.bazel +++ b/google/apps/script/type/calendar/BUILD.bazel @@ -71,7 +71,6 @@ moved_proto_library( py_proto_library( name = "calendar_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":calendar_moved_proto"], ) diff --git a/google/apps/script/type/docs/BUILD.bazel b/google/apps/script/type/docs/BUILD.bazel index b95410638..38f9f83d9 100644 --- a/google/apps/script/type/docs/BUILD.bazel +++ b/google/apps/script/type/docs/BUILD.bazel @@ -71,7 +71,6 @@ moved_proto_library( py_proto_library( name = "docs_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":docs_moved_proto"], ) diff --git a/google/apps/script/type/drive/BUILD.bazel b/google/apps/script/type/drive/BUILD.bazel index c869c24be..84beee52b 100644 --- a/google/apps/script/type/drive/BUILD.bazel +++ b/google/apps/script/type/drive/BUILD.bazel @@ -68,7 +68,6 @@ moved_proto_library( py_proto_library( name = "drive_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":drive_moved_proto"], ) diff --git a/google/apps/script/type/gmail/BUILD.bazel b/google/apps/script/type/gmail/BUILD.bazel index cfe6d28b0..3ccb29ee6 100644 --- a/google/apps/script/type/gmail/BUILD.bazel +++ b/google/apps/script/type/gmail/BUILD.bazel @@ -70,7 +70,6 @@ moved_proto_library( py_proto_library( name = "gmail_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":gmail_moved_proto"], ) diff --git a/google/apps/script/type/sheets/BUILD.bazel b/google/apps/script/type/sheets/BUILD.bazel index b662c6139..b733dc27c 100644 --- a/google/apps/script/type/sheets/BUILD.bazel +++ b/google/apps/script/type/sheets/BUILD.bazel @@ -71,7 +71,6 @@ moved_proto_library( py_proto_library( name = "sheets_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":sheets_moved_proto"], ) diff --git a/google/apps/script/type/slides/BUILD.bazel b/google/apps/script/type/slides/BUILD.bazel index 6e3e717d8..142cdff17 100644 --- a/google/apps/script/type/slides/BUILD.bazel +++ b/google/apps/script/type/slides/BUILD.bazel @@ -71,7 +71,6 @@ moved_proto_library( py_proto_library( name = "slides_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":slides_moved_proto"], ) diff --git a/google/cloud/aiplatform/logging/BUILD.bazel b/google/cloud/aiplatform/logging/BUILD.bazel index bfb557d02..54d132a69 100644 --- a/google/cloud/aiplatform/logging/BUILD.bazel +++ b/google/cloud/aiplatform/logging/BUILD.bazel @@ -76,7 +76,6 @@ moved_proto_library( py_proto_library( name = "logging_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":logging_moved_proto"], ) diff --git a/google/cloud/aiplatform/v1/schema/predict/instance/BUILD.bazel b/google/cloud/aiplatform/v1/schema/predict/instance/BUILD.bazel index 7d2389298..ee48d1272 100644 --- a/google/cloud/aiplatform/v1/schema/predict/instance/BUILD.bazel +++ b/google/cloud/aiplatform/v1/schema/predict/instance/BUILD.bazel @@ -86,7 +86,6 @@ moved_proto_library( py_proto_library( name = "instance_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":instance_moved_proto"], ) diff --git a/google/cloud/aiplatform/v1/schema/predict/params/BUILD.bazel b/google/cloud/aiplatform/v1/schema/predict/params/BUILD.bazel index f0b2581e3..37bd70516 100644 --- a/google/cloud/aiplatform/v1/schema/predict/params/BUILD.bazel +++ b/google/cloud/aiplatform/v1/schema/predict/params/BUILD.bazel @@ -83,7 +83,6 @@ moved_proto_library( py_proto_library( name = "params_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":params_moved_proto"], ) diff --git a/google/cloud/aiplatform/v1/schema/predict/prediction/BUILD.bazel b/google/cloud/aiplatform/v1/schema/predict/prediction/BUILD.bazel index a530a15a5..c285231f8 100644 --- a/google/cloud/aiplatform/v1/schema/predict/prediction/BUILD.bazel +++ b/google/cloud/aiplatform/v1/schema/predict/prediction/BUILD.bazel @@ -96,7 +96,6 @@ moved_proto_library( py_proto_library( name = "prediction_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":prediction_moved_proto"], ) diff --git a/google/cloud/aiplatform/v1/schema/trainingjob/definition/BUILD.bazel b/google/cloud/aiplatform/v1/schema/trainingjob/definition/BUILD.bazel index a475ff56d..960cfb004 100644 --- a/google/cloud/aiplatform/v1/schema/trainingjob/definition/BUILD.bazel +++ b/google/cloud/aiplatform/v1/schema/trainingjob/definition/BUILD.bazel @@ -88,7 +88,6 @@ moved_proto_library( py_proto_library( name = "definition_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":definition_moved_proto"], ) diff --git a/google/cloud/aiplatform/v1beta1/schema/BUILD.bazel b/google/cloud/aiplatform/v1beta1/schema/BUILD.bazel index b7cea0fa2..39b3ec311 100644 --- a/google/cloud/aiplatform/v1beta1/schema/BUILD.bazel +++ b/google/cloud/aiplatform/v1beta1/schema/BUILD.bazel @@ -91,7 +91,6 @@ moved_proto_library( py_proto_library( name = "schema_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":schema_moved_proto"], ) diff --git a/google/cloud/aiplatform/v1beta1/schema/predict/instance/BUILD.bazel b/google/cloud/aiplatform/v1beta1/schema/predict/instance/BUILD.bazel index 998cbf4fc..ad8a3bf07 100644 --- a/google/cloud/aiplatform/v1beta1/schema/predict/instance/BUILD.bazel +++ b/google/cloud/aiplatform/v1beta1/schema/predict/instance/BUILD.bazel @@ -86,7 +86,6 @@ moved_proto_library( py_proto_library( name = "instance_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":instance_moved_proto"], ) diff --git a/google/cloud/aiplatform/v1beta1/schema/predict/params/BUILD.bazel b/google/cloud/aiplatform/v1beta1/schema/predict/params/BUILD.bazel index df84939b9..26f5c5562 100644 --- a/google/cloud/aiplatform/v1beta1/schema/predict/params/BUILD.bazel +++ b/google/cloud/aiplatform/v1beta1/schema/predict/params/BUILD.bazel @@ -83,7 +83,6 @@ moved_proto_library( py_proto_library( name = "params_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":params_moved_proto"], ) diff --git a/google/cloud/aiplatform/v1beta1/schema/predict/prediction/BUILD.bazel b/google/cloud/aiplatform/v1beta1/schema/predict/prediction/BUILD.bazel index 7b550f4cc..e9e7fb22f 100644 --- a/google/cloud/aiplatform/v1beta1/schema/predict/prediction/BUILD.bazel +++ b/google/cloud/aiplatform/v1beta1/schema/predict/prediction/BUILD.bazel @@ -97,7 +97,6 @@ moved_proto_library( py_proto_library( name = "prediction_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":prediction_moved_proto"], ) diff --git a/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/BUILD.bazel b/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/BUILD.bazel index e637939aa..04a26db44 100644 --- a/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/BUILD.bazel +++ b/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/BUILD.bazel @@ -89,7 +89,6 @@ moved_proto_library( py_proto_library( name = "definition_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":definition_moved_proto"], ) diff --git a/google/cloud/clouddms/logging/v1/BUILD.bazel b/google/cloud/clouddms/logging/v1/BUILD.bazel index 6ec50aedb..ccafce79a 100644 --- a/google/cloud/clouddms/logging/v1/BUILD.bazel +++ b/google/cloud/clouddms/logging/v1/BUILD.bazel @@ -83,7 +83,6 @@ moved_proto_library( py_proto_library( name = "logging_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":logging_moved_proto"], ) diff --git a/google/cloud/dataproc/logging/BUILD.bazel b/google/cloud/dataproc/logging/BUILD.bazel index b9ca4eb41..e16d895a1 100644 --- a/google/cloud/dataproc/logging/BUILD.bazel +++ b/google/cloud/dataproc/logging/BUILD.bazel @@ -75,7 +75,6 @@ moved_proto_library( py_proto_library( name = "logging_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":logging_moved_proto"], ) diff --git a/google/cloud/gkeconnect/gateway/v1/BUILD.bazel b/google/cloud/gkeconnect/gateway/v1/BUILD.bazel index cbfcb6cf8..b2bc12be0 100644 --- a/google/cloud/gkeconnect/gateway/v1/BUILD.bazel +++ b/google/cloud/gkeconnect/gateway/v1/BUILD.bazel @@ -91,7 +91,6 @@ moved_proto_library( py_proto_library( name = "gateway_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":gateway_moved_proto"], ) diff --git a/google/cloud/gkeconnect/gateway/v1alpha1/BUILD.bazel b/google/cloud/gkeconnect/gateway/v1alpha1/BUILD.bazel index 689ed0d0d..62f51605a 100644 --- a/google/cloud/gkeconnect/gateway/v1alpha1/BUILD.bazel +++ b/google/cloud/gkeconnect/gateway/v1alpha1/BUILD.bazel @@ -91,7 +91,6 @@ moved_proto_library( py_proto_library( name = "gateway_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":gateway_moved_proto"], ) diff --git a/google/cloud/gkehub/v1alpha2/BUILD.bazel b/google/cloud/gkehub/v1alpha2/BUILD.bazel index 9d3e3d688..5bcff23c7 100644 --- a/google/cloud/gkehub/v1alpha2/BUILD.bazel +++ b/google/cloud/gkehub/v1alpha2/BUILD.bazel @@ -89,7 +89,6 @@ moved_proto_library( py_proto_library( name = "gkehub_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":gkehub_moved_proto"], ) diff --git a/google/cloud/language/v1beta1/BUILD.bazel b/google/cloud/language/v1beta1/BUILD.bazel index 7ace9f905..2c054f745 100644 --- a/google/cloud/language/v1beta1/BUILD.bazel +++ b/google/cloud/language/v1beta1/BUILD.bazel @@ -76,7 +76,6 @@ moved_proto_library( py_proto_library( name = "language_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":language_moved_proto"], ) diff --git a/google/cloud/location/BUILD.bazel b/google/cloud/location/BUILD.bazel index b650d28a5..dd37807dc 100644 --- a/google/cloud/location/BUILD.bazel +++ b/google/cloud/location/BUILD.bazel @@ -80,7 +80,6 @@ moved_proto_library( py_proto_library( name = "location_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":location_moved_proto"], ) diff --git a/google/cloud/mediatranslation/v1alpha1/BUILD.bazel b/google/cloud/mediatranslation/v1alpha1/BUILD.bazel index 32c9c321d..ac8798f8b 100644 --- a/google/cloud/mediatranslation/v1alpha1/BUILD.bazel +++ b/google/cloud/mediatranslation/v1alpha1/BUILD.bazel @@ -81,7 +81,6 @@ moved_proto_library( py_proto_library( name = "mediatranslation_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":mediatranslation_moved_proto"], ) diff --git a/google/cloud/metastore/logging/v1/BUILD.bazel b/google/cloud/metastore/logging/v1/BUILD.bazel index d34fb38e2..aef39fbf6 100644 --- a/google/cloud/metastore/logging/v1/BUILD.bazel +++ b/google/cloud/metastore/logging/v1/BUILD.bazel @@ -70,7 +70,6 @@ moved_proto_library( py_proto_library( name = "logging_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":logging_moved_proto"], ) diff --git a/google/cloud/orgpolicy/v1/BUILD.bazel b/google/cloud/orgpolicy/v1/BUILD.bazel index 3e0d09b3c..f8f831c39 100644 --- a/google/cloud/orgpolicy/v1/BUILD.bazel +++ b/google/cloud/orgpolicy/v1/BUILD.bazel @@ -92,7 +92,6 @@ moved_proto_library( py_proto_library( name = "orgpolicy_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":orgpolicy_moved_proto"], ) diff --git a/google/cloud/recommender/logging/v1/BUILD.bazel b/google/cloud/recommender/logging/v1/BUILD.bazel index f1cb30424..254daaa86 100644 --- a/google/cloud/recommender/logging/v1/BUILD.bazel +++ b/google/cloud/recommender/logging/v1/BUILD.bazel @@ -81,7 +81,6 @@ moved_proto_library( py_proto_library( name = "logging_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":logging_moved_proto"], ) diff --git a/google/cloud/recommender/logging/v1beta1/BUILD.bazel b/google/cloud/recommender/logging/v1beta1/BUILD.bazel index 67532523c..e2d2bdbb5 100644 --- a/google/cloud/recommender/logging/v1beta1/BUILD.bazel +++ b/google/cloud/recommender/logging/v1beta1/BUILD.bazel @@ -79,7 +79,6 @@ moved_proto_library( py_proto_library( name = "logging_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":logging_moved_proto"], ) diff --git a/google/cloud/resourcemanager/v2/BUILD.bazel b/google/cloud/resourcemanager/v2/BUILD.bazel index 590122c0d..2c03d783b 100644 --- a/google/cloud/resourcemanager/v2/BUILD.bazel +++ b/google/cloud/resourcemanager/v2/BUILD.bazel @@ -104,7 +104,6 @@ moved_proto_library( py_proto_library( name = "resourcemanager_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":resourcemanager_moved_proto"], ) diff --git a/google/cloud/saasaccelerator/management/logs/v1/BUILD.bazel b/google/cloud/saasaccelerator/management/logs/v1/BUILD.bazel index bc0f16ac6..7cfb312df 100644 --- a/google/cloud/saasaccelerator/management/logs/v1/BUILD.bazel +++ b/google/cloud/saasaccelerator/management/logs/v1/BUILD.bazel @@ -70,7 +70,6 @@ moved_proto_library( py_proto_library( name = "logs_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":logs_moved_proto"], ) diff --git a/google/cloud/secretmanager/logging/v1/BUILD.bazel b/google/cloud/secretmanager/logging/v1/BUILD.bazel index ea31bebf3..2037502e2 100644 --- a/google/cloud/secretmanager/logging/v1/BUILD.bazel +++ b/google/cloud/secretmanager/logging/v1/BUILD.bazel @@ -73,7 +73,6 @@ moved_proto_library( py_proto_library( name = "logging_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":logging_moved_proto"], ) diff --git a/google/devtools/resultstore/v2/BUILD.bazel b/google/devtools/resultstore/v2/BUILD.bazel index b68a6afbe..ee85f5ccb 100644 --- a/google/devtools/resultstore/v2/BUILD.bazel +++ b/google/devtools/resultstore/v2/BUILD.bazel @@ -108,7 +108,6 @@ moved_proto_library( py_proto_library( name = "resultstore_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":resultstore_moved_proto"], ) diff --git a/google/identity/accesscontextmanager/type/BUILD.bazel b/google/identity/accesscontextmanager/type/BUILD.bazel index cd61676fa..e0648ab95 100644 --- a/google/identity/accesscontextmanager/type/BUILD.bazel +++ b/google/identity/accesscontextmanager/type/BUILD.bazel @@ -87,7 +87,6 @@ moved_proto_library( py_proto_library( name = "type_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":type_moved_proto"], ) diff --git a/google/identity/accesscontextmanager/v1/BUILD.bazel b/google/identity/accesscontextmanager/v1/BUILD.bazel index 8d4ec7b24..8a354dc07 100644 --- a/google/identity/accesscontextmanager/v1/BUILD.bazel +++ b/google/identity/accesscontextmanager/v1/BUILD.bazel @@ -97,7 +97,6 @@ moved_proto_library( py_proto_library( name = "accesscontextmanager_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":accesscontextmanager_moved_proto"], ) diff --git a/google/logging/type/BUILD.bazel b/google/logging/type/BUILD.bazel index e634f7eb3..a983eca8d 100644 --- a/google/logging/type/BUILD.bazel +++ b/google/logging/type/BUILD.bazel @@ -79,7 +79,6 @@ moved_proto_library( py_proto_library( name = "type_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":type_moved_proto"], ) diff --git a/google/maps/routes/v1alpha/BUILD.bazel b/google/maps/routes/v1alpha/BUILD.bazel index fd5a46c28..e5321c5b0 100644 --- a/google/maps/routes/v1alpha/BUILD.bazel +++ b/google/maps/routes/v1alpha/BUILD.bazel @@ -81,7 +81,6 @@ moved_proto_library( py_proto_library( name = "routes_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":routes_moved_proto"], ) diff --git a/google/rpc/context/BUILD.bazel b/google/rpc/context/BUILD.bazel index 2a59ece88..c898149b1 100644 --- a/google/rpc/context/BUILD.bazel +++ b/google/rpc/context/BUILD.bazel @@ -74,7 +74,6 @@ moved_proto_library( py_proto_library( name = "attribute_context_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":attribute_context_moved_proto"], ) diff --git a/google/search/partnerdataingestion/logging/v1/BUILD.bazel b/google/search/partnerdataingestion/logging/v1/BUILD.bazel index 74622ec82..58916841b 100644 --- a/google/search/partnerdataingestion/logging/v1/BUILD.bazel +++ b/google/search/partnerdataingestion/logging/v1/BUILD.bazel @@ -70,7 +70,6 @@ moved_proto_library( py_proto_library( name = "logging_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":logging_moved_proto"], ) diff --git a/storage/clouddms/logging/v1/BUILD.bazel b/storage/clouddms/logging/v1/BUILD.bazel index d44684111..e15ba8389 100644 --- a/storage/clouddms/logging/v1/BUILD.bazel +++ b/storage/clouddms/logging/v1/BUILD.bazel @@ -80,7 +80,6 @@ moved_proto_library( py_proto_library( name = "logging_py_proto", - plugin = "@protoc_docs_plugin//:docs_plugin", deps = [":logging_moved_proto"], )