SubResource(mapping=None, *, ignore_unknown_fields=False, **kwargs)Sub resource details For Spanner/Bigtable instance certain data protection settings are at sub resource level like database/table. This message is used to capture such sub resource details.
Attributes |
|
|---|---|
| Name | Description |
resource_type |
str
Optional. Resource type associated with the sub resource where backup settings are configured. E.g. "spanner.googleapis.com/Database" for Spanner where backup retention is configured on database within an instance OPTIONAL |
full_resource_name |
str
Optional. Resource name associated with the sub resource where backup settings are configured. E.g."//spanner.googleapis.com/projects/project1/instances/inst1/databases/db1" for Spanner where backup retention is configured on database within an instance OPTIONAL |
product |
google.cloud.databasecenter_v1beta.types.Product
Optional. Product information associated with the sub resource where backup retention settings are configured. e.g. :: product: { type : PRODUCT_TYPE_SPANNER engine : ENGINE_CLOUD_SPANNER_WITH_POSTGRES_DIALECT } for Spanner where backup is configured on database within an instance OPTIONAL |
container |
str
Specifies where the resource is created. For GCP, it is the full name of the project. |