Skip to content

Commit

Permalink
chore: release main (#12962)
Browse files Browse the repository at this point in the history
This release is too large to preview in the pull request body. View the
full release notes here:
https://github.com/googleapis/google-cloud-python/blob/release-please--branches--main--release-notes/release-notes.md

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: omair <omairn@google.com>
  • Loading branch information
3 people authored Jul 30, 2024
1 parent 52db52e commit c4bedbf
Show file tree
Hide file tree
Showing 1,012 changed files with 2,662 additions and 1,090 deletions.
394 changes: 197 additions & 197 deletions .release-please-manifest.json

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/google-ads-admanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/googleapis/google-cloud-python/compare/google-ads-admanager-v0.1.1...google-ads-admanager-v0.1.2) (2024-07-30)


### Bug Fixes

* Retry and timeout values do not propagate in requests during pagination ([c6eeae0](https://github.com/googleapis/google-cloud-python/commit/c6eeae00de802d98badd3de879ce5e870ba60a3a))

## [0.1.1](https://github.com/googleapis/google-cloud-python/compare/google-ads-admanager-v0.1.0...google-ads-admanager-v0.1.1) (2024-07-08)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.2" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.2" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-ads-admanager",
"version": "0.1.0"
"version": "0.1.2"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-ai-generativelanguage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.8](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.6.7...google-ai-generativelanguage-v0.6.8) (2024-07-30)


### Bug Fixes

* Retry and timeout values do not propagate in requests during pagination ([c6eeae0](https://github.com/googleapis/google-cloud-python/commit/c6eeae00de802d98badd3de879ce5e870ba60a3a))

## [0.6.7](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.6.6...google-ai-generativelanguage-v0.6.7) (2024-07-08)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.6.8" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.6.8" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.6.8" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Document(proto.Message):
Attributes:
name (str):
Immutable. Identifier. The ``Document`` resource name. The
ID (name excluding the "corpora/*/documents/" prefix) can
ID (name excluding the `corpora/*/documents/` prefix) can
contain up to 40 characters that are lowercase alphanumeric
or dashes (-). The ID cannot start or end with a dash. If
the name is empty on create, a unique name will be derived
Expand Down Expand Up @@ -315,7 +315,7 @@ class Chunk(proto.Message):
Attributes:
name (str):
Immutable. Identifier. The ``Chunk`` resource name. The ID
(name excluding the "corpora/*/documents/*/chunks/" prefix)
(name excluding the `corpora/*/documents/*/chunks/` prefix)
can contain up to 40 characters that are lowercase
alphanumeric or dashes (-). The ID cannot start or end with
a dash. If the name is empty on create, a random
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.6.8" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.6.8" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,11 @@ async def sample_create_permission():
role is a superset of the previous
role's permitted operations:
- reader can use the resource (e.g.
- reader can use the resource (e.g.
tuned model) for inference
- writer has reader's permissions and
- writer has reader's permissions and
additionally can edit and share
- owner has writer's permissions and
- owner has writer's permissions and
additionally can delete
"""
Expand Down Expand Up @@ -483,11 +483,11 @@ async def sample_get_permission():
role is a superset of the previous
role's permitted operations:
- reader can use the resource (e.g.
- reader can use the resource (e.g.
tuned model) for inference
- writer has reader's permissions and
- writer has reader's permissions and
additionally can edit and share
- owner has writer's permissions and
- owner has writer's permissions and
additionally can delete
"""
Expand Down Expand Up @@ -743,11 +743,11 @@ async def sample_update_permission():
role is a superset of the previous
role's permitted operations:
- reader can use the resource (e.g.
- reader can use the resource (e.g.
tuned model) for inference
- writer has reader's permissions and
- writer has reader's permissions and
additionally can edit and share
- owner has writer's permissions and
- owner has writer's permissions and
additionally can delete
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -781,11 +781,11 @@ def sample_create_permission():
role is a superset of the previous
role's permitted operations:
- reader can use the resource (e.g.
- reader can use the resource (e.g.
tuned model) for inference
- writer has reader's permissions and
- writer has reader's permissions and
additionally can edit and share
- owner has writer's permissions and
- owner has writer's permissions and
additionally can delete
"""
Expand Down Expand Up @@ -909,11 +909,11 @@ def sample_get_permission():
role is a superset of the previous
role's permitted operations:
- reader can use the resource (e.g.
- reader can use the resource (e.g.
tuned model) for inference
- writer has reader's permissions and
- writer has reader's permissions and
additionally can edit and share
- owner has writer's permissions and
- owner has writer's permissions and
additionally can delete
"""
Expand Down Expand Up @@ -1163,11 +1163,11 @@ def sample_update_permission():
role is a superset of the previous
role's permitted operations:
- reader can use the resource (e.g.
- reader can use the resource (e.g.
tuned model) for inference
- writer has reader's permissions and
- writer has reader's permissions and
additionally can edit and share
- owner has writer's permissions and
- owner has writer's permissions and
additionally can delete
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,11 @@ def __call__(
role is a superset of the previous
role's permitted operations:
- reader can use the resource (e.g.
- reader can use the resource (e.g.
tuned model) for inference
- writer has reader's permissions and
- writer has reader's permissions and
additionally can edit and share
- owner has writer's permissions and
- owner has writer's permissions and
additionally can delete
"""
Expand Down Expand Up @@ -588,11 +588,11 @@ def __call__(
role is a superset of the previous
role's permitted operations:
- reader can use the resource (e.g.
- reader can use the resource (e.g.
tuned model) for inference
- writer has reader's permissions and
- writer has reader's permissions and
additionally can edit and share
- owner has writer's permissions and
- owner has writer's permissions and
additionally can delete
"""
Expand Down Expand Up @@ -882,11 +882,11 @@ def __call__(
role is a superset of the previous
role's permitted operations:
- reader can use the resource (e.g.
- reader can use the resource (e.g.
tuned model) for inference
- writer has reader's permissions and
- writer has reader's permissions and
additionally can edit and share
- owner has writer's permissions and
- owner has writer's permissions and
additionally can delete
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ class Permission(proto.Message):
There are three concentric roles. Each role is a superset of the
previous role's permitted operations:
- reader can use the resource (e.g. tuned model) for inference
- writer has reader's permissions and additionally can edit and
- reader can use the resource (e.g. tuned model) for inference
- writer has reader's permissions and additionally can edit and
share
- owner has writer's permissions and additionally can delete
- owner has writer's permissions and additionally can delete
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-ai-generativelanguage",
"version": "0.1.0"
"version": "0.6.8"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-ai-generativelanguage",
"version": "0.1.0"
"version": "0.6.8"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-ai-generativelanguage",
"version": "0.1.0"
"version": "0.6.8"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-ai-generativelanguage",
"version": "0.1.0"
"version": "0.6.8"
},
"snippets": [
{
Expand Down
23 changes: 23 additions & 0 deletions packages/google-analytics-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.22.9](https://github.com/googleapis/google-cloud-python/compare/google-analytics-admin-v0.22.8...google-analytics-admin-v0.22.9) (2024-07-30)


### Features

* [google-analytics-admin] add GetKeyEvent, CreateKeyEvent, ListKeyEvents, UpdateKeyEvent, DeleteKeyEvent methods to the Admin API v1beta ([7b156ee](https://github.com/googleapis/google-cloud-python/commit/7b156ee7b233afc0f5f2050df7c654cad82772c9))
* add the `default_conversion_value` field to the `ConversionEvent` resource in the Admin API v1beta ([7b156ee](https://github.com/googleapis/google-cloud-python/commit/7b156ee7b233afc0f5f2050df7c654cad82772c9))
* add the `gmp_organization` field to the `Account` resource in the Admin API v1beta ([7b156ee](https://github.com/googleapis/google-cloud-python/commit/7b156ee7b233afc0f5f2050df7c654cad82772c9))
* add the `include_all_users` and `expand_groups` fields to the `RunAccessReportRequest` resource in the Admin API v1beta ([7b156ee](https://github.com/googleapis/google-cloud-python/commit/7b156ee7b233afc0f5f2050df7c654cad82772c9))
* mark `GetConversionEvent`, `CreateConversionEvent`, `ListConversionEvents`, `UpdateConversionEvent`, `DeleteConversionEvent` methods as deprecated in the Admin API v1beta ([7b156ee](https://github.com/googleapis/google-cloud-python/commit/7b156ee7b233afc0f5f2050df7c654cad82772c9))


### Bug Fixes

* Retry and timeout values do not propagate in requests during pagination ([c6eeae0](https://github.com/googleapis/google-cloud-python/commit/c6eeae00de802d98badd3de879ce5e870ba60a3a))


### Documentation

* change comment for field `property_type` in message `Property` ([7b156ee](https://github.com/googleapis/google-cloud-python/commit/7b156ee7b233afc0f5f2050df7c654cad82772c9))
* change comment for methods `DeleteAccount`, `DeleteProperty`, and `RunAccessReport` in service `AnalyticsAdminService` ([7b156ee](https://github.com/googleapis/google-cloud-python/commit/7b156ee7b233afc0f5f2050df7c654cad82772c9))
* change comment in fields `account` and `property` in message `SearchChangeHistoryEventsRequest` ([7b156ee](https://github.com/googleapis/google-cloud-python/commit/7b156ee7b233afc0f5f2050df7c654cad82772c9))

## [0.22.8](https://github.com/googleapis/google-cloud-python/compare/google-analytics-admin-v0.22.7...google-analytics-admin-v0.22.8) (2024-07-08)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.22.9" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.22.9" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -10853,7 +10853,7 @@ async def create_calculated_metric(
metric's resource name.
This value should be 1-80 characters and valid
characters are /[a-zA-Z0-9_]/, no spaces allowed.
characters are `[a-zA-Z0-9_]`, no spaces allowed.
calculated_metric_id must be unique between all
calculated metrics under a property. The
calculated_metric_id is used when referencing this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11425,7 +11425,7 @@ def create_calculated_metric(
metric's resource name.

This value should be 1-80 characters and valid
characters are /[a-zA-Z0-9_]/, no spaces allowed.
characters are `[a-zA-Z0-9_]`, no spaces allowed.
calculated_metric_id must be unique between all
calculated metrics under a property. The
calculated_metric_id is used when referencing this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ class CreateCalculatedMetricRequest(proto.Message):
resource name.
This value should be 1-80 characters and valid characters
are /[a-zA-Z0-9_]/, no spaces allowed. calculated_metric_id
are `[a-zA-Z0-9_]`, no spaces allowed. calculated_metric_id
must be unique between all calculated metrics under a
property. The calculated_metric_id is used when referencing
this calculated metric from external APIs, for example,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.22.9" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-analytics-admin",
"version": "0.1.0"
"version": "0.22.9"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-analytics-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.18.10](https://github.com/googleapis/google-cloud-python/compare/google-analytics-data-v0.18.9...google-analytics-data-v0.18.10) (2024-07-30)


### Bug Fixes

* Retry and timeout values do not propagate in requests during pagination ([c6eeae0](https://github.com/googleapis/google-cloud-python/commit/c6eeae00de802d98badd3de879ce5e870ba60a3a))

## [0.18.9](https://github.com/googleapis/google-cloud-python/compare/google-analytics-data-v0.18.8...google-analytics-data-v0.18.9) (2024-07-08)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.18.10" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.18.10" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.18.10" # {x-release-please-version}
Loading

0 comments on commit c4bedbf

Please sign in to comment.