@@ -5525,17 +5525,19 @@ public List setParent(java.lang.String parent) {
5525
5525
* sensitive. The following fields in the Backup are eligible for filtering: * `name` *
5526
5526
* `database` * `state` * `create_time` (and values are of the format YYYY-MM-
5527
5527
* DDTHH:MM:SSZ) * `expire_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) *
5528
- * `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` You
5529
- * can combine multiple expressions by enclosing each expression in parentheses. By
5530
- * default, expressions are combined with AND logic, but you can specify AND, OR, and NOT
5531
- * logic explicitly. Here are a few examples: * `name:Howl` - The backup's name contains
5532
- * the string "howl". * `database:prod` - The database's name contains the string "prod".
5533
- * * `state:CREATING` - The backup is pending creation. * `state:READY` - The backup is
5534
- * fully created and ready for use. * `(name:howl) AND (create_time <
5535
- * \"2018-03-28T14:50:00Z\")` - The backup name contains the string "howl" and
5536
- * `create_time` of the backup is before 2018-03-28T14:50:00Z. * `expire_time <
5528
+ * `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` *
5529
+ * `backup_schedules` You can combine multiple expressions by enclosing each expression in
5530
+ * parentheses. By default, expressions are combined with AND logic, but you can specify
5531
+ * AND, OR, and NOT logic explicitly. Here are a few examples: * `name:Howl` - The
5532
+ * backup's name contains the string "howl". * `database:prod` - The database's name
5533
+ * contains the string "prod". * `state:CREATING` - The backup is pending creation. *
5534
+ * `state:READY` - The backup is fully created and ready for use. * `(name:howl) AND
5535
+ * (create_time < \"2018-03-28T14:50:00Z\")` - The backup name contains the string "howl"
5536
+ * and `create_time` of the backup is before 2018-03-28T14:50:00Z. * `expire_time <
5537
5537
* \"2018-03-28T14:50:00Z\"` - The backup `expire_time` is before 2018-03-28T14:50:00Z. *
5538
- * `size_bytes > 10000000000` - The backup's size is greater than 10GB
5538
+ * `size_bytes > 10000000000` - The backup's size is greater than 10GB *
5539
+ * `backup_schedules:daily` - The backup is created from a schedule with "daily" in its
5540
+ * name.
5539
5541
*/
5540
5542
@com.google.api.client.util.Key
5541
5543
private java.lang.String filter;
@@ -5546,16 +5548,17 @@ public List setParent(java.lang.String parent) {
5546
5548
is the contains operator. Filter rules are not case sensitive. The following fields in the Backup
5547
5549
are eligible for filtering: * `name` * `database` * `state` * `create_time` (and values are of the
5548
5550
format YYYY-MM-DDTHH:MM:SSZ) * `expire_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) *
5549
- `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` You can combine
5550
- multiple expressions by enclosing each expression in parentheses. By default, expressions are
5551
- combined with AND logic, but you can specify AND, OR, and NOT logic explicitly. Here are a few
5552
- examples: * `name:Howl` - The backup's name contains the string "howl". * `database:prod` - The
5553
- database's name contains the string "prod". * `state:CREATING` - The backup is pending creation. *
5554
- `state:READY` - The backup is fully created and ready for use. * `(name:howl) AND (create_time <
5555
- \"2018-03-28T14:50:00Z\")` - The backup name contains the string "howl" and `create_time` of the
5556
- backup is before 2018-03-28T14:50:00Z. * `expire_time < \"2018-03-28T14:50:00Z\"` - The backup
5557
- `expire_time` is before 2018-03-28T14:50:00Z. * `size_bytes > 10000000000` - The backup's size is
5558
- greater than 10GB
5551
+ `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` *
5552
+ `backup_schedules` You can combine multiple expressions by enclosing each expression in
5553
+ parentheses. By default, expressions are combined with AND logic, but you can specify AND, OR, and
5554
+ NOT logic explicitly. Here are a few examples: * `name:Howl` - The backup's name contains the
5555
+ string "howl". * `database:prod` - The database's name contains the string "prod". *
5556
+ `state:CREATING` - The backup is pending creation. * `state:READY` - The backup is fully created
5557
+ and ready for use. * `(name:howl) AND (create_time < \"2018-03-28T14:50:00Z\")` - The backup name
5558
+ contains the string "howl" and `create_time` of the backup is before 2018-03-28T14:50:00Z. *
5559
+ `expire_time < \"2018-03-28T14:50:00Z\"` - The backup `expire_time` is before 2018-03-28T14:50:00Z.
5560
+ * `size_bytes > 10000000000` - The backup's size is greater than 10GB * `backup_schedules:daily` -
5561
+ The backup is created from a schedule with "daily" in its name.
5559
5562
*/
5560
5563
public java.lang.String getFilter() {
5561
5564
return filter;
@@ -5569,17 +5572,19 @@ public java.lang.String getFilter() {
5569
5572
* sensitive. The following fields in the Backup are eligible for filtering: * `name` *
5570
5573
* `database` * `state` * `create_time` (and values are of the format YYYY-MM-
5571
5574
* DDTHH:MM:SSZ) * `expire_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) *
5572
- * `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` You
5573
- * can combine multiple expressions by enclosing each expression in parentheses. By
5574
- * default, expressions are combined with AND logic, but you can specify AND, OR, and NOT
5575
- * logic explicitly. Here are a few examples: * `name:Howl` - The backup's name contains
5576
- * the string "howl". * `database:prod` - The database's name contains the string "prod".
5577
- * * `state:CREATING` - The backup is pending creation. * `state:READY` - The backup is
5578
- * fully created and ready for use. * `(name:howl) AND (create_time <
5579
- * \"2018-03-28T14:50:00Z\")` - The backup name contains the string "howl" and
5580
- * `create_time` of the backup is before 2018-03-28T14:50:00Z. * `expire_time <
5575
+ * `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` *
5576
+ * `backup_schedules` You can combine multiple expressions by enclosing each expression in
5577
+ * parentheses. By default, expressions are combined with AND logic, but you can specify
5578
+ * AND, OR, and NOT logic explicitly. Here are a few examples: * `name:Howl` - The
5579
+ * backup's name contains the string "howl". * `database:prod` - The database's name
5580
+ * contains the string "prod". * `state:CREATING` - The backup is pending creation. *
5581
+ * `state:READY` - The backup is fully created and ready for use. * `(name:howl) AND
5582
+ * (create_time < \"2018-03-28T14:50:00Z\")` - The backup name contains the string "howl"
5583
+ * and `create_time` of the backup is before 2018-03-28T14:50:00Z. * `expire_time <
5581
5584
* \"2018-03-28T14:50:00Z\"` - The backup `expire_time` is before 2018-03-28T14:50:00Z. *
5582
- * `size_bytes > 10000000000` - The backup's size is greater than 10GB
5585
+ * `size_bytes > 10000000000` - The backup's size is greater than 10GB *
5586
+ * `backup_schedules:daily` - The backup is created from a schedule with "daily" in its
5587
+ * name.
5583
5588
*/
5584
5589
public List setFilter(java.lang.String filter) {
5585
5590
this.filter = filter;
0 commit comments