Skip to content

Commit

Permalink
impl: revert addition of generativelanguage (#14731)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthart authored Sep 26, 2024
1 parent dc2389a commit 1a7947d
Show file tree
Hide file tree
Showing 89 changed files with 0 additions and 6,480 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ breaking changes in the upcoming 3.x release. This release is scheduled for

## v2.30.0 - TBD

### New Libraries

We are happy to announce the following GA libraries. Unless specifically noted,
the APIs in these libraries are stable, and are ready for production use.

- [Gemini API](/google/cloud/generativelanguage/README.md)

### [KMS](/google/cloud/kms/README.md)

- `AutokeyClient::ListKeyHandles(...)` signature has changed to return an
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ See each library's `README.md` file for more information about:
- [Cloud Functions API](google/cloud/functions/README.md)
[\[quickstart\]](google/cloud/functions/quickstart/README.md)
[\[reference\]](https://cloud.google.com/cpp/docs/reference/functions/latest)
- [Generative Language API](google/cloud/generativelanguage/README.md)
[\[quickstart\]](google/cloud/generativelanguage/quickstart/README.md)
[\[reference\]](https://cloud.google.com/cpp/docs/reference/generativelanguage/latest)
- [Backup for GKE API](google/cloud/gkebackup/README.md)
[\[quickstart\]](google/cloud/gkebackup/quickstart/README.md)
[\[reference\]](https://cloud.google.com/cpp/docs/reference/gkebackup/latest)
Expand Down
Binary file not shown.
2 changes: 0 additions & 2 deletions ci/cloudbuild/builds/integration-production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ io::run bazel test "${args[@]}" --test_tag_filters=-integration-test "${BAZEL_TA
excluded_rules=(
"-//examples:grpc_credential_types"
"-//google/cloud/bigtable/examples:bigtable_grpc_credentials"
# TODO(#14702): Enable this when auth scope configuration is resolved.
"-//google/cloud/generativelanguage/samples:samples"
# This sample uses HMAC keys, which are very limited in production (at most
# 5 per service account). Disabled for now.
"-//google/cloud/storage/examples:storage_service_account_samples"
Expand Down
9 changes: 0 additions & 9 deletions ci/etc/expected_install_directories
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.
./include
./include/google
./include/google/ai
./include/google/ai/generativelanguage
./include/google/ai/generativelanguage/v1
./include/google/api
./include/google/api/apikeys
./include/google/api/apikeys/v2
Expand Down Expand Up @@ -764,10 +761,6 @@
./include/google/cloud/functions/v2
./include/google/cloud/functions/v2/internal
./include/google/cloud/functions/v2/mocks
./include/google/cloud/generativelanguage
./include/google/cloud/generativelanguage/v1
./include/google/cloud/generativelanguage/v1/internal
./include/google/cloud/generativelanguage/v1/mocks
./include/google/cloud/gkebackup
./include/google/cloud/gkebackup/v1
./include/google/cloud/gkebackup/v1/internal
Expand Down Expand Up @@ -1388,8 +1381,6 @@
./lib64/cmake/google_cloud_cpp_filestore_mocks
./lib64/cmake/google_cloud_cpp_functions
./lib64/cmake/google_cloud_cpp_functions_mocks
./lib64/cmake/google_cloud_cpp_generativelanguage
./lib64/cmake/google_cloud_cpp_generativelanguage_mocks
./lib64/cmake/google_cloud_cpp_gkebackup
./lib64/cmake/google_cloud_cpp_gkebackup_mocks
./lib64/cmake/google_cloud_cpp_gkeconnect
Expand Down
1 change: 0 additions & 1 deletion cmake/GoogleCloudCppFeatures.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ set(GOOGLE_CLOUD_CPP_GA_LIBRARIES
"eventarc"
"filestore"
"functions"
"generativelanguage"
"gkebackup"
"gkeconnect"
"gkehub"
Expand Down
8 changes: 0 additions & 8 deletions external/googleapis/protodeps/generativelanguage.deps

This file was deleted.

6 changes: 0 additions & 6 deletions external/googleapis/protolists/generativelanguage.list

This file was deleted.

1 change: 0 additions & 1 deletion external/googleapis/update_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ declare -A -r LIBRARIES=(
"@com_google_googleapis//google/cloud/functions/v1:functions_cc_grpc" \
"@com_google_googleapis//google/cloud/functions/v2:functions_cc_grpc"
)"
["generativelanguage"]="@com_google_googleapis//google/ai/generativelanguage/v1:generativelanguage_cc_grpc"
["gkebackup"]="$(
printf ",%s" \
"@com_google_googleapis//google/cloud/gkebackup/logging/v1:logging_cc_grpc" \
Expand Down
15 changes: 0 additions & 15 deletions generator/generator_config.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -2471,21 +2471,6 @@ service {
retryable_status_codes: ["kUnavailable"]
}
# Generative Language
service {
service_proto_path: "google/ai/generativelanguage/v1/generative_service.proto"
product_path: "google/cloud/generativelanguage/v1"
initial_copyright_year: "2024"
retryable_status_codes: ["kUnavailable"]
}
service {
service_proto_path: "google/ai/generativelanguage/v1/model_service.proto"
product_path: "google/cloud/generativelanguage/v1"
initial_copyright_year: "2024"
retryable_status_codes: ["kUnavailable"]
}
# GKE Backup
service {
service_proto_path: "google/cloud/gkebackup/v1/gkebackup.proto"
Expand Down
31 changes: 0 additions & 31 deletions google/cloud/generativelanguage/BUILD.bazel

This file was deleted.

35 changes: 0 additions & 35 deletions google/cloud/generativelanguage/CMakeLists.txt

This file was deleted.

65 changes: 0 additions & 65 deletions google/cloud/generativelanguage/README.md

This file was deleted.

54 changes: 0 additions & 54 deletions google/cloud/generativelanguage/doc/environment-variables.dox

This file was deleted.

53 changes: 0 additions & 53 deletions google/cloud/generativelanguage/doc/main.dox

This file was deleted.

10 changes: 0 additions & 10 deletions google/cloud/generativelanguage/doc/options.dox

This file was deleted.

Loading

0 comments on commit 1a7947d

Please sign in to comment.