Skip to content

Commit 673b3a2

Browse files
feat: [google-cloud-alloydb-connectors] Sync AlloyDB API changes from HEAD to stable (googleapis#13894)
BEGIN_COMMIT_OVERRIDE feat: Sync AlloyDB API changes from HEAD to stable feat: Add new CSQL API for supporting Cluster creation from Cloud SQL feat: Add new methods for exporting, importing and upgrade Cluster operations feat: Add new fields to support observability configurations, machine types and PSC related configs docs: A comment for field `encryption_config` in message `.google.cloud.alloydb.v1.AutomatedBackupPolicy` is changed docs: A comment for field `encryption_config` in message `.google.cloud.alloydb.v1.ContinuousBackupConfig` is changed docs: A comment for message `Instance` is changed docs: A comment for field `zone_id` in message `.google.cloud.alloydb.v1.Instance` is changed docs: A comment for field `id` in message `.google.cloud.alloydb.v1.Instance` is changed docs: A comment for field `ip` in message `.google.cloud.alloydb.v1.Instance` is changed docs: A comment for field `state` in message `.google.cloud.alloydb.v1.Instance` is changed docs: A comment for field `database_flags` in message `.google.cloud.alloydb.v1.Instance` is changed docs: A comment for field `user` in message `.google.cloud.alloydb.v1.ExecuteSqlRequest` is changed docs: A comment for field `use_metadata_exchange` in message `.google.cloud.alloydb.v1.GenerateClientCertificateRequest` is changed docs: A comment for field `requested_cancellation` in message `.google.cloud.alloydb.v1.OperationMetadata` is changed END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. feat: Add new CSQL API for supporting Cluster creation from Cloud SQL feat: Add new methods for exporting, importing and upgrade Cluster operations feat: Add new fields to support observability configurations, machine types and PSC related configs docs: A comment for field `encryption_config` in message `.google.cloud.alloydb.v1.AutomatedBackupPolicy` is changed docs: A comment for field `encryption_config` in message `.google.cloud.alloydb.v1.ContinuousBackupConfig` is changed docs: A comment for message `Instance` is changed docs: A comment for field `zone_id` in message `.google.cloud.alloydb.v1.Instance` is changed docs: A comment for field `id` in message `.google.cloud.alloydb.v1.Instance` is changed docs: A comment for field `ip` in message `.google.cloud.alloydb.v1.Instance` is changed docs: A comment for field `state` in message `.google.cloud.alloydb.v1.Instance` is changed docs: A comment for field `database_flags` in message `.google.cloud.alloydb.v1.Instance` is changed docs: A comment for field `user` in message `.google.cloud.alloydb.v1.ExecuteSqlRequest` is changed docs: A comment for field `use_metadata_exchange` in message `.google.cloud.alloydb.v1.GenerateClientCertificateRequest` is changed docs: A comment for field `requested_cancellation` in message `.google.cloud.alloydb.v1.OperationMetadata` is changed PiperOrigin-RevId: 757903570 Source-Link: googleapis/googleapis@809eb53 Source-Link: https://github.com/googleapis/googleapis-gen/commit/7b4500dffccde37372af17c6ee07a3332720fde2 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFsbG95ZGItY29ubmVjdG9ycy8uT3dsQm90LnlhbWwiLCJoIjoiN2I0NTAwZGZmY2NkZTM3MzcyYWYxN2M2ZWUwN2EzMzMyNzIwZmRlMiJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent bd0cd8f commit 673b3a2

File tree

23 files changed

+835
-0
lines changed

23 files changed

+835
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Services for Google Cloud Alloydb Connectors v1alpha API
2+
========================================================
3+
.. toctree::
4+
:maxdepth: 2
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Types for Google Cloud Alloydb Connectors v1alpha API
2+
=====================================================
3+
4+
.. automodule:: google.cloud.alloydb.connectors_v1alpha.types
5+
:members:
6+
:show-inheritance:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Services for Google Cloud Alloydb Connectors v1beta API
2+
=======================================================
3+
.. toctree::
4+
:maxdepth: 2
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Types for Google Cloud Alloydb Connectors v1beta API
2+
====================================================
3+
4+
.. automodule:: google.cloud.alloydb.connectors_v1beta.types
5+
:members:
6+
:show-inheritance:

packages/google-cloud-alloydb-connectors/docs/index.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
.. include:: multiprocessing.rst
44

5+
This package includes clients for multiple versions of AlloyDB connectors.
6+
By default, you will get version ``connectors_v1``.
7+
58

69
API Reference
710
-------------
@@ -11,6 +14,22 @@ API Reference
1114
connectors_v1/services_
1215
connectors_v1/types_
1316

17+
API Reference
18+
-------------
19+
.. toctree::
20+
:maxdepth: 2
21+
22+
connectors_v1alpha/services_
23+
connectors_v1alpha/types_
24+
25+
API Reference
26+
-------------
27+
.. toctree::
28+
:maxdepth: 2
29+
30+
connectors_v1beta/services_
31+
connectors_v1beta/types_
32+
1433

1534
Changelog
1635
---------
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2025 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
from google.cloud.alloydb.connectors_v1alpha import gapic_version as package_version
17+
18+
__version__ = package_version.__version__
19+
20+
21+
from .types.resources import MetadataExchangeRequest, MetadataExchangeResponse
22+
23+
__all__ = (
24+
"MetadataExchangeRequest",
25+
"MetadataExchangeResponse",
26+
)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
3+
"language": "python",
4+
"libraryPackage": "google.cloud.alloydb.connectors_v1alpha",
5+
"protoPackage": "google.cloud.alloydb.connectors.v1alpha",
6+
"schema": "1.0"
7+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2025 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = "0.0.0" # {x-release-please-version}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Marker file for PEP 561.
2+
# The google-cloud-alloydb-connectors package uses inline types.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2025 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#

0 commit comments

Comments
 (0)