Skip to content

Commit f5a3ee3

Browse files
chore: release main (googleapis#13052)
🤖 I have created a release *beep* *boop* --- <details><summary>google-cloud-bigquery-datatransfer: 3.15.7</summary> ## [3.15.7](googleapis/google-cloud-python@google-cloud-bigquery-datatransfer-v3.15.6...google-cloud-bigquery-datatransfer-v3.15.7) (2024-09-04) ### Documentation * [google-cloud-bigquery-datatransfer] add a note to the CreateTransferConfigRequest and UpdateTransferConfigRequest to disable restricting service account usage ([googleapis#13051](googleapis#13051)) ([4136c10](googleapis@4136c10)) </details> <details><summary>google-cloud-discoveryengine: 0.12.2</summary> ## [0.12.2](googleapis/google-cloud-python@google-cloud-discoveryengine-v0.12.1...google-cloud-discoveryengine-v0.12.2) (2024-09-04) ### Features * **v1alpha:** return index status in document ([51947fb](googleapis@51947fb)) * **v1alpha:** return joined status in user event ([51947fb](googleapis@51947fb)) * **v1alpha:** return query segment in NL query understanding ([51947fb](googleapis@51947fb)) * **v1alpha:** support batch get documents metadata by uri patterns ([51947fb](googleapis@51947fb)) * **v1alpha:** support creating workspace search data stores ([51947fb](googleapis@51947fb)) * **v1beta:** allow set relevance threshold on search ([51947fb](googleapis@51947fb)) * **v1beta:** return index status in document ([51947fb](googleapis@51947fb)) * **v1beta:** return joined status in user event ([51947fb](googleapis@51947fb)) * **v1beta:** return structured document info in answers ([51947fb](googleapis@51947fb)) * **v1beta:** support batch documents purge with GCS input ([51947fb](googleapis@51947fb)) * **v1beta:** support batch get documents metadata by uri patterns ([51947fb](googleapis@51947fb)) * **v1beta:** support natural language understanding in search ([51947fb](googleapis@51947fb)) * **v1beta:** support one box search ([51947fb](googleapis@51947fb)) * **v1:** promot user event purge to v1 ([51947fb](googleapis@51947fb)) * **v1:** promote search tuning service to v1 ([51947fb](googleapis@51947fb)) * **v1:** return index status in document ([51947fb](googleapis@51947fb)) * **v1:** return joined status in user event ([51947fb](googleapis@51947fb)) * **v1:** return structured document info in answers ([51947fb](googleapis@51947fb)) * **v1:** support batch documents purge with GCS input ([51947fb](googleapis@51947fb)) * **v1:** support batch get documents metadata by uri patterns ([51947fb](googleapis@51947fb)) ### Documentation * **v1alpha:** keep the API doc up-to-date with recent changes ([51947fb](googleapis@51947fb)) * **v1beta:** keep the API doc up-to-date with recent changes ([51947fb](googleapis@51947fb)) * **v1:** keep the API doc up-to-date with recent changes ([51947fb](googleapis@51947fb)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent c28e7ca commit f5a3ee3

File tree

15 files changed

+157
-134
lines changed

15 files changed

+157
-134
lines changed

.kokoro/requirements-aoss.txt

Lines changed: 103 additions & 121 deletions
Large diffs are not rendered by default.

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"packages/google-cloud-bigquery-connection": "1.15.5",
3939
"packages/google-cloud-bigquery-data-exchange": "0.5.13",
4040
"packages/google-cloud-bigquery-datapolicies": "0.6.8",
41-
"packages/google-cloud-bigquery-datatransfer": "3.15.6",
41+
"packages/google-cloud-bigquery-datatransfer": "3.15.7",
4242
"packages/google-cloud-bigquery-logging": "1.4.5",
4343
"packages/google-cloud-bigquery-migration": "0.11.9",
4444
"packages/google-cloud-bigquery-reservation": "1.13.5",
@@ -74,7 +74,7 @@
7474
"packages/google-cloud-developerconnect": "0.1.2",
7575
"packages/google-cloud-dialogflow": "2.31.0",
7676
"packages/google-cloud-dialogflow-cx": "1.35.0",
77-
"packages/google-cloud-discoveryengine": "0.12.1",
77+
"packages/google-cloud-discoveryengine": "0.12.2",
7878
"packages/google-cloud-dlp": "3.22.0",
7979
"packages/google-cloud-dms": "1.9.5",
8080
"packages/google-cloud-documentai": "2.31.0",

packages/google-cloud-bigquery-datatransfer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-bigquery-datatransfer/#history
66

7+
## [3.15.7](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-datatransfer-v3.15.6...google-cloud-bigquery-datatransfer-v3.15.7) (2024-09-04)
8+
9+
10+
### Documentation
11+
12+
* [google-cloud-bigquery-datatransfer] add a note to the CreateTransferConfigRequest and UpdateTransferConfigRequest to disable restricting service account usage ([#13051](https://github.com/googleapis/google-cloud-python/issues/13051)) ([4136c10](https://github.com/googleapis/google-cloud-python/commit/4136c10fabc1df012b028a5d407aaec326e448b6))
13+
714
## [3.15.6](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-datatransfer-v3.15.5...google-cloud-bigquery-datatransfer-v3.15.6) (2024-08-20)
815

916

packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "3.15.7" # {x-release-please-version}

packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "3.15.7" # {x-release-please-version}

packages/google-cloud-bigquery-datatransfer/samples/generated_samples/snippet_metadata_google.cloud.bigquery.datatransfer.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-datatransfer",
11-
"version": "0.1.0"
11+
"version": "3.15.7"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-discoveryengine/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [0.12.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-discoveryengine-v0.12.1...google-cloud-discoveryengine-v0.12.2) (2024-09-04)
4+
5+
6+
### Features
7+
8+
* **v1alpha:** return index status in document ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
9+
* **v1alpha:** return joined status in user event ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
10+
* **v1alpha:** return query segment in NL query understanding ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
11+
* **v1alpha:** support batch get documents metadata by uri patterns ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
12+
* **v1alpha:** support creating workspace search data stores ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
13+
* **v1beta:** allow set relevance threshold on search ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
14+
* **v1beta:** return index status in document ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
15+
* **v1beta:** return joined status in user event ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
16+
* **v1beta:** return structured document info in answers ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
17+
* **v1beta:** support batch documents purge with GCS input ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
18+
* **v1beta:** support batch get documents metadata by uri patterns ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
19+
* **v1beta:** support natural language understanding in search ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
20+
* **v1beta:** support one box search ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
21+
* **v1:** promot user event purge to v1 ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
22+
* **v1:** promote search tuning service to v1 ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
23+
* **v1:** return index status in document ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
24+
* **v1:** return joined status in user event ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
25+
* **v1:** return structured document info in answers ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
26+
* **v1:** support batch documents purge with GCS input ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
27+
* **v1:** support batch get documents metadata by uri patterns ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
28+
29+
30+
### Documentation
31+
32+
* **v1alpha:** keep the API doc up-to-date with recent changes ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
33+
* **v1beta:** keep the API doc up-to-date with recent changes ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
34+
* **v1:** keep the API doc up-to-date with recent changes ([51947fb](https://github.com/googleapis/google-cloud-python/commit/51947fb5913a3859ee45cd66a0dbad51a84cebe9))
35+
336
## [0.12.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-discoveryengine-v0.12.0...google-cloud-discoveryengine-v0.12.1) (2024-08-08)
437

538

packages/google-cloud-discoveryengine/google/cloud/discoveryengine/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.12.2" # {x-release-please-version}

packages/google-cloud-discoveryengine/google/cloud/discoveryengine_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.12.2" # {x-release-please-version}

packages/google-cloud-discoveryengine/google/cloud/discoveryengine_v1alpha/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.12.2" # {x-release-please-version}

0 commit comments

Comments
 (0)