Backup and DR Service API (backupdr:v1)

2025-10-22

2 new methods

Additions

    Methods
  • backupdr.projects.locations.dataSourceReferences.list

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dataSourceReferences

      Parameter Order : parent

      Parameters :

        parent

          Location : path

          Type : string

          Description : Required. The parent resource name. Format: projects/{project}/locations/{location}

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Required : Yes

        pageSize

          Location : query

          Description : Optional. The maximum number of DataSourceReferences to return. The service may return fewer than this value. If unspecified, at most 50 DataSourceReferences will be returned. The maximum value is 100; values above 100 will be coerced to 100.

          Type : integer

          Format : int32

        orderBy

          Type : string

          Location : query

          Description : Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * data_source * data_source_gcp_resource_info.gcp_resourcename

        filter

          Description : Optional. A filter expression that filters the results listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The following field and operator combinations are supported: * data_source_gcp_resource_info.gcp_resourcename with `=`, `!=` * data_source_gcp_resource_info.type with `=`, `!=`

          Type : string

          Location : query

        pageToken

          Location : query

          Type : string

          Description : Optional. A page token, received from a previous `ListDataSourceReferences` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDataSourceReferences` must match the call that provided the page token.

      Path : v1/{+parent}/dataSourceReferences

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists DataSourceReferences for a given project and location.

      HTTP Method : GET

  • backupdr.projects.locations.backupVaults.dataSources.backups.fetchForResourceType

      Parameters :

        pageSize

          Type : integer

          Location : query

          Description : Optional. The maximum number of Backups to return. The service may return fewer than this value. If unspecified, at most 50 Backups will be returned. The maximum value is 100; values above 100 will be coerced to 100.

          Format : int32

        filter

          Description : Optional. A filter expression that filters the results fetched in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. Supported fields:

          Type : string

          Location : query

        view

          Type : string

          Enum Descriptions :

        • If the value is not set, the default 'FULL' view is used.
        • Includes basic data about the Backup, but not the full contents.
        • Includes all data about the Backup. This is the default value (for both ListBackups and GetBackup).
        • Location : query

          Enum :

        • BACKUP_VIEW_UNSPECIFIED
        • BACKUP_VIEW_BASIC
        • BACKUP_VIEW_FULL
        • Description : Optional. This parameter is used to specify the view of the backup. If not specified, the default view is BASIC.

        orderBy

          Type : string

          Description : Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

          Location : query

        resourceType

          Description : Required. The type of the GCP resource. Ex: sqladmin.googleapis.com/Instance

          Type : string

          Location : query

        pageToken

          Type : string

          Location : query

          Description : Optional. A page token, received from a previous call of `FetchBackupsForResourceType`. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `FetchBackupsForResourceType` must match the call that provided the page token.

        parent

          Pattern : ^projects/[^/]+/locations/[^/]+/backupVaults/[^/]+/dataSources/[^/]+$

          Location : path

          Description : Required. Datasources are the parent resource for the backups. Format: projects/{project}/locations/{location}/backupVaults/{backupVaultId}/dataSources/{datasourceId}

          Required : Yes

          Type : string

      Description : Fetch Backups for a given resource type.

      HTTP Method : GET

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+parent}/backups:fetchForResourceType

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/backupVaults/{backupVaultsId}/dataSources/{dataSourcesId}/backups:fetchForResourceType