Skip to content

Commit 81f6e2b

Browse files
release-please[bot]partheaohmayr
authored
chore: release main (#12860)
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>
1 parent 9d1c3e7 commit 81f6e2b

1,012 files changed

Lines changed: 2550 additions & 1088 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

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

packages/google-ads-admanager/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow Protobuf 5.x ([#12863](https://github.com/googleapis/google-cloud-python/issues/12863)) ([3e6e423](https://github.com/googleapis/google-cloud-python/commit/3e6e423b86cdace8538f610941aa84c7a6217934))
9+
310
## 0.1.0 (2024-03-26)
411

512

packages/google-ads-admanager/google/ads/admanager/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.1.1" # {x-release-please-version}

packages/google-ads-admanager/google/ads/admanager_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.1.1" # {x-release-please-version}

packages/google-ads-admanager/samples/generated_samples/snippet_metadata_google.ads.admanager.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-ads-admanager",
11-
"version": "0.1.0"
11+
"version": "0.1.1"
1212
},
1313
"snippets": [
1414
{

packages/google-ai-generativelanguage/CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow Protobuf 5.x ([#12863](https://github.com/googleapis/google-cloud-python/issues/12863)) ([3e6e423](https://github.com/googleapis/google-cloud-python/commit/3e6e423b86cdace8538f610941aa84c7a6217934))
9+
310
## [0.6.6](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.6.5...google-ai-generativelanguage-v0.6.6) (2024-06-26)
411

512

packages/google-ai-generativelanguage/google/ai/generativelanguage/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.6.7" # {x-release-please-version}

packages/google-ai-generativelanguage/google/ai/generativelanguage_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.6.7" # {x-release-please-version}

packages/google-ai-generativelanguage/google/ai/generativelanguage_v1beta/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.6.7" # {x-release-please-version}

packages/google-ai-generativelanguage/google/ai/generativelanguage_v1beta/types/retriever.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Document(proto.Message):
8888
Attributes:
8989
name (str):
9090
Immutable. Identifier. The ``Document`` resource name. The
91-
ID (name excluding the "corpora/*/documents/" prefix) can
91+
ID (name excluding the `corpora/*/documents/` prefix) can
9292
contain up to 40 characters that are lowercase alphanumeric
9393
or dashes (-). The ID cannot start or end with a dash. If
9494
the name is empty on create, a unique name will be derived
@@ -315,7 +315,7 @@ class Chunk(proto.Message):
315315
Attributes:
316316
name (str):
317317
Immutable. Identifier. The ``Chunk`` resource name. The ID
318-
(name excluding the "corpora/*/documents/*/chunks/" prefix)
318+
(name excluding the `corpora/*/documents/*/chunks/` prefix)
319319
can contain up to 40 characters that are lowercase
320320
alphanumeric or dashes (-). The ID cannot start or end with
321321
a dash. If the name is empty on create, a random

0 commit comments

Comments
 (0)