@@ -4507,9 +4507,9 @@ public Get set(String parameterName, Object value) {
45074507 * optional parameters, call the {@link List#execute()} method to invoke the remote operation.
45084508 *
45094509 * @param parent Required. Name of transfer configuration for which transfer resources should be retrieved. The name
4510- * should be in one of the following form : *
4511- * `projects/{project_id }/transferConfigs/{config_id }` *
4512- * `projects/{project_id }/locations/{location_id}/transferConfigs/{config_id }`
4510+ * should be in one of the following forms : *
4511+ * `projects/{project }/transferConfigs/{transfer_config }` *
4512+ * `projects/{project }/locations/{location_id}/transferConfigs/{transfer_config }`
45134513 * @return the request
45144514 */
45154515 public List list (java .lang .String parent ) throws java .io .IOException {
@@ -4537,9 +4537,9 @@ public class List extends BigQueryDataTransferRequest<com.google.api.services.bi
45374537 * called to initialize this instance immediately after invoking the constructor. </p>
45384538 *
45394539 * @param parent Required. Name of transfer configuration for which transfer resources should be retrieved. The name
4540- * should be in one of the following form : *
4541- * `projects/{project_id }/transferConfigs/{config_id }` *
4542- * `projects/{project_id }/locations/{location_id}/transferConfigs/{config_id }`
4540+ * should be in one of the following forms : *
4541+ * `projects/{project }/transferConfigs/{transfer_config }` *
4542+ * `projects/{project }/locations/{location_id}/transferConfigs/{transfer_config }`
45434543 * @since 1.13
45444544 */
45454545 protected List (java .lang .String parent ) {
@@ -4619,26 +4619,26 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
46194619
46204620 /**
46214621 * Required. Name of transfer configuration for which transfer resources should be
4622- * retrieved. The name should be in one of the following form : *
4623- * `projects/{project_id }/transferConfigs/{config_id }` *
4624- * `projects/{project_id }/locations/{location_id}/transferConfigs/{config_id }`
4622+ * retrieved. The name should be in one of the following forms : *
4623+ * `projects/{project }/transferConfigs/{transfer_config }` *
4624+ * `projects/{project }/locations/{location_id}/transferConfigs/{transfer_config }`
46254625 */
46264626 @ com .google .api .client .util .Key
46274627 private java .lang .String parent ;
46284628
46294629 /** Required. Name of transfer configuration for which transfer resources should be retrieved. The name
4630- should be in one of the following form : * `projects/{project_id }/transferConfigs/{config_id }` *
4631- `projects/{project_id }/locations/{location_id}/transferConfigs/{config_id }`
4630+ should be in one of the following forms : * `projects/{project }/transferConfigs/{transfer_config }` *
4631+ `projects/{project }/locations/{location_id}/transferConfigs/{transfer_config }`
46324632 */
46334633 public java .lang .String getParent () {
46344634 return parent ;
46354635 }
46364636
46374637 /**
46384638 * Required. Name of transfer configuration for which transfer resources should be
4639- * retrieved. The name should be in one of the following form : *
4640- * `projects/{project_id }/transferConfigs/{config_id }` *
4641- * `projects/{project_id }/locations/{location_id}/transferConfigs/{config_id }`
4639+ * retrieved. The name should be in one of the following forms : *
4640+ * `projects/{project }/transferConfigs/{transfer_config }` *
4641+ * `projects/{project }/locations/{location_id}/transferConfigs/{transfer_config }`
46424642 */
46434643 public List setParent (java .lang .String parent ) {
46444644 if (!getSuppressPatternChecks ()) {
@@ -4658,7 +4658,7 @@ public List setParent(java.lang.String parent) {
46584658 * `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the
46594659 * `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
46604660 * latest_status_detail.state="SUCCEEDED")` * `update_time >=
4661- * "2012-04-21T11:30:00-04:00` * `hierarchy_detail.partition_detail.table = "table1"`
4661+ * "2012-04-21T11:30:00-04:00" ` * `hierarchy_detail.partition_detail.table = "table1"`
46624662 */
46634663 @ com .google .api .client .util .Key
46644664 private java .lang .String filter ;
@@ -4668,7 +4668,7 @@ public List setParent(java.lang.String parent) {
46684668 resource state: `latest_status_detail.state` * Last update time: `update_time` - RFC-3339 format *
46694669 Parent table name: `hierarchy_detail.partition_detail.table` Multiple filters can be applied using
46704670 the `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
4671- latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00` *
4671+ latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00" ` *
46724672 `hierarchy_detail.partition_detail.table = "table1"`
46734673 */
46744674 public java .lang .String getFilter () {
@@ -4683,7 +4683,7 @@ public java.lang.String getFilter() {
46834683 * `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the
46844684 * `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
46854685 * latest_status_detail.state="SUCCEEDED")` * `update_time >=
4686- * "2012-04-21T11:30:00-04:00` * `hierarchy_detail.partition_detail.table = "table1"`
4686+ * "2012-04-21T11:30:00-04:00" ` * `hierarchy_detail.partition_detail.table = "table1"`
46874687 */
46884688 public List setFilter (java .lang .String filter ) {
46894689 this .filter = filter ;
@@ -7218,9 +7218,9 @@ public Get set(String parameterName, Object value) {
72187218 * optional parameters, call the {@link List#execute()} method to invoke the remote operation.
72197219 *
72207220 * @param parent Required. Name of transfer configuration for which transfer resources should be retrieved. The name
7221- * should be in one of the following form : *
7222- * `projects/{project_id }/transferConfigs/{config_id }` *
7223- * `projects/{project_id }/locations/{location_id}/transferConfigs/{config_id }`
7221+ * should be in one of the following forms : *
7222+ * `projects/{project }/transferConfigs/{transfer_config }` *
7223+ * `projects/{project }/locations/{location_id}/transferConfigs/{transfer_config }`
72247224 * @return the request
72257225 */
72267226 public List list (java .lang .String parent ) throws java .io .IOException {
@@ -7248,9 +7248,9 @@ public class List extends BigQueryDataTransferRequest<com.google.api.services.bi
72487248 * called to initialize this instance immediately after invoking the constructor. </p>
72497249 *
72507250 * @param parent Required. Name of transfer configuration for which transfer resources should be retrieved. The name
7251- * should be in one of the following form : *
7252- * `projects/{project_id }/transferConfigs/{config_id }` *
7253- * `projects/{project_id }/locations/{location_id}/transferConfigs/{config_id }`
7251+ * should be in one of the following forms : *
7252+ * `projects/{project }/transferConfigs/{transfer_config }` *
7253+ * `projects/{project }/locations/{location_id}/transferConfigs/{transfer_config }`
72547254 * @since 1.13
72557255 */
72567256 protected List (java .lang .String parent ) {
@@ -7330,26 +7330,26 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
73307330
73317331 /**
73327332 * Required. Name of transfer configuration for which transfer resources should be
7333- * retrieved. The name should be in one of the following form : *
7334- * `projects/{project_id }/transferConfigs/{config_id }` *
7335- * `projects/{project_id }/locations/{location_id}/transferConfigs/{config_id }`
7333+ * retrieved. The name should be in one of the following forms : *
7334+ * `projects/{project }/transferConfigs/{transfer_config }` *
7335+ * `projects/{project }/locations/{location_id}/transferConfigs/{transfer_config }`
73367336 */
73377337 @ com .google .api .client .util .Key
73387338 private java .lang .String parent ;
73397339
73407340 /** Required. Name of transfer configuration for which transfer resources should be retrieved. The name
7341- should be in one of the following form : * `projects/{project_id }/transferConfigs/{config_id }` *
7342- `projects/{project_id }/locations/{location_id}/transferConfigs/{config_id }`
7341+ should be in one of the following forms : * `projects/{project }/transferConfigs/{transfer_config }` *
7342+ `projects/{project }/locations/{location_id}/transferConfigs/{transfer_config }`
73437343 */
73447344 public java .lang .String getParent () {
73457345 return parent ;
73467346 }
73477347
73487348 /**
73497349 * Required. Name of transfer configuration for which transfer resources should be
7350- * retrieved. The name should be in one of the following form : *
7351- * `projects/{project_id }/transferConfigs/{config_id }` *
7352- * `projects/{project_id }/locations/{location_id}/transferConfigs/{config_id }`
7350+ * retrieved. The name should be in one of the following forms : *
7351+ * `projects/{project }/transferConfigs/{transfer_config }` *
7352+ * `projects/{project }/locations/{location_id}/transferConfigs/{transfer_config }`
73537353 */
73547354 public List setParent (java .lang .String parent ) {
73557355 if (!getSuppressPatternChecks ()) {
@@ -7368,7 +7368,7 @@ public List setParent(java.lang.String parent) {
73687368 * update time: `update_time` - RFC-3339 format * Parent table name:
73697369 * `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the
73707370 * `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
7371- * latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00`
7371+ * latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00" `
73727372 * * `hierarchy_detail.partition_detail.table = "table1"`
73737373 */
73747374 @ com .google .api .client .util .Key
@@ -7379,7 +7379,7 @@ public List setParent(java.lang.String parent) {
73797379 resource state: `latest_status_detail.state` * Last update time: `update_time` - RFC-3339 format *
73807380 Parent table name: `hierarchy_detail.partition_detail.table` Multiple filters can be applied using
73817381 the `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
7382- latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00` *
7382+ latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00" ` *
73837383 `hierarchy_detail.partition_detail.table = "table1"`
73847384 */
73857385 public java .lang .String getFilter () {
@@ -7393,7 +7393,7 @@ public java.lang.String getFilter() {
73937393 * update time: `update_time` - RFC-3339 format * Parent table name:
73947394 * `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the
73957395 * `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
7396- * latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00`
7396+ * latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00" `
73977397 * * `hierarchy_detail.partition_detail.table = "table1"`
73987398 */
73997399 public List setFilter (java .lang .String filter ) {
0 commit comments