Skip to content

Commit

Permalink
fix: Allow protobuf 5.x (#1144)
Browse files Browse the repository at this point in the history
* feat: add field order_by in spanner.proto
feat: add field lock_hint in spanner.proto

PiperOrigin-RevId: 636759139

Source-Link: googleapis/googleapis@eeed69d

Source-Link: googleapis/googleapis-gen@8b4c5da
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGI0YzVkYWUyMTU3Y2Q2ODNhOTIyOWQ0MGRlOGM3MTY2NWMyMWEwYSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: Update gapic-generator-python to v1.18.0

PiperOrigin-RevId: 638650618

Source-Link: googleapis/googleapis@6330f03

Source-Link: googleapis/googleapis-gen@44fa4f1
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDRmYTRmMTk3OWRjNDVjMTc3OGZkN2NhZjEzZjhlNjFjNmQxY2FlOCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat(spanner): Add support for Cloud Spanner Scheduled Backups

PiperOrigin-RevId: 649277844

Source-Link: googleapis/googleapis@fd7efa2

Source-Link: googleapis/googleapis-gen@50be251
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTBiZTI1MTMyOWQ4ZGI1YjU1NTYyNmViZDQ4ODY3MjFmNTQ3ZDNjYyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* fix: Allow protobuf 5.x

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Sri Harsha CH <57220027+harshachinta@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
4 people authored Jul 12, 2024
1 parent ac8a004 commit 9609ad9
Show file tree
Hide file tree
Showing 40 changed files with 10,826 additions and 2,584 deletions.
20 changes: 20 additions & 0 deletions google/cloud/spanner_admin_database_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,22 @@
from .types.backup import CreateBackupMetadata
from .types.backup import CreateBackupRequest
from .types.backup import DeleteBackupRequest
from .types.backup import FullBackupSpec
from .types.backup import GetBackupRequest
from .types.backup import ListBackupOperationsRequest
from .types.backup import ListBackupOperationsResponse
from .types.backup import ListBackupsRequest
from .types.backup import ListBackupsResponse
from .types.backup import UpdateBackupRequest
from .types.backup_schedule import BackupSchedule
from .types.backup_schedule import BackupScheduleSpec
from .types.backup_schedule import CreateBackupScheduleRequest
from .types.backup_schedule import CrontabSpec
from .types.backup_schedule import DeleteBackupScheduleRequest
from .types.backup_schedule import GetBackupScheduleRequest
from .types.backup_schedule import ListBackupSchedulesRequest
from .types.backup_schedule import ListBackupSchedulesResponse
from .types.backup_schedule import UpdateBackupScheduleRequest
from .types.common import EncryptionConfig
from .types.common import EncryptionInfo
from .types.common import OperationProgress
Expand Down Expand Up @@ -70,29 +80,38 @@
"DatabaseAdminAsyncClient",
"Backup",
"BackupInfo",
"BackupSchedule",
"BackupScheduleSpec",
"CopyBackupEncryptionConfig",
"CopyBackupMetadata",
"CopyBackupRequest",
"CreateBackupEncryptionConfig",
"CreateBackupMetadata",
"CreateBackupRequest",
"CreateBackupScheduleRequest",
"CreateDatabaseMetadata",
"CreateDatabaseRequest",
"CrontabSpec",
"Database",
"DatabaseAdminClient",
"DatabaseDialect",
"DatabaseRole",
"DdlStatementActionInfo",
"DeleteBackupRequest",
"DeleteBackupScheduleRequest",
"DropDatabaseRequest",
"EncryptionConfig",
"EncryptionInfo",
"FullBackupSpec",
"GetBackupRequest",
"GetBackupScheduleRequest",
"GetDatabaseDdlRequest",
"GetDatabaseDdlResponse",
"GetDatabaseRequest",
"ListBackupOperationsRequest",
"ListBackupOperationsResponse",
"ListBackupSchedulesRequest",
"ListBackupSchedulesResponse",
"ListBackupsRequest",
"ListBackupsResponse",
"ListDatabaseOperationsRequest",
Expand All @@ -109,6 +128,7 @@
"RestoreInfo",
"RestoreSourceType",
"UpdateBackupRequest",
"UpdateBackupScheduleRequest",
"UpdateDatabaseDdlMetadata",
"UpdateDatabaseDdlRequest",
"UpdateDatabaseMetadata",
Expand Down
75 changes: 75 additions & 0 deletions google/cloud/spanner_admin_database_v1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"create_backup"
]
},
"CreateBackupSchedule": {
"methods": [
"create_backup_schedule"
]
},
"CreateDatabase": {
"methods": [
"create_database"
Expand All @@ -30,6 +35,11 @@
"delete_backup"
]
},
"DeleteBackupSchedule": {
"methods": [
"delete_backup_schedule"
]
},
"DropDatabase": {
"methods": [
"drop_database"
Expand All @@ -40,6 +50,11 @@
"get_backup"
]
},
"GetBackupSchedule": {
"methods": [
"get_backup_schedule"
]
},
"GetDatabase": {
"methods": [
"get_database"
Expand All @@ -60,6 +75,11 @@
"list_backup_operations"
]
},
"ListBackupSchedules": {
"methods": [
"list_backup_schedules"
]
},
"ListBackups": {
"methods": [
"list_backups"
Expand Down Expand Up @@ -100,6 +120,11 @@
"update_backup"
]
},
"UpdateBackupSchedule": {
"methods": [
"update_backup_schedule"
]
},
"UpdateDatabase": {
"methods": [
"update_database"
Expand All @@ -125,6 +150,11 @@
"create_backup"
]
},
"CreateBackupSchedule": {
"methods": [
"create_backup_schedule"
]
},
"CreateDatabase": {
"methods": [
"create_database"
Expand All @@ -135,6 +165,11 @@
"delete_backup"
]
},
"DeleteBackupSchedule": {
"methods": [
"delete_backup_schedule"
]
},
"DropDatabase": {
"methods": [
"drop_database"
Expand All @@ -145,6 +180,11 @@
"get_backup"
]
},
"GetBackupSchedule": {
"methods": [
"get_backup_schedule"
]
},
"GetDatabase": {
"methods": [
"get_database"
Expand All @@ -165,6 +205,11 @@
"list_backup_operations"
]
},
"ListBackupSchedules": {
"methods": [
"list_backup_schedules"
]
},
"ListBackups": {
"methods": [
"list_backups"
Expand Down Expand Up @@ -205,6 +250,11 @@
"update_backup"
]
},
"UpdateBackupSchedule": {
"methods": [
"update_backup_schedule"
]
},
"UpdateDatabase": {
"methods": [
"update_database"
Expand All @@ -230,6 +280,11 @@
"create_backup"
]
},
"CreateBackupSchedule": {
"methods": [
"create_backup_schedule"
]
},
"CreateDatabase": {
"methods": [
"create_database"
Expand All @@ -240,6 +295,11 @@
"delete_backup"
]
},
"DeleteBackupSchedule": {
"methods": [
"delete_backup_schedule"
]
},
"DropDatabase": {
"methods": [
"drop_database"
Expand All @@ -250,6 +310,11 @@
"get_backup"
]
},
"GetBackupSchedule": {
"methods": [
"get_backup_schedule"
]
},
"GetDatabase": {
"methods": [
"get_database"
Expand All @@ -270,6 +335,11 @@
"list_backup_operations"
]
},
"ListBackupSchedules": {
"methods": [
"list_backup_schedules"
]
},
"ListBackups": {
"methods": [
"list_backups"
Expand Down Expand Up @@ -310,6 +380,11 @@
"update_backup"
]
},
"UpdateBackupSchedule": {
"methods": [
"update_backup_schedule"
]
},
"UpdateDatabase": {
"methods": [
"update_database"
Expand Down
Loading

0 comments on commit 9609ad9

Please sign in to comment.