Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into fix-number-decode
Browse files Browse the repository at this point in the history
# Conflicts:
#	spanner/value.go
  • Loading branch information
rahul2393 committed Dec 5, 2023
2 parents 0477ce2 + 4aef6ba commit 9608e01
Show file tree
Hide file tree
Showing 67 changed files with 10,734 additions and 454 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"auth": "0.1.0",
"auth/oauth2adapt": "0.1.0",
"bigquery": "1.57.1",
"bigtable": "1.20.0",
"bigtable": "1.21.0",
"datastore": "1.15.0",
"errorreporting": "0.3.0",
"firestore": "1.14.0",
"logging": "1.8.1",
"profiler": "0.4.0",
"pubsub": "1.33.0",
"pubsublite": "1.8.1",
"spanner": "1.53.0",
"spanner": "1.53.1",
"storage": "1.35.1"
}
4 changes: 2 additions & 2 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"batch": "1.7.0",
"beyondcorp": "1.0.3",
"billing": "1.17.4",
"binaryauthorization": "1.7.3",
"binaryauthorization": "1.8.0",
"certificatemanager": "1.7.4",
"channel": "1.17.3",
"cloudbuild": "1.15.0",
Expand All @@ -45,7 +45,7 @@
"dataqna": "0.8.4",
"datastream": "1.10.3",
"deploy": "1.15.0",
"dialogflow": "1.45.0",
"dialogflow": "1.46.0",
"discoveryengine": "1.2.3",
"dlp": "1.11.1",
"documentai": "1.23.6",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.110.10"
".": "0.111.0"
}
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [0.111.0](https://github.com/googleapis/google-cloud-go/compare/v0.110.10...v0.111.0) (2023-11-29)


### Features

* **internal/trace:** Add OpenTelemetry support ([#8655](https://github.com/googleapis/google-cloud-go/issues/8655)) ([7a46b54](https://github.com/googleapis/google-cloud-go/commit/7a46b5428f239871993d66be2c7c667121f60a6f)), refs [#2205](https://github.com/googleapis/google-cloud-go/issues/2205)


### Bug Fixes

* **all:** Bump google.golang.org/api to v0.149.0 ([#8959](https://github.com/googleapis/google-cloud-go/issues/8959)) ([8d2ab9f](https://github.com/googleapis/google-cloud-go/commit/8d2ab9f320a86c1c0fab90513fc05861561d0880))

## [0.110.10](https://github.com/googleapis/google-cloud-go/compare/v0.110.9...v0.110.10) (2023-10-31)


Expand Down
16 changes: 12 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,14 @@ intend only to run integration tests on a single package.

#### GCP Setup

To run the integrations tests, creation and configuration of two projects in
To run the integrations tests, creation and configuration of three projects in
the Google Developers Console is required: one specifically for Firestore
integration tests, and another for all other integration tests. We'll refer to
these projects as "general project" and "Firestore project".
integration tests, one specifically for Bigtable integration tests, and another
for all other integration tests. We'll refer to these projects as
"Firestore project", "Bigtable project" and "general project".

Note: You can skip setting up Bigtable project if you do not plan working on or running a few Bigtable
tests that require a secondary project

After creating each project, you must [create a service account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#creatinganaccount)
for each project. Ensure the project-level **Owner**
Expand Down Expand Up @@ -118,7 +122,7 @@ Finally, in the general project, create an API key for the translate API:

#### Local Setup

Once the two projects are created and configured, set the following environment
Once the three projects are created and configured, set the following environment
variables:

- `GCLOUD_TESTS_GOLANG_PROJECT_ID`: Developers Console project's ID (e.g.
Expand All @@ -132,6 +136,7 @@ project's service account.
- `GCLOUD_TESTS_GOLANG_FIRESTORE_KEY`: The path to the JSON key file of the
Firestore project's service account.
- `GCLOUD_TESTS_API_KEY`: API key for using the Translate API created above.
- `GCLOUD_TESTS_GOLANG_SECONDARY_BIGTABLE_PROJECT_ID`: Developers Console project's ID (e.g. doorway-cliff-677) for Bigtable optional secondary project. This can be same as Firestore project or any project other than the general project.

As part of the setup that follows, the following variables will be configured:

Expand Down Expand Up @@ -219,6 +224,9 @@ For instance, in `.zshrc`:
# Developers Console project's ID (e.g. bamboo-shift-455) for the general project.
export GCLOUD_TESTS_GOLANG_PROJECT_ID=your-project

# Developers Console project's ID (e.g. bamboo-shift-455) for the Bigtable project.
export GCLOUD_TESTS_GOLANG_SECONDARY_BIGTABLE_PROJECT_ID=your-bigtable-optional-secondary-project

# The path to the JSON key file of the general project's service account.
export GCLOUD_TESTS_GOLANG_KEY=~/directory/your-project-abcd1234.json

Expand Down
180 changes: 101 additions & 79 deletions aiplatform/apiv1beta1/aiplatformpb/model.pb.go

Large diffs are not rendered by default.

Loading

0 comments on commit 9608e01

Please sign in to comment.