@@ -1571,12 +1571,17 @@ public Get set(String parameterName, Object value) {
1571
1571
* This request holds the parameters needed by the storagetransfer server. After setting any
1572
1572
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
1573
1573
*
1574
- * @param filter Required. A list of query parameters specified as JSON text in the form of:
1575
- * `{"projectId":"my_project_id", "jobNames":["jobid1","jobid2",...],
1576
- * "jobStatuses":["status1","status2",...]}` Since `jobNames` and `jobStatuses` support
1577
- * multiple values, their values must be specified with array notation. `projectId` is
1578
- * required. `jobNames` and `jobStatuses` are optional. The valid values for `jobStatuses`
1579
- * are case-insensitive: ENABLED, DISABLED, and DELETED.
1574
+ * @param filter Required. A list of query parameters specified as JSON text in the form of: ``` {
1575
+ * "projectId":"my_project_id", "jobNames":["jobid1","jobid2",...],
1576
+ * "jobStatuses":["status1","status2",...], "dataBackend":"QUERY_REPLICATION_CONFIGS",
1577
+ * "sourceBucket":"source-bucket-name", "sinkBucket":"sink-bucket-name", } ``` The JSON
1578
+ * formatting in the example is for display only; provide the query parameters without spaces
1579
+ * or line breaks. * `projectId` is required. * Since `jobNames` and `jobStatuses` support
1580
+ * multiple values, their values must be specified with array notation. `jobNames` and
1581
+ * `jobStatuses` are optional. Valid values are case-insensitive: * ENABLED * DISABLED *
1582
+ * DELETED * Specify `"dataBackend":"QUERY_REPLICATION_CONFIGS"` to return a list of cross-
1583
+ * bucket replication jobs. * Limit the results to jobs from a particular bucket with
1584
+ * `sourceBucket` and/or to a particular bucket with `sinkBucket`.
1580
1585
* @return the request
1581
1586
*/
1582
1587
public List list (java .lang .String filter ) throws java .io .IOException {
@@ -1599,12 +1604,17 @@ public class List extends StoragetransferRequest<com.google.api.services.storage
1599
1604
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
1600
1605
* must be called to initialize this instance immediately after invoking the constructor. </p>
1601
1606
*
1602
- * @param filter Required. A list of query parameters specified as JSON text in the form of:
1603
- * `{"projectId":"my_project_id", "jobNames":["jobid1","jobid2",...],
1604
- * "jobStatuses":["status1","status2",...]}` Since `jobNames` and `jobStatuses` support
1605
- * multiple values, their values must be specified with array notation. `projectId` is
1606
- * required. `jobNames` and `jobStatuses` are optional. The valid values for `jobStatuses`
1607
- * are case-insensitive: ENABLED, DISABLED, and DELETED.
1607
+ * @param filter Required. A list of query parameters specified as JSON text in the form of: ``` {
1608
+ * "projectId":"my_project_id", "jobNames":["jobid1","jobid2",...],
1609
+ * "jobStatuses":["status1","status2",...], "dataBackend":"QUERY_REPLICATION_CONFIGS",
1610
+ * "sourceBucket":"source-bucket-name", "sinkBucket":"sink-bucket-name", } ``` The JSON
1611
+ * formatting in the example is for display only; provide the query parameters without spaces
1612
+ * or line breaks. * `projectId` is required. * Since `jobNames` and `jobStatuses` support
1613
+ * multiple values, their values must be specified with array notation. `jobNames` and
1614
+ * `jobStatuses` are optional. Valid values are case-insensitive: * ENABLED * DISABLED *
1615
+ * DELETED * Specify `"dataBackend":"QUERY_REPLICATION_CONFIGS"` to return a list of cross-
1616
+ * bucket replication jobs. * Limit the results to jobs from a particular bucket with
1617
+ * `sourceBucket` and/or to a particular bucket with `sinkBucket`.
1608
1618
* @since 1.13
1609
1619
*/
1610
1620
protected List (java .lang .String filter ) {
@@ -1678,34 +1688,49 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
1678
1688
}
1679
1689
1680
1690
/**
1681
- * Required. A list of query parameters specified as JSON text in the form of:
1682
- * `{"projectId":"my_project_id", "jobNames":["jobid1","jobid2",...],
1683
- * "jobStatuses":["status1","status2",...]}` Since `jobNames` and `jobStatuses` support
1684
- * multiple values, their values must be specified with array notation. `projectId` is
1685
- * required. `jobNames` and `jobStatuses` are optional. The valid values for `jobStatuses` are
1686
- * case-insensitive: ENABLED, DISABLED, and DELETED.
1691
+ * Required. A list of query parameters specified as JSON text in the form of: ``` {
1692
+ * "projectId":"my_project_id", "jobNames":["jobid1","jobid2",...],
1693
+ * "jobStatuses":["status1","status2",...], "dataBackend":"QUERY_REPLICATION_CONFIGS",
1694
+ * "sourceBucket":"source-bucket-name", "sinkBucket":"sink-bucket-name", } ``` The JSON
1695
+ * formatting in the example is for display only; provide the query parameters without spaces
1696
+ * or line breaks. * `projectId` is required. * Since `jobNames` and `jobStatuses` support
1697
+ * multiple values, their values must be specified with array notation. `jobNames` and
1698
+ * `jobStatuses` are optional. Valid values are case-insensitive: * ENABLED * DISABLED *
1699
+ * DELETED * Specify `"dataBackend":"QUERY_REPLICATION_CONFIGS"` to return a list of cross-
1700
+ * bucket replication jobs. * Limit the results to jobs from a particular bucket with
1701
+ * `sourceBucket` and/or to a particular bucket with `sinkBucket`.
1687
1702
*/
1688
1703
@ com .google .api .client .util .Key
1689
1704
private java .lang .String filter ;
1690
1705
1691
- /** Required. A list of query parameters specified as JSON text in the form of:
1692
- `{"projectId":"my_project_id", "jobNames":["jobid1","jobid2",...],
1693
- "jobStatuses":["status1","status2",...]}` Since `jobNames` and `jobStatuses` support multiple
1694
- values, their values must be specified with array notation. `projectId` is required. `jobNames` and
1695
- `jobStatuses` are optional. The valid values for `jobStatuses` are case-insensitive: ENABLED,
1696
- DISABLED, and DELETED.
1706
+ /** Required. A list of query parameters specified as JSON text in the form of: ``` {
1707
+ "projectId":"my_project_id", "jobNames":["jobid1","jobid2",...],
1708
+ "jobStatuses":["status1","status2",...], "dataBackend":"QUERY_REPLICATION_CONFIGS",
1709
+ "sourceBucket":"source-bucket-name", "sinkBucket":"sink-bucket-name", } ``` The JSON formatting in
1710
+ the example is for display only; provide the query parameters without spaces or line breaks. *
1711
+ `projectId` is required. * Since `jobNames` and `jobStatuses` support multiple values, their values
1712
+ must be specified with array notation. `jobNames` and `jobStatuses` are optional. Valid values are
1713
+ case-insensitive: * ENABLED * DISABLED * DELETED * Specify
1714
+ `"dataBackend":"QUERY_REPLICATION_CONFIGS"` to return a list of cross-bucket replication jobs. *
1715
+ Limit the results to jobs from a particular bucket with `sourceBucket` and/or to a particular
1716
+ bucket with `sinkBucket`.
1697
1717
*/
1698
1718
public java .lang .String getFilter () {
1699
1719
return filter ;
1700
1720
}
1701
1721
1702
1722
/**
1703
- * Required. A list of query parameters specified as JSON text in the form of:
1704
- * `{"projectId":"my_project_id", "jobNames":["jobid1","jobid2",...],
1705
- * "jobStatuses":["status1","status2",...]}` Since `jobNames` and `jobStatuses` support
1706
- * multiple values, their values must be specified with array notation. `projectId` is
1707
- * required. `jobNames` and `jobStatuses` are optional. The valid values for `jobStatuses` are
1708
- * case-insensitive: ENABLED, DISABLED, and DELETED.
1723
+ * Required. A list of query parameters specified as JSON text in the form of: ``` {
1724
+ * "projectId":"my_project_id", "jobNames":["jobid1","jobid2",...],
1725
+ * "jobStatuses":["status1","status2",...], "dataBackend":"QUERY_REPLICATION_CONFIGS",
1726
+ * "sourceBucket":"source-bucket-name", "sinkBucket":"sink-bucket-name", } ``` The JSON
1727
+ * formatting in the example is for display only; provide the query parameters without spaces
1728
+ * or line breaks. * `projectId` is required. * Since `jobNames` and `jobStatuses` support
1729
+ * multiple values, their values must be specified with array notation. `jobNames` and
1730
+ * `jobStatuses` are optional. Valid values are case-insensitive: * ENABLED * DISABLED *
1731
+ * DELETED * Specify `"dataBackend":"QUERY_REPLICATION_CONFIGS"` to return a list of cross-
1732
+ * bucket replication jobs. * Limit the results to jobs from a particular bucket with
1733
+ * `sourceBucket` and/or to a particular bucket with `sinkBucket`.
1709
1734
*/
1710
1735
public List setFilter (java .lang .String filter ) {
1711
1736
this .filter = filter ;
0 commit comments