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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ module V1
# @!attribute [r] cloud_sql_instance_backup_plan_association_properties
# @return [::Google::Cloud::BackupDR::V1::CloudSqlInstanceBackupPlanAssociationProperties]
# Output only. Cloud SQL instance's backup plan association properties.
#
# Note: The following fields are mutually exclusive: `cloud_sql_instance_backup_plan_association_properties`, `alloydb_cluster_backup_plan_association_properties`. If a field in that set is populated, all other fields in the set will automatically be cleared.
# @!attribute [r] alloydb_cluster_backup_plan_association_properties
# @return [::Google::Cloud::BackupDR::V1::AlloyDBClusterBackupPlanAssociationProperties]
# Output only. AlloyDB cluster's backup plan association properties.
#
# Note: The following fields are mutually exclusive: `alloydb_cluster_backup_plan_association_properties`, `cloud_sql_instance_backup_plan_association_properties`. If a field in that set is populated, all other fields in the set will automatically be cleared.
# @!attribute [r] backup_plan_revision_id
# @return [::String]
# Output only. The user friendly revision ID of the `BackupPlanRevision`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ class AlloyDbClusterBackupProperties
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Properties for an AlloyDB cluster backup plan association.
# @!attribute [r] cluster_uid
# @return [::String]
# Output only. The cluster UID of the AlloyDB cluster.
class AlloyDBClusterBackupPlanAssociationProperties
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
end
end
end
Expand Down
Loading