Skip to content

Commit

Permalink
Merge branch 'main' into rev-scans-test-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtnewton authored Nov 30, 2023
2 parents cce3f8a + afe7c98 commit 80b51cd
Show file tree
Hide file tree
Showing 692 changed files with 101,225 additions and 16,020 deletions.
22 changes: 16 additions & 6 deletions .github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ deep-remove-regex:
- /cloudbuild/apiv1/v2/
- /cloudbuild/apiv2/
- /clouddms/apiv1/
- /cloudprofiler/apiv2/
- /cloudtasks/apiv2/
- /cloudtasks/apiv2beta2/
- /cloudtasks/apiv2beta3/
Expand Down Expand Up @@ -100,13 +101,14 @@ deep-remove-regex:
- /documentai/apiv1beta3/
- /domains/apiv1beta1/
- /edgecontainer/apiv1/
- /edgenetwork/apiv1/
# - /errorreporting/apiv1beta1/
- /essentialcontacts/apiv1/
- /eventarc/apiv1/
- /eventarc/publishing/apiv1/
- /filestore/apiv1/
- /firestore/apiv1/
# - /firestore/apiv1/admin/
- /firestore/apiv1/admin/
- /functions/apiv1/
- /functions/apiv2/
- /functions/apiv2beta/
Expand Down Expand Up @@ -178,6 +180,7 @@ deep-remove-regex:
- /internal/generated/snippets/cloudbuild/apiv1/v2/
- /internal/generated/snippets/cloudbuild/apiv2/
- /internal/generated/snippets/clouddms/apiv1/
- /internal/generated/snippets/cloudprofiler/apiv2/
- /internal/generated/snippets/cloudtasks/apiv2/
- /internal/generated/snippets/cloudtasks/apiv2beta2/
- /internal/generated/snippets/cloudtasks/apiv2beta3/
Expand Down Expand Up @@ -215,13 +218,14 @@ deep-remove-regex:
- /internal/generated/snippets/documentai/apiv1beta3/
- /internal/generated/snippets/domains/apiv1beta1/
- /internal/generated/snippets/edgecontainer/apiv1/
- /internal/generated/snippets/edgenetwork/apiv1/
# - /internal/generated/snippets/errorreporting/apiv1beta1/
- /internal/generated/snippets/essentialcontacts/apiv1/
- /internal/generated/snippets/eventarc/apiv1/
- /internal/generated/snippets/eventarc/publishing/apiv1/
- /internal/generated/snippets/filestore/apiv1/
- /internal/generated/snippets/firestore/apiv1/
# - /internal/generated/snippets/firestore/apiv1/admin/
- /internal/generated/snippets/firestore/apiv1/admin/
- /internal/generated/snippets/functions/apiv1/
- /internal/generated/snippets/functions/apiv2/
- /internal/generated/snippets/functions/apiv2beta/
Expand Down Expand Up @@ -330,6 +334,7 @@ deep-remove-regex:
- /internal/generated/snippets/support/apiv2/
- /internal/generated/snippets/talent/apiv4/
- /internal/generated/snippets/talent/apiv4beta1/
- /internal/generated/snippets/telcoautomation/apiv1/
- /internal/generated/snippets/texttospeech/apiv1/
- /internal/generated/snippets/tpu/apiv1/
- /internal/generated/snippets/trace/apiv1/
Expand Down Expand Up @@ -455,6 +460,7 @@ deep-remove-regex:
- /support/apiv2/
- /talent/apiv4/
- /talent/apiv4beta1/
- /telcoautomation/apiv1/
- /texttospeech/apiv1/
- /tpu/apiv1/
- /trace/apiv1/
Expand Down Expand Up @@ -510,8 +516,6 @@ deep-preserve-regex:
- /dataproc/apiv1/longrunning.go
- /longrunning/autogen/from_conn.go
- /containeranalysis/apiv1beta1/grafeas/.*
# Remove this once this is generated with owlbot
- /firestore/apiv1/admin/.*
# Must preserve these even though they aren't generated anymore
- /vmmigration/apiv1/iam_policy_client.go
- /datastream/apiv1/iam_policy_client.go
Expand Down Expand Up @@ -642,6 +646,8 @@ deep-copy-regex:
dest: /
- source: /google/cloud/clouddms/v1/cloud.google.com/go
dest: /
- source: /google/devtools/cloudprofiler/v2/cloud.google.com/go
dest: /
- source: /google/cloud/tasks/v2/cloud.google.com/go
dest: /
- source: /google/cloud/tasks/v2beta2/cloud.google.com/go
Expand Down Expand Up @@ -720,6 +726,8 @@ deep-copy-regex:
dest: /
- source: /google/cloud/edgecontainer/v1/cloud.google.com/go
dest: /
- source: /google/cloud/edgenetwork/v1/cloud.google.com/go
dest: /
# - source: /google/devtools/clouderrorreporting/v1beta1/cloud.google.com/go
# dest: /
- source: /google/cloud/essentialcontacts/v1/cloud.google.com/go
Expand All @@ -732,8 +740,8 @@ deep-copy-regex:
dest: /
- source: /google/firestore/v1/cloud.google.com/go
dest: /
# - source: /google/firestore/admin/v1/cloud.google.com/go
# dest: /
- source: /google/firestore/admin/v1/cloud.google.com/go
dest: /
- source: /google/cloud/functions/v1/cloud.google.com/go
dest: /
- source: /google/cloud/functions/v2/cloud.google.com/go
Expand Down Expand Up @@ -962,6 +970,8 @@ deep-copy-regex:
dest: /
- source: /google/cloud/talent/v4beta1/cloud.google.com/go
dest: /
- source: /google/cloud/telcoautomation/v1/cloud.google.com/go
dest: /
- source: /google/cloud/texttospeech/v1/cloud.google.com/go
dest: /
- source: /google/cloud/tpu/v1/cloud.google.com/go
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ assignees: ''
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
A clear and concise description of what the problem is. Ex. It would be easier to do Y if the libraries
did X [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen. What should the API be? How would you use it?
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/apidiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
apidiff:
needs: scan_changes
runs-on: ubuntu-latest
if: "!needs.scan_changes.outputs.skip && !contains(github.event.pull_request.labels.*.name, 'breaking change allowed')"
if: ${{ !needs.scan_changes.outputs.skip && !contains(github.event.pull_request.labels.*.name, 'breaking change allowed') }}
continue-on-error: true
strategy:
matrix: ${{ fromJson(needs.scan_changes.outputs.changed_dirs) }}
Expand Down Expand Up @@ -78,9 +78,11 @@ jobs:
# Only ignore Go interface additions when the PR is from OwlBot as it is
# likely a new method added to the gRPC client stub interface, which is
# non-breaking.
env:
PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}
run: |
cd ${{ matrix.changed }} && apidiff -m -incompatible ${{ steps.baseline.outputs.pkg }} . > diff.txt
if [[ ${{ github.event.pull_request.head.ref }} == owl-bot-copy ]]; then
if [[ "$PR_HEAD_REF" == owl-bot-copy ]]; then
sed -i '/: added/d' ./diff.txt
fi
cat diff.txt && ! [ -s diff.txt ]
Expand Down
4 changes: 2 additions & 2 deletions .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"profiler": "0.4.0",
"pubsub": "1.33.0",
"pubsublite": "1.8.1",
"spanner": "1.51.0",
"storage": "1.34.1"
"spanner": "1.53.0",
"storage": "1.35.1"
}
41 changes: 22 additions & 19 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"accesscontextmanager": "1.8.4",
"advisorynotifications": "1.2.3",
"ai": "0.1.4",
"aiplatform": "1.52.0",
"alloydb": "1.6.3",
"aiplatform": "1.55.0",
"alloydb": "1.7.0",
"analytics": "0.21.6",
"apigateway": "1.6.4",
"apigeeconnect": "1.6.4",
Expand All @@ -17,42 +17,44 @@
"assuredworkloads": "1.11.4",
"automl": "1.13.4",
"baremetalsolution": "1.2.3",
"batch": "1.6.3",
"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.14.3",
"cloudbuild": "1.15.0",
"clouddms": "1.7.3",
"cloudprofiler": "0.1.0",
"cloudtasks": "1.12.4",
"commerce": "0.1.3",
"compute": "1.23.3",
"compute/metadata": "0.2.3",
"confidentialcomputing": "1.3.3",
"confidentialcomputing": "1.4.0",
"config": "0.1.4",
"contactcenterinsights": "1.11.3",
"container": "1.27.1",
"contactcenterinsights": "1.12.1",
"container": "1.29.0",
"containeranalysis": "0.11.3",
"datacatalog": "1.18.3",
"datacatalog": "1.19.0",
"dataflow": "0.9.4",
"dataform": "0.9.1",
"datafusion": "1.7.4",
"datalabeling": "0.8.4",
"dataplex": "1.11.1",
"dataproc": "2.2.3",
"dataplex": "1.12.0",
"dataproc": "2.3.0",
"dataqna": "0.8.4",
"datastream": "1.10.3",
"deploy": "1.14.2",
"dialogflow": "1.44.3",
"deploy": "1.15.0",
"dialogflow": "1.46.0",
"discoveryengine": "1.2.3",
"dlp": "1.11.1",
"documentai": "1.23.5",
"documentai": "1.23.6",
"domains": "0.9.4",
"edgecontainer": "1.1.4",
"edgenetwork": "0.1.0",
"essentialcontacts": "1.6.5",
"eventarc": "1.13.3",
"filestore": "1.7.4",
"filestore": "1.8.0",
"functions": "1.15.4",
"gkebackup": "1.3.4",
"gkeconnect": "0.8.4",
Expand Down Expand Up @@ -90,30 +92,31 @@
"policytroubleshooter": "1.10.2",
"privatecatalog": "0.9.4",
"rapidmigrationassessment": "1.0.4",
"recaptchaenterprise": "2.8.3",
"recaptchaenterprise": "2.9.0",
"recommendationengine": "0.8.4",
"recommender": "1.11.3",
"redis": "1.14.1",
"resourcemanager": "1.9.4",
"resourcesettings": "1.6.4",
"retail": "1.14.4",
"run": "1.3.3",
"scheduler": "1.10.4",
"scheduler": "1.10.5",
"secretmanager": "1.11.4",
"securesourcemanager": "0.1.2",
"security": "1.15.4",
"securitycenter": "1.24.2",
"securitycenter": "1.24.3",
"servicecontrol": "1.12.4",
"servicedirectory": "1.11.3",
"servicemanagement": "1.9.5",
"serviceusage": "1.8.3",
"shell": "1.7.4",
"shopping": "0.2.2",
"speech": "1.20.1",
"speech": "1.21.0",
"storageinsights": "1.0.4",
"storagetransfer": "1.10.3",
"support": "1.0.3",
"talent": "1.6.5",
"telcoautomation": "0.1.1",
"texttospeech": "1.7.4",
"tpu": "1.6.4",
"trace": "1.10.4",
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
31 changes: 31 additions & 0 deletions aiplatform/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
# Changes


## [1.55.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.54.0...aiplatform/v1.55.0) (2023-11-27)


### Features

* **aiplatform:** Add grpc_ports to UploadModel ModelContainerSpec ([2020edf](https://github.com/googleapis/google-cloud-go/commit/2020edff24e3ffe127248cf9a90c67593c303e18))

## [1.54.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.53.0...aiplatform/v1.54.0) (2023-11-16)


### Features

* **aiplatform:** Add ComputeTokens and CountTokens API ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b))
* **aiplatform:** Add ComputeTokens API ([#8999](https://github.com/googleapis/google-cloud-go/issues/8999)) ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b))
* **aiplatform:** Add deployment_timeout to UploadModel ModelContainerSpec ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b))
* **aiplatform:** Add deployment_timeout to UploadModel ModelContainerSpec ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b))
* **aiplatform:** Add protected_artifact_location_id to CustomJob ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b))
* **aiplatform:** Add protected_artifact_location_id to CustomJob ([f2b5cbb](https://github.com/googleapis/google-cloud-go/commit/f2b5cbb35da5a4eca937a1441b6a0f1b147e072b))

## [1.53.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.52.0...aiplatform/v1.53.0) (2023-11-09)


### Features

* **aiplatform:** Add Optimized to FeatureOnlineStore ([1a16cbf](https://github.com/googleapis/google-cloud-go/commit/1a16cbf260bb673e07a05e1014868b236e510499))


### Bug Fixes

* **aiplatform:** Change CreateFeature metadata ([b44c4b3](https://github.com/googleapis/google-cloud-go/commit/b44c4b301a91e8d4d107be6056b49a8fbdac9003))

## [1.52.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.51.2...aiplatform/v1.52.0) (2023-11-01)


Expand Down
Loading

0 comments on commit 80b51cd

Please sign in to comment.