Skip to content
Closed
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
8 changes: 4 additions & 4 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-backupdr
version: 0.6.0
last_generated_commit: a17b84add8318f780fcc8a027815d5fee644b9f7
last_generated_commit: 524b2de63ab28fd96abd5a1b077f00a5503d79c4
apis:
- path: google/cloud/backupdr/v1
service_config: backupdr_v1.yaml
Expand Down Expand Up @@ -1344,7 +1344,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-databasecenter
version: 0.2.0
last_generated_commit: 9a477cd3c26a704130e2a2fb44a40281d9312e4c
last_generated_commit: 524b2de63ab28fd96abd5a1b077f00a5503d79c4
apis:
- path: google/cloud/databasecenter/v1beta
service_config: databasecenter_v1beta.yaml
Expand Down Expand Up @@ -2104,7 +2104,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-kms
version: 3.8.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
last_generated_commit: 524b2de63ab28fd96abd5a1b077f00a5503d79c4
apis:
- path: google/cloud/kms/v1
service_config: cloudkms_v1.yaml
Expand Down Expand Up @@ -4264,7 +4264,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: googleapis-common-protos
version: 1.72.0
last_generated_commit: d4a34bf03d617723146fe3ae15192c4d93981a27
last_generated_commit: 524b2de63ab28fd96abd5a1b077f00a5503d79c4
apis:
- path: google/api
service_config: serviceconfig.yaml
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
BackupDrProtectionSummary
-------------------------------------------

.. automodule:: google.cloud.backupdr_v1.services.backup_dr_protection_summary
:members:
:inherited-members:

.. automodule:: google.cloud.backupdr_v1.services.backup_dr_protection_summary.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Services for Google Cloud Backupdr v1 API
:maxdepth: 2

backup_dr
backup_dr_protection_summary
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@

from google.cloud.backupdr_v1.services.backup_dr.async_client import BackupDRAsyncClient
from google.cloud.backupdr_v1.services.backup_dr.client import BackupDRClient
from google.cloud.backupdr_v1.services.backup_dr_protection_summary.async_client import (
BackupDrProtectionSummaryAsyncClient,
)
from google.cloud.backupdr_v1.services.backup_dr_protection_summary.client import (
BackupDrProtectionSummaryClient,
)
from google.cloud.backupdr_v1.types.backupdr import (
CreateManagementServerRequest,
DeleteManagementServerRequest,
Expand Down Expand Up @@ -158,10 +164,23 @@
ListDataSourceReferencesRequest,
ListDataSourceReferencesResponse,
)
from google.cloud.backupdr_v1.types.protection_summary import (
BackupConfigDetails,
BackupDrPlanConfig,
BackupDrPlanRule,
BackupDrTemplateConfig,
BackupLocation,
ListResourceBackupConfigsRequest,
ListResourceBackupConfigsResponse,
PitrSettings,
ResourceBackupConfig,
)

__all__ = (
"BackupDRClient",
"BackupDRAsyncClient",
"BackupDrProtectionSummaryClient",
"BackupDrProtectionSummaryAsyncClient",
"CreateManagementServerRequest",
"DeleteManagementServerRequest",
"GetManagementServerRequest",
Expand Down Expand Up @@ -282,4 +301,13 @@
"GetDataSourceReferenceRequest",
"ListDataSourceReferencesRequest",
"ListDataSourceReferencesResponse",
"BackupConfigDetails",
"BackupDrPlanConfig",
"BackupDrPlanRule",
"BackupDrTemplateConfig",
"BackupLocation",
"ListResourceBackupConfigsRequest",
"ListResourceBackupConfigsResponse",
"PitrSettings",
"ResourceBackupConfig",
)
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
import importlib_metadata as metadata

from .services.backup_dr import BackupDRAsyncClient, BackupDRClient
from .services.backup_dr_protection_summary import (
BackupDrProtectionSummaryAsyncClient,
BackupDrProtectionSummaryClient,
)
from .types.backupdr import (
CreateManagementServerRequest,
DeleteManagementServerRequest,
Expand Down Expand Up @@ -165,6 +169,17 @@
ListDataSourceReferencesRequest,
ListDataSourceReferencesResponse,
)
from .types.protection_summary import (
BackupConfigDetails,
BackupDrPlanConfig,
BackupDrPlanRule,
BackupDrTemplateConfig,
BackupLocation,
ListResourceBackupConfigsRequest,
ListResourceBackupConfigsResponse,
PitrSettings,
ResourceBackupConfig,
)

if hasattr(api_core, "check_python_version") and hasattr(
api_core, "check_dependency_versions"
Expand Down Expand Up @@ -262,6 +277,7 @@ def _get_version(dependency_name):

__all__ = (
"BackupDRAsyncClient",
"BackupDrProtectionSummaryAsyncClient",
"AcceleratorConfig",
"AccessConfig",
"AdvancedMachineFeatures",
Expand All @@ -272,10 +288,16 @@ def _get_version(dependency_name):
"BackupApplianceBackupConfig",
"BackupApplianceBackupProperties",
"BackupApplianceLockInfo",
"BackupConfigDetails",
"BackupConfigInfo",
"BackupConfigState",
"BackupDRClient",
"BackupDrPlanConfig",
"BackupDrPlanRule",
"BackupDrProtectionSummaryClient",
"BackupDrTemplateConfig",
"BackupGcpResource",
"BackupLocation",
"BackupLock",
"BackupPlan",
"BackupPlanAssociation",
Expand Down Expand Up @@ -356,14 +378,18 @@ def _get_version(dependency_name):
"ListDataSourcesResponse",
"ListManagementServersRequest",
"ListManagementServersResponse",
"ListResourceBackupConfigsRequest",
"ListResourceBackupConfigsResponse",
"ManagementServer",
"ManagementURI",
"Metadata",
"NetworkConfig",
"NetworkInterface",
"NetworkPerformanceConfig",
"OperationMetadata",
"PitrSettings",
"RegionDiskTargetEnvironment",
"ResourceBackupConfig",
"RestoreBackupRequest",
"RestoreBackupResponse",
"RuleConfigInfo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,40 @@
}
}
}
},
"BackupDrProtectionSummary": {
"clients": {
"grpc": {
"libraryClient": "BackupDrProtectionSummaryClient",
"rpcs": {
"ListResourceBackupConfigs": {
"methods": [
"list_resource_backup_configs"
]
}
}
},
"grpc-async": {
"libraryClient": "BackupDrProtectionSummaryAsyncClient",
"rpcs": {
"ListResourceBackupConfigs": {
"methods": [
"list_resource_backup_configs"
]
}
}
},
"rest": {
"libraryClient": "BackupDrProtectionSummaryClient",
"rpcs": {
"ListResourceBackupConfigs": {
"methods": [
"list_resource_backup_configs"
]
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- coding: utf-8 -*-
# Copyright 2025 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 .async_client import BackupDrProtectionSummaryAsyncClient
from .client import BackupDrProtectionSummaryClient

__all__ = (
"BackupDrProtectionSummaryClient",
"BackupDrProtectionSummaryAsyncClient",
)
Loading
Loading