@@ -1571,12 +1571,17 @@ public Get set(String parameterName, Object value) {
15711571 * This request holds the parameters needed by the storagetransfer server. After setting any
15721572 * optional parameters, call the {@link List#execute()} method to invoke the remote operation.
15731573 *
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`.
15801585 * @return the request
15811586 */
15821587 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
15991604 * {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
16001605 * must be called to initialize this instance immediately after invoking the constructor. </p>
16011606 *
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`.
16081618 * @since 1.13
16091619 */
16101620 protected List (java .lang .String filter ) {
@@ -1678,34 +1688,49 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
16781688 }
16791689
16801690 /**
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`.
16871702 */
16881703 @ com .google .api .client .util .Key
16891704 private java .lang .String filter ;
16901705
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`.
16971717 */
16981718 public java .lang .String getFilter () {
16991719 return filter ;
17001720 }
17011721
17021722 /**
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`.
17091734 */
17101735 public List setFilter (java .lang .String filter ) {
17111736 this .filter = filter ;
0 commit comments