Skip to content

Commit be6b1af

Browse files
chore: release main
1 parent f4d2243 commit be6b1af

File tree

8 files changed

+38
-8
lines changed

8 files changed

+38
-8
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"packages/google-cloud-financialservices": "0.1.2",
9696
"packages/google-cloud-functions": "1.20.4",
9797
"packages/google-cloud-gdchardwaremanagement": "0.1.12",
98-
"packages/google-cloud-geminidataanalytics": "0.1.0",
98+
"packages/google-cloud-geminidataanalytics": "0.2.0",
9999
"packages/google-cloud-gke-backup": "0.5.19",
100100
"packages/google-cloud-gke-connect-gateway": "0.10.4",
101101
"packages/google-cloud-gke-hub": "1.17.3",
@@ -108,7 +108,7 @@
108108
"packages/google-cloud-kms": "3.5.1",
109109
"packages/google-cloud-kms-inventory": "0.2.15",
110110
"packages/google-cloud-language": "2.17.2",
111-
"packages/google-cloud-licensemanager": "0.0.0",
111+
"packages/google-cloud-licensemanager": "0.1.0",
112112
"packages/google-cloud-life-sciences": "0.9.18",
113113
"packages/google-cloud-lustre": "0.1.1",
114114
"packages/google-cloud-maintenance-api": "0.1.0",

packages/google-cloud-geminidataanalytics/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-geminidataanalytics-v0.1.0...google-cloud-geminidataanalytics-v0.2.0) (2025-07-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Correct the resource reference type for the parent field in data_chat_service proto
9+
10+
### Features
11+
12+
* Add `setIAM` and `getIAM` methods for managing agent sharing ([b803c39](https://github.com/googleapis/google-cloud-python/commit/b803c3910c141e39d8982947b11c7ebc5ac8c3fe))
13+
14+
15+
### Bug Fixes
16+
17+
* Correct the resource reference type for the parent field in data_chat_service proto ([b803c39](https://github.com/googleapis/google-cloud-python/commit/b803c3910c141e39d8982947b11c7ebc5ac8c3fe))
18+
19+
20+
### Documentation
21+
22+
* Update comments for multiple fields in Gemini Data Analytics API ([b803c39](https://github.com/googleapis/google-cloud-python/commit/b803c3910c141e39d8982947b11c7ebc5ac8c3fe))
23+
324
## 0.1.0 (2025-06-19)
425

526

packages/google-cloud-geminidataanalytics/google/cloud/geminidataanalytics/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.2.0" # {x-release-please-version}

packages/google-cloud-geminidataanalytics/google/cloud/geminidataanalytics_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.2.0" # {x-release-please-version}

packages/google-cloud-geminidataanalytics/samples/generated_samples/snippet_metadata_google.cloud.geminidataanalytics.v1alpha.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-geminidataanalytics",
11-
"version": "0.1.0"
11+
"version": "0.2.0"
1212
},
1313
"snippets": [
1414
{
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# Changelog
1+
# Changelog
2+
3+
## 0.1.0 (2025-07-16)
4+
5+
6+
### Features
7+
8+
* add initial files for google.cloud.licensemanager.v1 ([#14087](https://github.com/googleapis/google-cloud-python/issues/14087)) ([aba2464](https://github.com/googleapis/google-cloud-python/commit/aba2464dab1f96baef4bf776cca2c2d532ab2ff8))
9+
10+
## Changelog

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.0.0" # {x-release-please-version}
17+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-cloud-licensemanager/google/cloud/licensemanager_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.0.0" # {x-release-please-version}
17+
__version__ = "0.1.0" # {x-release-please-version}

0 commit comments

Comments
 (0)