Skip to content

Commit

Permalink
feat: [google-cloud-redis-cluster] [Memorystore for Redis Cluster] Ad…
Browse files Browse the repository at this point in the history
…ded support for maintenance window and rescheduling maintenance (#13438)

- [ ] Regenerate this pull request now.

BEGIN_COMMIT_OVERRIDE
feat: [Memorystore for Redis Cluster] Added support for maintenance
window and rescheduling maintenance
feat: [Memorystore for Redis Cluster] Added support for Backups and
Backup Collections
feat: [Memorystore for Redis Cluster] Added support for Multiple VPCs
feat: [Memorystore for Redis Cluster] Added support for Cross Cluster
Replication
feat: [Memorystore for Redis Cluster] Added support for CMEK
feat: New REQUIRED field `service_attachment` in message
`.google.cloud.redis.cluster.v1beta1.PscConnection`
fix: Changed field behavior for an existing field `psc_connection_id` in
message `.google.cloud.redis.cluster.v1beta1.PscConnection`
fix: Changed field behavior for an existing field `address` in message
`.google.cloud.redis.cluster.v1beta1.PscConnection`
fix: Changed field behavior for an existing field `forwarding_rule` in
message `.google.cloud.redis.cluster.v1beta1.PscConnection`
fix: Changed field behavior for an existing field `network` in message
`.google.cloud.redis.cluster.v1beta1.PscConnection`
docs: A comment for enum value `NODE_TYPE_UNSPECIFIED` in enum
`NodeType` is changed
docs: A comment for field `name` in message
`.google.cloud.redis.cluster.v1beta1.Cluster` is changed
docs: A comment for field `shard_count` in message
`.google.cloud.redis.cluster.v1beta1.Cluster` is changed
docs: A comment for field `psc_configs` in message
`.google.cloud.redis.cluster.v1beta1.Cluster` is changed
docs: A comment for field `psc_connections` in message
`.google.cloud.redis.cluster.v1beta1.Cluster` is changed
docs: A comment for field `psc_connection_id` in message
`.google.cloud.redis.cluster.v1beta1.PscConnection` is changed
docs: A comment for field `address` in message
`.google.cloud.redis.cluster.v1beta1.PscConnection` is changed
docs: A comment for field `forwarding_rule` in message
`.google.cloud.redis.cluster.v1beta1.PscConnection` is changed
docs: A comment for field `project_id` in message
`.google.cloud.redis.cluster.v1beta1.PscConnection` is changed
docs: A comment for field `network` in message
`.google.cloud.redis.cluster.v1beta1.PscConnection` is changed
docs: A comment for enum value `ALWAYS` in enum `AppendFsync` is changed

END_COMMIT_OVERRIDE



PiperOrigin-RevId: 715144046

Source-Link:
googleapis/googleapis@ee799bd

Source-Link:
googleapis/googleapis-gen@2a4423f
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJlZGlzLWNsdXN0ZXIvLk93bEJvdC55YW1sIiwiaCI6IjJhNDQyM2YyMDA2MDk4NGVjMTk3NjUyZGJkMmJmNWM1MmNjNDRiZGQifQ==

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 14, 2025
1 parent c711dc5 commit f551999
Show file tree
Hide file tree
Showing 39 changed files with 17,231 additions and 1,840 deletions.
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.1.11" # {x-release-please-version}
__version__ = "0.0.0" # {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.1.11" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,45 @@
)
from .types.cloud_redis_cluster import (
AuthorizationMode,
AutomatedBackupConfig,
Backup,
BackupClusterRequest,
BackupCollection,
BackupFile,
CertificateAuthority,
Cluster,
ClusterEndpoint,
ClusterMaintenancePolicy,
ClusterMaintenanceSchedule,
ClusterPersistenceConfig,
ClusterWeeklyMaintenanceWindow,
ConnectionDetail,
ConnectionType,
CreateClusterRequest,
CrossClusterReplicationConfig,
DeleteBackupRequest,
DeleteClusterRequest,
DiscoveryEndpoint,
EncryptionInfo,
ExportBackupRequest,
GetBackupCollectionRequest,
GetBackupRequest,
GetClusterCertificateAuthorityRequest,
GetClusterRequest,
ListBackupCollectionsRequest,
ListBackupCollectionsResponse,
ListBackupsRequest,
ListBackupsResponse,
ListClustersRequest,
ListClustersResponse,
NodeType,
OperationMetadata,
PscAutoConnection,
PscConfig,
PscConnection,
PscConnectionStatus,
PscServiceAttachment,
RescheduleClusterMaintenanceRequest,
TransitEncryptionMode,
UpdateClusterRequest,
ZoneDistributionConfig,
Expand All @@ -46,21 +71,46 @@
__all__ = (
"CloudRedisClusterAsyncClient",
"AuthorizationMode",
"AutomatedBackupConfig",
"Backup",
"BackupClusterRequest",
"BackupCollection",
"BackupFile",
"CertificateAuthority",
"CloudRedisClusterClient",
"Cluster",
"ClusterEndpoint",
"ClusterMaintenancePolicy",
"ClusterMaintenanceSchedule",
"ClusterPersistenceConfig",
"ClusterWeeklyMaintenanceWindow",
"ConnectionDetail",
"ConnectionType",
"CreateClusterRequest",
"CrossClusterReplicationConfig",
"DeleteBackupRequest",
"DeleteClusterRequest",
"DiscoveryEndpoint",
"EncryptionInfo",
"ExportBackupRequest",
"GetBackupCollectionRequest",
"GetBackupRequest",
"GetClusterCertificateAuthorityRequest",
"GetClusterRequest",
"ListBackupCollectionsRequest",
"ListBackupCollectionsResponse",
"ListBackupsRequest",
"ListBackupsResponse",
"ListClustersRequest",
"ListClustersResponse",
"NodeType",
"OperationMetadata",
"PscAutoConnection",
"PscConfig",
"PscConnection",
"PscConnectionStatus",
"PscServiceAttachment",
"RescheduleClusterMaintenanceRequest",
"TransitEncryptionMode",
"UpdateClusterRequest",
"ZoneDistributionConfig",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,41 @@
"grpc": {
"libraryClient": "CloudRedisClusterClient",
"rpcs": {
"BackupCluster": {
"methods": [
"backup_cluster"
]
},
"CreateCluster": {
"methods": [
"create_cluster"
]
},
"DeleteBackup": {
"methods": [
"delete_backup"
]
},
"DeleteCluster": {
"methods": [
"delete_cluster"
]
},
"ExportBackup": {
"methods": [
"export_backup"
]
},
"GetBackup": {
"methods": [
"get_backup"
]
},
"GetBackupCollection": {
"methods": [
"get_backup_collection"
]
},
"GetCluster": {
"methods": [
"get_cluster"
Expand All @@ -30,11 +55,26 @@
"get_cluster_certificate_authority"
]
},
"ListBackupCollections": {
"methods": [
"list_backup_collections"
]
},
"ListBackups": {
"methods": [
"list_backups"
]
},
"ListClusters": {
"methods": [
"list_clusters"
]
},
"RescheduleClusterMaintenance": {
"methods": [
"reschedule_cluster_maintenance"
]
},
"UpdateCluster": {
"methods": [
"update_cluster"
Expand All @@ -45,16 +85,41 @@
"grpc-async": {
"libraryClient": "CloudRedisClusterAsyncClient",
"rpcs": {
"BackupCluster": {
"methods": [
"backup_cluster"
]
},
"CreateCluster": {
"methods": [
"create_cluster"
]
},
"DeleteBackup": {
"methods": [
"delete_backup"
]
},
"DeleteCluster": {
"methods": [
"delete_cluster"
]
},
"ExportBackup": {
"methods": [
"export_backup"
]
},
"GetBackup": {
"methods": [
"get_backup"
]
},
"GetBackupCollection": {
"methods": [
"get_backup_collection"
]
},
"GetCluster": {
"methods": [
"get_cluster"
Expand All @@ -65,11 +130,26 @@
"get_cluster_certificate_authority"
]
},
"ListBackupCollections": {
"methods": [
"list_backup_collections"
]
},
"ListBackups": {
"methods": [
"list_backups"
]
},
"ListClusters": {
"methods": [
"list_clusters"
]
},
"RescheduleClusterMaintenance": {
"methods": [
"reschedule_cluster_maintenance"
]
},
"UpdateCluster": {
"methods": [
"update_cluster"
Expand All @@ -80,16 +160,41 @@
"rest": {
"libraryClient": "CloudRedisClusterClient",
"rpcs": {
"BackupCluster": {
"methods": [
"backup_cluster"
]
},
"CreateCluster": {
"methods": [
"create_cluster"
]
},
"DeleteBackup": {
"methods": [
"delete_backup"
]
},
"DeleteCluster": {
"methods": [
"delete_cluster"
]
},
"ExportBackup": {
"methods": [
"export_backup"
]
},
"GetBackup": {
"methods": [
"get_backup"
]
},
"GetBackupCollection": {
"methods": [
"get_backup_collection"
]
},
"GetCluster": {
"methods": [
"get_cluster"
Expand All @@ -100,11 +205,26 @@
"get_cluster_certificate_authority"
]
},
"ListBackupCollections": {
"methods": [
"list_backup_collections"
]
},
"ListBackups": {
"methods": [
"list_backups"
]
},
"ListClusters": {
"methods": [
"list_clusters"
]
},
"RescheduleClusterMaintenance": {
"methods": [
"reschedule_cluster_maintenance"
]
},
"UpdateCluster": {
"methods": [
"update_cluster"
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.1.11" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Loading

0 comments on commit f551999

Please # to comment.