Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions src/google/events/cloud/alloydb/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.events.cloud.alloydb import gapic_version as package_version

__version__ = package_version.__version__



from google.events.cloud.alloydb_v1.types.data import AutomatedBackupPolicy
from google.events.cloud.alloydb_v1.types.data import Backup
from google.events.cloud.alloydb_v1.types.data import BackupEventData
from google.events.cloud.alloydb_v1.types.data import BackupSource
from google.events.cloud.alloydb_v1.types.data import Cluster
from google.events.cloud.alloydb_v1.types.data import ClusterEventData
from google.events.cloud.alloydb_v1.types.data import EncryptionConfig
from google.events.cloud.alloydb_v1.types.data import EncryptionInfo
from google.events.cloud.alloydb_v1.types.data import Instance
from google.events.cloud.alloydb_v1.types.data import InstanceEventData
from google.events.cloud.alloydb_v1.types.data import MigrationSource
from google.events.cloud.alloydb_v1.types.data import SslConfig
from google.events.cloud.alloydb_v1.types.data import UserPassword
from google.events.cloud.alloydb_v1.types.data import DatabaseVersion

__all__ = ('AutomatedBackupPolicy',
'Backup',
'BackupEventData',
'BackupSource',
'Cluster',
'ClusterEventData',
'EncryptionConfig',
'EncryptionInfo',
'Instance',
'InstanceEventData',
'MigrationSource',
'SslConfig',
'UserPassword',
'DatabaseVersion',
)
16 changes: 16 additions & 0 deletions src/google/events/cloud/alloydb/gapic_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.0" # {x-release-please-version}
2 changes: 2 additions & 0 deletions src/google/events/cloud/alloydb/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Marker file for PEP 561.
# The google-events-cloud-alloydb package uses inline types.
52 changes: 52 additions & 0 deletions src/google/events/cloud/alloydb_v1/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.events.cloud.alloydb_v1 import gapic_version as package_version

__version__ = package_version.__version__



from .types.data import AutomatedBackupPolicy
from .types.data import Backup
from .types.data import BackupEventData
from .types.data import BackupSource
from .types.data import Cluster
from .types.data import ClusterEventData
from .types.data import EncryptionConfig
from .types.data import EncryptionInfo
from .types.data import Instance
from .types.data import InstanceEventData
from .types.data import MigrationSource
from .types.data import SslConfig
from .types.data import UserPassword
from .types.data import DatabaseVersion

__all__ = (
'AutomatedBackupPolicy',
'Backup',
'BackupEventData',
'BackupSource',
'Cluster',
'ClusterEventData',
'DatabaseVersion',
'EncryptionConfig',
'EncryptionInfo',
'Instance',
'InstanceEventData',
'MigrationSource',
'SslConfig',
'UserPassword',
)
16 changes: 16 additions & 0 deletions src/google/events/cloud/alloydb_v1/gapic_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.0" # {x-release-please-version}
2 changes: 2 additions & 0 deletions src/google/events/cloud/alloydb_v1/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Marker file for PEP 561.
# The google-events-cloud-alloydb package uses inline types.
15 changes: 15 additions & 0 deletions src/google/events/cloud/alloydb_v1/services/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
48 changes: 48 additions & 0 deletions src/google/events/cloud/alloydb_v1/types/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
from .data import (
AutomatedBackupPolicy,
Backup,
BackupEventData,
BackupSource,
Cluster,
ClusterEventData,
EncryptionConfig,
EncryptionInfo,
Instance,
InstanceEventData,
MigrationSource,
SslConfig,
UserPassword,
DatabaseVersion,
)

__all__ = (
'AutomatedBackupPolicy',
'Backup',
'BackupEventData',
'BackupSource',
'Cluster',
'ClusterEventData',
'EncryptionConfig',
'EncryptionInfo',
'Instance',
'InstanceEventData',
'MigrationSource',
'SslConfig',
'UserPassword',
'DatabaseVersion',
)
Loading