@googleapis/securesourcemanager 2.0.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/v1.ts CHANGED
@@ -1266,8 +1266,7 @@ export namespace securesourcemanager_v1 {
1266
1266
  | BodyResponseCallback<Schema$Location>
1267
1267
  | BodyResponseCallback<Readable>,
1268
1268
  callback?:
1269
- | BodyResponseCallback<Schema$Location>
1270
- | BodyResponseCallback<Readable>
1269
+ BodyResponseCallback<Schema$Location> | BodyResponseCallback<Readable>
1271
1270
  ):
1272
1271
  | void
1273
1272
  | Promise<GaxiosResponseWithHTTP2<Schema$Location>>
@@ -1392,8 +1391,7 @@ export namespace securesourcemanager_v1 {
1392
1391
  list(
1393
1392
  params: Params$Resource$Projects$Locations$List,
1394
1393
  options:
1395
- | MethodOptions
1396
- | BodyResponseCallback<Schema$ListLocationsResponse>,
1394
+ MethodOptions | BodyResponseCallback<Schema$ListLocationsResponse>,
1397
1395
  callback: BodyResponseCallback<Schema$ListLocationsResponse>
1398
1396
  ): void;
1399
1397
  list(
@@ -1463,15 +1461,13 @@ export namespace securesourcemanager_v1 {
1463
1461
  }
1464
1462
  }
1465
1463
 
1466
- export interface Params$Resource$Projects$Locations$Get
1467
- extends StandardParameters {
1464
+ export interface Params$Resource$Projects$Locations$Get extends StandardParameters {
1468
1465
  /**
1469
1466
  * Resource name for the location.
1470
1467
  */
1471
1468
  name?: string;
1472
1469
  }
1473
- export interface Params$Resource$Projects$Locations$List
1474
- extends StandardParameters {
1470
+ export interface Params$Resource$Projects$Locations$List extends StandardParameters {
1475
1471
  /**
1476
1472
  * Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1477
1473
  */
@@ -1613,8 +1609,7 @@ export namespace securesourcemanager_v1 {
1613
1609
  | BodyResponseCallback<Schema$Operation>
1614
1610
  | BodyResponseCallback<Readable>,
1615
1611
  callback?:
1616
- | BodyResponseCallback<Schema$Operation>
1617
- | BodyResponseCallback<Readable>
1612
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
1618
1613
  ):
1619
1614
  | void
1620
1615
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -1757,8 +1752,7 @@ export namespace securesourcemanager_v1 {
1757
1752
  | BodyResponseCallback<Schema$Operation>
1758
1753
  | BodyResponseCallback<Readable>,
1759
1754
  callback?:
1760
- | BodyResponseCallback<Schema$Operation>
1761
- | BodyResponseCallback<Readable>
1755
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
1762
1756
  ):
1763
1757
  | void
1764
1758
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -1901,8 +1895,7 @@ export namespace securesourcemanager_v1 {
1901
1895
  | BodyResponseCallback<Schema$Instance>
1902
1896
  | BodyResponseCallback<Readable>,
1903
1897
  callback?:
1904
- | BodyResponseCallback<Schema$Instance>
1905
- | BodyResponseCallback<Readable>
1898
+ BodyResponseCallback<Schema$Instance> | BodyResponseCallback<Readable>
1906
1899
  ):
1907
1900
  | void
1908
1901
  | Promise<GaxiosResponseWithHTTP2<Schema$Instance>>
@@ -2043,8 +2036,7 @@ export namespace securesourcemanager_v1 {
2043
2036
  | BodyResponseCallback<Schema$Policy>
2044
2037
  | BodyResponseCallback<Readable>,
2045
2038
  callback?:
2046
- | BodyResponseCallback<Schema$Policy>
2047
- | BodyResponseCallback<Readable>
2039
+ BodyResponseCallback<Schema$Policy> | BodyResponseCallback<Readable>
2048
2040
  ):
2049
2041
  | void
2050
2042
  | Promise<GaxiosResponseWithHTTP2<Schema$Policy>>
@@ -2174,8 +2166,7 @@ export namespace securesourcemanager_v1 {
2174
2166
  list(
2175
2167
  params: Params$Resource$Projects$Locations$Instances$List,
2176
2168
  options:
2177
- | MethodOptions
2178
- | BodyResponseCallback<Schema$ListInstancesResponse>,
2169
+ MethodOptions | BodyResponseCallback<Schema$ListInstancesResponse>,
2179
2170
  callback: BodyResponseCallback<Schema$ListInstancesResponse>
2180
2171
  ): void;
2181
2172
  list(
@@ -2346,8 +2337,7 @@ export namespace securesourcemanager_v1 {
2346
2337
  | BodyResponseCallback<Schema$Policy>
2347
2338
  | BodyResponseCallback<Readable>,
2348
2339
  callback?:
2349
- | BodyResponseCallback<Schema$Policy>
2350
- | BodyResponseCallback<Readable>
2340
+ BodyResponseCallback<Schema$Policy> | BodyResponseCallback<Readable>
2351
2341
  ):
2352
2342
  | void
2353
2343
  | Promise<GaxiosResponseWithHTTP2<Schema$Policy>>
@@ -2477,8 +2467,7 @@ export namespace securesourcemanager_v1 {
2477
2467
  testIamPermissions(
2478
2468
  params: Params$Resource$Projects$Locations$Instances$Testiampermissions,
2479
2469
  options:
2480
- | MethodOptions
2481
- | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
2470
+ MethodOptions | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
2482
2471
  callback: BodyResponseCallback<Schema$TestIamPermissionsResponse>
2483
2472
  ): void;
2484
2473
  testIamPermissions(
@@ -2551,8 +2540,7 @@ export namespace securesourcemanager_v1 {
2551
2540
  }
2552
2541
  }
2553
2542
 
2554
- export interface Params$Resource$Projects$Locations$Instances$Create
2555
- extends StandardParameters {
2543
+ export interface Params$Resource$Projects$Locations$Instances$Create extends StandardParameters {
2556
2544
  /**
2557
2545
  * Required. ID of the instance to be created.
2558
2546
  */
@@ -2571,8 +2559,7 @@ export namespace securesourcemanager_v1 {
2571
2559
  */
2572
2560
  requestBody?: Schema$Instance;
2573
2561
  }
2574
- export interface Params$Resource$Projects$Locations$Instances$Delete
2575
- extends StandardParameters {
2562
+ export interface Params$Resource$Projects$Locations$Instances$Delete extends StandardParameters {
2576
2563
  /**
2577
2564
  * Required. Name of the resource.
2578
2565
  */
@@ -2582,15 +2569,13 @@ export namespace securesourcemanager_v1 {
2582
2569
  */
2583
2570
  requestId?: string;
2584
2571
  }
2585
- export interface Params$Resource$Projects$Locations$Instances$Get
2586
- extends StandardParameters {
2572
+ export interface Params$Resource$Projects$Locations$Instances$Get extends StandardParameters {
2587
2573
  /**
2588
2574
  * Required. Name of the resource.
2589
2575
  */
2590
2576
  name?: string;
2591
2577
  }
2592
- export interface Params$Resource$Projects$Locations$Instances$Getiampolicy
2593
- extends StandardParameters {
2578
+ export interface Params$Resource$Projects$Locations$Instances$Getiampolicy extends StandardParameters {
2594
2579
  /**
2595
2580
  * Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
2596
2581
  */
@@ -2600,8 +2585,7 @@ export namespace securesourcemanager_v1 {
2600
2585
  */
2601
2586
  resource?: string;
2602
2587
  }
2603
- export interface Params$Resource$Projects$Locations$Instances$List
2604
- extends StandardParameters {
2588
+ export interface Params$Resource$Projects$Locations$Instances$List extends StandardParameters {
2605
2589
  /**
2606
2590
  * Filter for filtering results.
2607
2591
  */
@@ -2623,8 +2607,7 @@ export namespace securesourcemanager_v1 {
2623
2607
  */
2624
2608
  parent?: string;
2625
2609
  }
2626
- export interface Params$Resource$Projects$Locations$Instances$Setiampolicy
2627
- extends StandardParameters {
2610
+ export interface Params$Resource$Projects$Locations$Instances$Setiampolicy extends StandardParameters {
2628
2611
  /**
2629
2612
  * REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
2630
2613
  */
@@ -2635,8 +2618,7 @@ export namespace securesourcemanager_v1 {
2635
2618
  */
2636
2619
  requestBody?: Schema$SetIamPolicyRequest;
2637
2620
  }
2638
- export interface Params$Resource$Projects$Locations$Instances$Testiampermissions
2639
- extends StandardParameters {
2621
+ export interface Params$Resource$Projects$Locations$Instances$Testiampermissions extends StandardParameters {
2640
2622
  /**
2641
2623
  * REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
2642
2624
  */
@@ -2746,8 +2728,7 @@ export namespace securesourcemanager_v1 {
2746
2728
  | BodyResponseCallback<Schema$Empty>
2747
2729
  | BodyResponseCallback<Readable>,
2748
2730
  callback?:
2749
- | BodyResponseCallback<Schema$Empty>
2750
- | BodyResponseCallback<Readable>
2731
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
2751
2732
  ):
2752
2733
  | void
2753
2734
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -2879,8 +2860,7 @@ export namespace securesourcemanager_v1 {
2879
2860
  | BodyResponseCallback<Schema$Empty>
2880
2861
  | BodyResponseCallback<Readable>,
2881
2862
  callback?:
2882
- | BodyResponseCallback<Schema$Empty>
2883
- | BodyResponseCallback<Readable>
2863
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
2884
2864
  ):
2885
2865
  | void
2886
2866
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -3018,8 +2998,7 @@ export namespace securesourcemanager_v1 {
3018
2998
  | BodyResponseCallback<Schema$Operation>
3019
2999
  | BodyResponseCallback<Readable>,
3020
3000
  callback?:
3021
- | BodyResponseCallback<Schema$Operation>
3022
- | BodyResponseCallback<Readable>
3001
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
3023
3002
  ):
3024
3003
  | void
3025
3004
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -3142,8 +3121,7 @@ export namespace securesourcemanager_v1 {
3142
3121
  list(
3143
3122
  params: Params$Resource$Projects$Locations$Operations$List,
3144
3123
  options:
3145
- | MethodOptions
3146
- | BodyResponseCallback<Schema$ListOperationsResponse>,
3124
+ MethodOptions | BodyResponseCallback<Schema$ListOperationsResponse>,
3147
3125
  callback: BodyResponseCallback<Schema$ListOperationsResponse>
3148
3126
  ): void;
3149
3127
  list(
@@ -3213,8 +3191,7 @@ export namespace securesourcemanager_v1 {
3213
3191
  }
3214
3192
  }
3215
3193
 
3216
- export interface Params$Resource$Projects$Locations$Operations$Cancel
3217
- extends StandardParameters {
3194
+ export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters {
3218
3195
  /**
3219
3196
  * The name of the operation resource to be cancelled.
3220
3197
  */
@@ -3225,22 +3202,19 @@ export namespace securesourcemanager_v1 {
3225
3202
  */
3226
3203
  requestBody?: Schema$CancelOperationRequest;
3227
3204
  }
3228
- export interface Params$Resource$Projects$Locations$Operations$Delete
3229
- extends StandardParameters {
3205
+ export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters {
3230
3206
  /**
3231
3207
  * The name of the operation resource to be deleted.
3232
3208
  */
3233
3209
  name?: string;
3234
3210
  }
3235
- export interface Params$Resource$Projects$Locations$Operations$Get
3236
- extends StandardParameters {
3211
+ export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters {
3237
3212
  /**
3238
3213
  * The name of the operation resource.
3239
3214
  */
3240
3215
  name?: string;
3241
3216
  }
3242
- export interface Params$Resource$Projects$Locations$Operations$List
3243
- extends StandardParameters {
3217
+ export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters {
3244
3218
  /**
3245
3219
  * The standard list filter.
3246
3220
  */
@@ -3389,8 +3363,7 @@ export namespace securesourcemanager_v1 {
3389
3363
  | BodyResponseCallback<Schema$Operation>
3390
3364
  | BodyResponseCallback<Readable>,
3391
3365
  callback?:
3392
- | BodyResponseCallback<Schema$Operation>
3393
- | BodyResponseCallback<Readable>
3366
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
3394
3367
  ):
3395
3368
  | void
3396
3369
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -3533,8 +3506,7 @@ export namespace securesourcemanager_v1 {
3533
3506
  | BodyResponseCallback<Schema$Operation>
3534
3507
  | BodyResponseCallback<Readable>,
3535
3508
  callback?:
3536
- | BodyResponseCallback<Schema$Operation>
3537
- | BodyResponseCallback<Readable>
3509
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
3538
3510
  ):
3539
3511
  | void
3540
3512
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -3970,8 +3942,7 @@ export namespace securesourcemanager_v1 {
3970
3942
  | BodyResponseCallback<Schema$Repository>
3971
3943
  | BodyResponseCallback<Readable>,
3972
3944
  callback?:
3973
- | BodyResponseCallback<Schema$Repository>
3974
- | BodyResponseCallback<Readable>
3945
+ BodyResponseCallback<Schema$Repository> | BodyResponseCallback<Readable>
3975
3946
  ):
3976
3947
  | void
3977
3948
  | Promise<GaxiosResponseWithHTTP2<Schema$Repository>>
@@ -4112,8 +4083,7 @@ export namespace securesourcemanager_v1 {
4112
4083
  | BodyResponseCallback<Schema$Policy>
4113
4084
  | BodyResponseCallback<Readable>,
4114
4085
  callback?:
4115
- | BodyResponseCallback<Schema$Policy>
4116
- | BodyResponseCallback<Readable>
4086
+ BodyResponseCallback<Schema$Policy> | BodyResponseCallback<Readable>
4117
4087
  ):
4118
4088
  | void
4119
4089
  | Promise<GaxiosResponseWithHTTP2<Schema$Policy>>
@@ -4242,8 +4212,7 @@ export namespace securesourcemanager_v1 {
4242
4212
  list(
4243
4213
  params: Params$Resource$Projects$Locations$Repositories$List,
4244
4214
  options:
4245
- | MethodOptions
4246
- | BodyResponseCallback<Schema$ListRepositoriesResponse>,
4215
+ MethodOptions | BodyResponseCallback<Schema$ListRepositoriesResponse>,
4247
4216
  callback: BodyResponseCallback<Schema$ListRepositoriesResponse>
4248
4217
  ): void;
4249
4218
  list(
@@ -4424,8 +4393,7 @@ export namespace securesourcemanager_v1 {
4424
4393
  | BodyResponseCallback<Schema$Operation>
4425
4394
  | BodyResponseCallback<Readable>,
4426
4395
  callback?:
4427
- | BodyResponseCallback<Schema$Operation>
4428
- | BodyResponseCallback<Readable>
4396
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
4429
4397
  ):
4430
4398
  | void
4431
4399
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -4573,8 +4541,7 @@ export namespace securesourcemanager_v1 {
4573
4541
  | BodyResponseCallback<Schema$Policy>
4574
4542
  | BodyResponseCallback<Readable>,
4575
4543
  callback?:
4576
- | BodyResponseCallback<Schema$Policy>
4577
- | BodyResponseCallback<Readable>
4544
+ BodyResponseCallback<Schema$Policy> | BodyResponseCallback<Readable>
4578
4545
  ):
4579
4546
  | void
4580
4547
  | Promise<GaxiosResponseWithHTTP2<Schema$Policy>>
@@ -4706,8 +4673,7 @@ export namespace securesourcemanager_v1 {
4706
4673
  testIamPermissions(
4707
4674
  params: Params$Resource$Projects$Locations$Repositories$Testiampermissions,
4708
4675
  options:
4709
- | MethodOptions
4710
- | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
4676
+ MethodOptions | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
4711
4677
  callback: BodyResponseCallback<Schema$TestIamPermissionsResponse>
4712
4678
  ): void;
4713
4679
  testIamPermissions(
@@ -4780,8 +4746,7 @@ export namespace securesourcemanager_v1 {
4780
4746
  }
4781
4747
  }
4782
4748
 
4783
- export interface Params$Resource$Projects$Locations$Repositories$Create
4784
- extends StandardParameters {
4749
+ export interface Params$Resource$Projects$Locations$Repositories$Create extends StandardParameters {
4785
4750
  /**
4786
4751
  * Required. The project in which to create the repository. Values are of the form `projects/{project_number\}/locations/{location_id\}`
4787
4752
  */
@@ -4796,8 +4761,7 @@ export namespace securesourcemanager_v1 {
4796
4761
  */
4797
4762
  requestBody?: Schema$Repository;
4798
4763
  }
4799
- export interface Params$Resource$Projects$Locations$Repositories$Delete
4800
- extends StandardParameters {
4764
+ export interface Params$Resource$Projects$Locations$Repositories$Delete extends StandardParameters {
4801
4765
  /**
4802
4766
  * Optional. If set to true, and the repository is not found, the request will succeed but no action will be taken on the server.
4803
4767
  */
@@ -4807,8 +4771,7 @@ export namespace securesourcemanager_v1 {
4807
4771
  */
4808
4772
  name?: string;
4809
4773
  }
4810
- export interface Params$Resource$Projects$Locations$Repositories$Fetchblob
4811
- extends StandardParameters {
4774
+ export interface Params$Resource$Projects$Locations$Repositories$Fetchblob extends StandardParameters {
4812
4775
  /**
4813
4776
  * Required. The format is `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}`. Specifies the repository containing the blob.
4814
4777
  */
@@ -4818,8 +4781,7 @@ export namespace securesourcemanager_v1 {
4818
4781
  */
4819
4782
  sha?: string;
4820
4783
  }
4821
- export interface Params$Resource$Projects$Locations$Repositories$Fetchtree
4822
- extends StandardParameters {
4784
+ export interface Params$Resource$Projects$Locations$Repositories$Fetchtree extends StandardParameters {
4823
4785
  /**
4824
4786
  * Optional. Requested page size. Server may return fewer items than requested. If unspecified, at most 10,000 items will be returned.
4825
4787
  */
@@ -4841,15 +4803,13 @@ export namespace securesourcemanager_v1 {
4841
4803
  */
4842
4804
  repository?: string;
4843
4805
  }
4844
- export interface Params$Resource$Projects$Locations$Repositories$Get
4845
- extends StandardParameters {
4806
+ export interface Params$Resource$Projects$Locations$Repositories$Get extends StandardParameters {
4846
4807
  /**
4847
4808
  * Required. Name of the repository to retrieve. The format is `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}`.
4848
4809
  */
4849
4810
  name?: string;
4850
4811
  }
4851
- export interface Params$Resource$Projects$Locations$Repositories$Getiampolicy
4852
- extends StandardParameters {
4812
+ export interface Params$Resource$Projects$Locations$Repositories$Getiampolicy extends StandardParameters {
4853
4813
  /**
4854
4814
  * Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
4855
4815
  */
@@ -4859,8 +4819,7 @@ export namespace securesourcemanager_v1 {
4859
4819
  */
4860
4820
  resource?: string;
4861
4821
  }
4862
- export interface Params$Resource$Projects$Locations$Repositories$List
4863
- extends StandardParameters {
4822
+ export interface Params$Resource$Projects$Locations$Repositories$List extends StandardParameters {
4864
4823
  /**
4865
4824
  * Optional. Filter results.
4866
4825
  */
@@ -4882,8 +4841,7 @@ export namespace securesourcemanager_v1 {
4882
4841
  */
4883
4842
  parent?: string;
4884
4843
  }
4885
- export interface Params$Resource$Projects$Locations$Repositories$Patch
4886
- extends StandardParameters {
4844
+ export interface Params$Resource$Projects$Locations$Repositories$Patch extends StandardParameters {
4887
4845
  /**
4888
4846
  * Optional. A unique identifier for a repository. The name should be of the format: `projects/{project\}/locations/{location_id\}/repositories/{repository_id\}`
4889
4847
  */
@@ -4902,8 +4860,7 @@ export namespace securesourcemanager_v1 {
4902
4860
  */
4903
4861
  requestBody?: Schema$Repository;
4904
4862
  }
4905
- export interface Params$Resource$Projects$Locations$Repositories$Setiampolicy
4906
- extends StandardParameters {
4863
+ export interface Params$Resource$Projects$Locations$Repositories$Setiampolicy extends StandardParameters {
4907
4864
  /**
4908
4865
  * REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
4909
4866
  */
@@ -4914,8 +4871,7 @@ export namespace securesourcemanager_v1 {
4914
4871
  */
4915
4872
  requestBody?: Schema$SetIamPolicyRequest;
4916
4873
  }
4917
- export interface Params$Resource$Projects$Locations$Repositories$Testiampermissions
4918
- extends StandardParameters {
4874
+ export interface Params$Resource$Projects$Locations$Repositories$Testiampermissions extends StandardParameters {
4919
4875
  /**
4920
4876
  * REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
4921
4877
  */
@@ -5052,8 +5008,7 @@ export namespace securesourcemanager_v1 {
5052
5008
  | BodyResponseCallback<Schema$Operation>
5053
5009
  | BodyResponseCallback<Readable>,
5054
5010
  callback?:
5055
- | BodyResponseCallback<Schema$Operation>
5056
- | BodyResponseCallback<Readable>
5011
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
5057
5012
  ):
5058
5013
  | void
5059
5014
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -5200,8 +5155,7 @@ export namespace securesourcemanager_v1 {
5200
5155
  | BodyResponseCallback<Schema$Operation>
5201
5156
  | BodyResponseCallback<Readable>,
5202
5157
  callback?:
5203
- | BodyResponseCallback<Schema$Operation>
5204
- | BodyResponseCallback<Readable>
5158
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
5205
5159
  ):
5206
5160
  | void
5207
5161
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -5351,8 +5305,7 @@ export namespace securesourcemanager_v1 {
5351
5305
  | BodyResponseCallback<Schema$BranchRule>
5352
5306
  | BodyResponseCallback<Readable>,
5353
5307
  callback?:
5354
- | BodyResponseCallback<Schema$BranchRule>
5355
- | BodyResponseCallback<Readable>
5308
+ BodyResponseCallback<Schema$BranchRule> | BodyResponseCallback<Readable>
5356
5309
  ):
5357
5310
  | void
5358
5311
  | Promise<GaxiosResponseWithHTTP2<Schema$BranchRule>>
@@ -5475,8 +5428,7 @@ export namespace securesourcemanager_v1 {
5475
5428
  list(
5476
5429
  params: Params$Resource$Projects$Locations$Repositories$Branchrules$List,
5477
5430
  options:
5478
- | MethodOptions
5479
- | BodyResponseCallback<Schema$ListBranchRulesResponse>,
5431
+ MethodOptions | BodyResponseCallback<Schema$ListBranchRulesResponse>,
5480
5432
  callback: BodyResponseCallback<Schema$ListBranchRulesResponse>
5481
5433
  ): void;
5482
5434
  list(
@@ -5667,8 +5619,7 @@ export namespace securesourcemanager_v1 {
5667
5619
  | BodyResponseCallback<Schema$Operation>
5668
5620
  | BodyResponseCallback<Readable>,
5669
5621
  callback?:
5670
- | BodyResponseCallback<Schema$Operation>
5671
- | BodyResponseCallback<Readable>
5622
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
5672
5623
  ):
5673
5624
  | void
5674
5625
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -5716,8 +5667,7 @@ export namespace securesourcemanager_v1 {
5716
5667
  }
5717
5668
  }
5718
5669
 
5719
- export interface Params$Resource$Projects$Locations$Repositories$Branchrules$Create
5720
- extends StandardParameters {
5670
+ export interface Params$Resource$Projects$Locations$Repositories$Branchrules$Create extends StandardParameters {
5721
5671
  /**
5722
5672
  *
5723
5673
  */
@@ -5732,8 +5682,7 @@ export namespace securesourcemanager_v1 {
5732
5682
  */
5733
5683
  requestBody?: Schema$BranchRule;
5734
5684
  }
5735
- export interface Params$Resource$Projects$Locations$Repositories$Branchrules$Delete
5736
- extends StandardParameters {
5685
+ export interface Params$Resource$Projects$Locations$Repositories$Branchrules$Delete extends StandardParameters {
5737
5686
  /**
5738
5687
  * Optional. If set to true, and the branch rule is not found, the request will succeed but no action will be taken on the server.
5739
5688
  */
@@ -5743,15 +5692,13 @@ export namespace securesourcemanager_v1 {
5743
5692
  */
5744
5693
  name?: string;
5745
5694
  }
5746
- export interface Params$Resource$Projects$Locations$Repositories$Branchrules$Get
5747
- extends StandardParameters {
5695
+ export interface Params$Resource$Projects$Locations$Repositories$Branchrules$Get extends StandardParameters {
5748
5696
  /**
5749
5697
  * Required. Name of the repository to retrieve. The format is `projects/{project\}/locations/{location\}/repositories/{repository\}/branchRules/{branch_rule\}`.
5750
5698
  */
5751
5699
  name?: string;
5752
5700
  }
5753
- export interface Params$Resource$Projects$Locations$Repositories$Branchrules$List
5754
- extends StandardParameters {
5701
+ export interface Params$Resource$Projects$Locations$Repositories$Branchrules$List extends StandardParameters {
5755
5702
  /**
5756
5703
  *
5757
5704
  */
@@ -5765,8 +5712,7 @@ export namespace securesourcemanager_v1 {
5765
5712
  */
5766
5713
  parent?: string;
5767
5714
  }
5768
- export interface Params$Resource$Projects$Locations$Repositories$Branchrules$Patch
5769
- extends StandardParameters {
5715
+ export interface Params$Resource$Projects$Locations$Repositories$Branchrules$Patch extends StandardParameters {
5770
5716
  /**
5771
5717
  * Optional. A unique identifier for a BranchRule. The name should be of the format: `projects/{project\}/locations/{location\}/repositories/{repository\}/branchRules/{branch_rule\}`
5772
5718
  */
@@ -5904,8 +5850,7 @@ export namespace securesourcemanager_v1 {
5904
5850
  | BodyResponseCallback<Schema$Operation>
5905
5851
  | BodyResponseCallback<Readable>,
5906
5852
  callback?:
5907
- | BodyResponseCallback<Schema$Operation>
5908
- | BodyResponseCallback<Readable>
5853
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
5909
5854
  ):
5910
5855
  | void
5911
5856
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -6048,8 +5993,7 @@ export namespace securesourcemanager_v1 {
6048
5993
  | BodyResponseCallback<Schema$Operation>
6049
5994
  | BodyResponseCallback<Readable>,
6050
5995
  callback?:
6051
- | BodyResponseCallback<Schema$Operation>
6052
- | BodyResponseCallback<Readable>
5996
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
6053
5997
  ):
6054
5998
  | void
6055
5999
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -6193,8 +6137,7 @@ export namespace securesourcemanager_v1 {
6193
6137
  | BodyResponseCallback<Schema$Hook>
6194
6138
  | BodyResponseCallback<Readable>,
6195
6139
  callback?:
6196
- | BodyResponseCallback<Schema$Hook>
6197
- | BodyResponseCallback<Readable>
6140
+ BodyResponseCallback<Schema$Hook> | BodyResponseCallback<Readable>
6198
6141
  ):
6199
6142
  | void
6200
6143
  | Promise<GaxiosResponseWithHTTP2<Schema$Hook>>
@@ -6498,8 +6441,7 @@ export namespace securesourcemanager_v1 {
6498
6441
  | BodyResponseCallback<Schema$Operation>
6499
6442
  | BodyResponseCallback<Readable>,
6500
6443
  callback?:
6501
- | BodyResponseCallback<Schema$Operation>
6502
- | BodyResponseCallback<Readable>
6444
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
6503
6445
  ):
6504
6446
  | void
6505
6447
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -6547,8 +6489,7 @@ export namespace securesourcemanager_v1 {
6547
6489
  }
6548
6490
  }
6549
6491
 
6550
- export interface Params$Resource$Projects$Locations$Repositories$Hooks$Create
6551
- extends StandardParameters {
6492
+ export interface Params$Resource$Projects$Locations$Repositories$Hooks$Create extends StandardParameters {
6552
6493
  /**
6553
6494
  * Required. The ID to use for the hook, which will become the final component of the hook's resource name. This value restricts to lower-case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
6554
6495
  */
@@ -6563,22 +6504,19 @@ export namespace securesourcemanager_v1 {
6563
6504
  */
6564
6505
  requestBody?: Schema$Hook;
6565
6506
  }
6566
- export interface Params$Resource$Projects$Locations$Repositories$Hooks$Delete
6567
- extends StandardParameters {
6507
+ export interface Params$Resource$Projects$Locations$Repositories$Hooks$Delete extends StandardParameters {
6568
6508
  /**
6569
6509
  * Required. Name of the hook to delete. The format is `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/hooks/{hook_id\}`.
6570
6510
  */
6571
6511
  name?: string;
6572
6512
  }
6573
- export interface Params$Resource$Projects$Locations$Repositories$Hooks$Get
6574
- extends StandardParameters {
6513
+ export interface Params$Resource$Projects$Locations$Repositories$Hooks$Get extends StandardParameters {
6575
6514
  /**
6576
6515
  * Required. Name of the hook to retrieve. The format is `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/hooks/{hook_id\}`.
6577
6516
  */
6578
6517
  name?: string;
6579
6518
  }
6580
- export interface Params$Resource$Projects$Locations$Repositories$Hooks$List
6581
- extends StandardParameters {
6519
+ export interface Params$Resource$Projects$Locations$Repositories$Hooks$List extends StandardParameters {
6582
6520
  /**
6583
6521
  * Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
6584
6522
  */
@@ -6592,8 +6530,7 @@ export namespace securesourcemanager_v1 {
6592
6530
  */
6593
6531
  parent?: string;
6594
6532
  }
6595
- export interface Params$Resource$Projects$Locations$Repositories$Hooks$Patch
6596
- extends StandardParameters {
6533
+ export interface Params$Resource$Projects$Locations$Repositories$Hooks$Patch extends StandardParameters {
6597
6534
  /**
6598
6535
  * Identifier. A unique identifier for a Hook. The name should be of the format: `projects/{project\}/locations/{location_id\}/repositories/{repository_id\}/hooks/{hook_id\}`
6599
6536
  */
@@ -6721,8 +6658,7 @@ export namespace securesourcemanager_v1 {
6721
6658
  | BodyResponseCallback<Schema$Operation>
6722
6659
  | BodyResponseCallback<Readable>,
6723
6660
  callback?:
6724
- | BodyResponseCallback<Schema$Operation>
6725
- | BodyResponseCallback<Readable>
6661
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
6726
6662
  ):
6727
6663
  | void
6728
6664
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -6878,8 +6814,7 @@ export namespace securesourcemanager_v1 {
6878
6814
  | BodyResponseCallback<Schema$Operation>
6879
6815
  | BodyResponseCallback<Readable>,
6880
6816
  callback?:
6881
- | BodyResponseCallback<Schema$Operation>
6882
- | BodyResponseCallback<Readable>
6817
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
6883
6818
  ):
6884
6819
  | void
6885
6820
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -7024,8 +6959,7 @@ export namespace securesourcemanager_v1 {
7024
6959
  | BodyResponseCallback<Schema$Operation>
7025
6960
  | BodyResponseCallback<Readable>,
7026
6961
  callback?:
7027
- | BodyResponseCallback<Schema$Operation>
7028
- | BodyResponseCallback<Readable>
6962
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
7029
6963
  ):
7030
6964
  | void
7031
6965
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -7168,8 +7102,7 @@ export namespace securesourcemanager_v1 {
7168
7102
  | BodyResponseCallback<Schema$Issue>
7169
7103
  | BodyResponseCallback<Readable>,
7170
7104
  callback?:
7171
- | BodyResponseCallback<Schema$Issue>
7172
- | BodyResponseCallback<Readable>
7105
+ BodyResponseCallback<Schema$Issue> | BodyResponseCallback<Readable>
7173
7106
  ):
7174
7107
  | void
7175
7108
  | Promise<GaxiosResponseWithHTTP2<Schema$Issue>>
@@ -7465,8 +7398,7 @@ export namespace securesourcemanager_v1 {
7465
7398
  | BodyResponseCallback<Schema$Operation>
7466
7399
  | BodyResponseCallback<Readable>,
7467
7400
  callback?:
7468
- | BodyResponseCallback<Schema$Operation>
7469
- | BodyResponseCallback<Readable>
7401
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
7470
7402
  ):
7471
7403
  | void
7472
7404
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -7623,8 +7555,7 @@ export namespace securesourcemanager_v1 {
7623
7555
  | BodyResponseCallback<Schema$Operation>
7624
7556
  | BodyResponseCallback<Readable>,
7625
7557
  callback?:
7626
- | BodyResponseCallback<Schema$Operation>
7627
- | BodyResponseCallback<Readable>
7558
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
7628
7559
  ):
7629
7560
  | void
7630
7561
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -7672,8 +7603,7 @@ export namespace securesourcemanager_v1 {
7672
7603
  }
7673
7604
  }
7674
7605
 
7675
- export interface Params$Resource$Projects$Locations$Repositories$Issues$Close
7676
- extends StandardParameters {
7606
+ export interface Params$Resource$Projects$Locations$Repositories$Issues$Close extends StandardParameters {
7677
7607
  /**
7678
7608
  * Required. Name of the issue to close. The format is `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/issues/{issue_id\}`.
7679
7609
  */
@@ -7684,8 +7614,7 @@ export namespace securesourcemanager_v1 {
7684
7614
  */
7685
7615
  requestBody?: Schema$CloseIssueRequest;
7686
7616
  }
7687
- export interface Params$Resource$Projects$Locations$Repositories$Issues$Create
7688
- extends StandardParameters {
7617
+ export interface Params$Resource$Projects$Locations$Repositories$Issues$Create extends StandardParameters {
7689
7618
  /**
7690
7619
  * Required. The repository in which to create the issue. Format: `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}`
7691
7620
  */
@@ -7696,8 +7625,7 @@ export namespace securesourcemanager_v1 {
7696
7625
  */
7697
7626
  requestBody?: Schema$Issue;
7698
7627
  }
7699
- export interface Params$Resource$Projects$Locations$Repositories$Issues$Delete
7700
- extends StandardParameters {
7628
+ export interface Params$Resource$Projects$Locations$Repositories$Issues$Delete extends StandardParameters {
7701
7629
  /**
7702
7630
  * Optional. The current etag of the issue. If the etag is provided and does not match the current etag of the issue, deletion will be blocked and an ABORTED error will be returned.
7703
7631
  */
@@ -7707,15 +7635,13 @@ export namespace securesourcemanager_v1 {
7707
7635
  */
7708
7636
  name?: string;
7709
7637
  }
7710
- export interface Params$Resource$Projects$Locations$Repositories$Issues$Get
7711
- extends StandardParameters {
7638
+ export interface Params$Resource$Projects$Locations$Repositories$Issues$Get extends StandardParameters {
7712
7639
  /**
7713
7640
  * Required. Name of the issue to retrieve. The format is `projects/{project\}/locations/{location\}/repositories/{repository\}/issues/{issue_id\}`.
7714
7641
  */
7715
7642
  name?: string;
7716
7643
  }
7717
- export interface Params$Resource$Projects$Locations$Repositories$Issues$List
7718
- extends StandardParameters {
7644
+ export interface Params$Resource$Projects$Locations$Repositories$Issues$List extends StandardParameters {
7719
7645
  /**
7720
7646
  * Optional. Used to filter the resulting issues list.
7721
7647
  */
@@ -7733,8 +7659,7 @@ export namespace securesourcemanager_v1 {
7733
7659
  */
7734
7660
  parent?: string;
7735
7661
  }
7736
- export interface Params$Resource$Projects$Locations$Repositories$Issues$Open
7737
- extends StandardParameters {
7662
+ export interface Params$Resource$Projects$Locations$Repositories$Issues$Open extends StandardParameters {
7738
7663
  /**
7739
7664
  * Required. Name of the issue to open. The format is `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/issues/{issue_id\}`.
7740
7665
  */
@@ -7745,8 +7670,7 @@ export namespace securesourcemanager_v1 {
7745
7670
  */
7746
7671
  requestBody?: Schema$OpenIssueRequest;
7747
7672
  }
7748
- export interface Params$Resource$Projects$Locations$Repositories$Issues$Patch
7749
- extends StandardParameters {
7673
+ export interface Params$Resource$Projects$Locations$Repositories$Issues$Patch extends StandardParameters {
7750
7674
  /**
7751
7675
  * Identifier. Unique identifier for an issue. The issue id is generated by the server. Format: `projects/{project\}/locations/{location\}/repositories/{repository\}/issues/{issue_id\}`
7752
7676
  */
@@ -7875,8 +7799,7 @@ export namespace securesourcemanager_v1 {
7875
7799
  | BodyResponseCallback<Schema$Operation>
7876
7800
  | BodyResponseCallback<Readable>,
7877
7801
  callback?:
7878
- | BodyResponseCallback<Schema$Operation>
7879
- | BodyResponseCallback<Readable>
7802
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
7880
7803
  ):
7881
7804
  | void
7882
7805
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -8021,8 +7944,7 @@ export namespace securesourcemanager_v1 {
8021
7944
  | BodyResponseCallback<Schema$Operation>
8022
7945
  | BodyResponseCallback<Readable>,
8023
7946
  callback?:
8024
- | BodyResponseCallback<Schema$Operation>
8025
- | BodyResponseCallback<Readable>
7947
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
8026
7948
  ):
8027
7949
  | void
8028
7950
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -8290,8 +8212,7 @@ export namespace securesourcemanager_v1 {
8290
8212
  list(
8291
8213
  params: Params$Resource$Projects$Locations$Repositories$Issues$Issuecomments$List,
8292
8214
  options:
8293
- | MethodOptions
8294
- | BodyResponseCallback<Schema$ListIssueCommentsResponse>,
8215
+ MethodOptions | BodyResponseCallback<Schema$ListIssueCommentsResponse>,
8295
8216
  callback: BodyResponseCallback<Schema$ListIssueCommentsResponse>
8296
8217
  ): void;
8297
8218
  list(
@@ -8471,8 +8392,7 @@ export namespace securesourcemanager_v1 {
8471
8392
  | BodyResponseCallback<Schema$Operation>
8472
8393
  | BodyResponseCallback<Readable>,
8473
8394
  callback?:
8474
- | BodyResponseCallback<Schema$Operation>
8475
- | BodyResponseCallback<Readable>
8395
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
8476
8396
  ):
8477
8397
  | void
8478
8398
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -8520,8 +8440,7 @@ export namespace securesourcemanager_v1 {
8520
8440
  }
8521
8441
  }
8522
8442
 
8523
- export interface Params$Resource$Projects$Locations$Repositories$Issues$Issuecomments$Create
8524
- extends StandardParameters {
8443
+ export interface Params$Resource$Projects$Locations$Repositories$Issues$Issuecomments$Create extends StandardParameters {
8525
8444
  /**
8526
8445
  * Required. The issue in which to create the issue comment. Format: `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/issues/{issue_id\}`
8527
8446
  */
@@ -8532,22 +8451,19 @@ export namespace securesourcemanager_v1 {
8532
8451
  */
8533
8452
  requestBody?: Schema$IssueComment;
8534
8453
  }
8535
- export interface Params$Resource$Projects$Locations$Repositories$Issues$Issuecomments$Delete
8536
- extends StandardParameters {
8454
+ export interface Params$Resource$Projects$Locations$Repositories$Issues$Issuecomments$Delete extends StandardParameters {
8537
8455
  /**
8538
8456
  * Required. Name of the issue comment to delete. The format is `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/issues/{issue_id\}/issueComments/{comment_id\}`.
8539
8457
  */
8540
8458
  name?: string;
8541
8459
  }
8542
- export interface Params$Resource$Projects$Locations$Repositories$Issues$Issuecomments$Get
8543
- extends StandardParameters {
8460
+ export interface Params$Resource$Projects$Locations$Repositories$Issues$Issuecomments$Get extends StandardParameters {
8544
8461
  /**
8545
8462
  * Required. Name of the issue comment to retrieve. The format is `projects/{project\}/locations/{location\}/repositories/{repository\}/issues/{issue_id\}/issueComments/{comment_id\}`.
8546
8463
  */
8547
8464
  name?: string;
8548
8465
  }
8549
- export interface Params$Resource$Projects$Locations$Repositories$Issues$Issuecomments$List
8550
- extends StandardParameters {
8466
+ export interface Params$Resource$Projects$Locations$Repositories$Issues$Issuecomments$List extends StandardParameters {
8551
8467
  /**
8552
8468
  * Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
8553
8469
  */
@@ -8561,8 +8477,7 @@ export namespace securesourcemanager_v1 {
8561
8477
  */
8562
8478
  parent?: string;
8563
8479
  }
8564
- export interface Params$Resource$Projects$Locations$Repositories$Issues$Issuecomments$Patch
8565
- extends StandardParameters {
8480
+ export interface Params$Resource$Projects$Locations$Repositories$Issues$Issuecomments$Patch extends StandardParameters {
8566
8481
  /**
8567
8482
  * Identifier. Unique identifier for an issue comment. The comment id is generated by the server. Format: `projects/{project\}/locations/{location\}/repositories/{repository\}/issues/{issue\}/issueComments/{comment_id\}`
8568
8483
  */
@@ -8690,8 +8605,7 @@ export namespace securesourcemanager_v1 {
8690
8605
  | BodyResponseCallback<Schema$Operation>
8691
8606
  | BodyResponseCallback<Readable>,
8692
8607
  callback?:
8693
- | BodyResponseCallback<Schema$Operation>
8694
- | BodyResponseCallback<Readable>
8608
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
8695
8609
  ):
8696
8610
  | void
8697
8611
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -8850,8 +8764,7 @@ export namespace securesourcemanager_v1 {
8850
8764
  | BodyResponseCallback<Schema$Operation>
8851
8765
  | BodyResponseCallback<Readable>,
8852
8766
  callback?:
8853
- | BodyResponseCallback<Schema$Operation>
8854
- | BodyResponseCallback<Readable>
8767
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
8855
8768
  ):
8856
8769
  | void
8857
8770
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -9125,8 +9038,7 @@ export namespace securesourcemanager_v1 {
9125
9038
  list(
9126
9039
  params: Params$Resource$Projects$Locations$Repositories$Pullrequests$List,
9127
9040
  options:
9128
- | MethodOptions
9129
- | BodyResponseCallback<Schema$ListPullRequestsResponse>,
9041
+ MethodOptions | BodyResponseCallback<Schema$ListPullRequestsResponse>,
9130
9042
  callback: BodyResponseCallback<Schema$ListPullRequestsResponse>
9131
9043
  ): void;
9132
9044
  list(
@@ -9454,8 +9366,7 @@ export namespace securesourcemanager_v1 {
9454
9366
  | BodyResponseCallback<Schema$Operation>
9455
9367
  | BodyResponseCallback<Readable>,
9456
9368
  callback?:
9457
- | BodyResponseCallback<Schema$Operation>
9458
- | BodyResponseCallback<Readable>
9369
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
9459
9370
  ):
9460
9371
  | void
9461
9372
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -9603,8 +9514,7 @@ export namespace securesourcemanager_v1 {
9603
9514
  | BodyResponseCallback<Schema$Operation>
9604
9515
  | BodyResponseCallback<Readable>,
9605
9516
  callback?:
9606
- | BodyResponseCallback<Schema$Operation>
9607
- | BodyResponseCallback<Readable>
9517
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
9608
9518
  ):
9609
9519
  | void
9610
9520
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -9764,8 +9674,7 @@ export namespace securesourcemanager_v1 {
9764
9674
  | BodyResponseCallback<Schema$Operation>
9765
9675
  | BodyResponseCallback<Readable>,
9766
9676
  callback?:
9767
- | BodyResponseCallback<Schema$Operation>
9768
- | BodyResponseCallback<Readable>
9677
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
9769
9678
  ):
9770
9679
  | void
9771
9680
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -9813,8 +9722,7 @@ export namespace securesourcemanager_v1 {
9813
9722
  }
9814
9723
  }
9815
9724
 
9816
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Close
9817
- extends StandardParameters {
9725
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Close extends StandardParameters {
9818
9726
  /**
9819
9727
  * Required. The pull request to close. Format: `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/pullRequests/{pull_request_id\}`
9820
9728
  */
@@ -9825,8 +9733,7 @@ export namespace securesourcemanager_v1 {
9825
9733
  */
9826
9734
  requestBody?: Schema$ClosePullRequestRequest;
9827
9735
  }
9828
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Create
9829
- extends StandardParameters {
9736
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Create extends StandardParameters {
9830
9737
  /**
9831
9738
  * Required. The repository that the pull request is created from. Format: `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}`
9832
9739
  */
@@ -9837,15 +9744,13 @@ export namespace securesourcemanager_v1 {
9837
9744
  */
9838
9745
  requestBody?: Schema$PullRequest;
9839
9746
  }
9840
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Get
9841
- extends StandardParameters {
9747
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Get extends StandardParameters {
9842
9748
  /**
9843
9749
  * Required. Name of the pull request to retrieve. The format is `projects/{project\}/locations/{location\}/repositories/{repository\}/pullRequests/{pull_request\}`.
9844
9750
  */
9845
9751
  name?: string;
9846
9752
  }
9847
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$List
9848
- extends StandardParameters {
9753
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$List extends StandardParameters {
9849
9754
  /**
9850
9755
  * Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
9851
9756
  */
@@ -9859,8 +9764,7 @@ export namespace securesourcemanager_v1 {
9859
9764
  */
9860
9765
  parent?: string;
9861
9766
  }
9862
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Listfilediffs
9863
- extends StandardParameters {
9767
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Listfilediffs extends StandardParameters {
9864
9768
  /**
9865
9769
  * Required. The pull request to list file diffs for. Format: `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/pullRequests/{pull_request_id\}`
9866
9770
  */
@@ -9874,8 +9778,7 @@ export namespace securesourcemanager_v1 {
9874
9778
  */
9875
9779
  pageToken?: string;
9876
9780
  }
9877
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Merge
9878
- extends StandardParameters {
9781
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Merge extends StandardParameters {
9879
9782
  /**
9880
9783
  * Required. The pull request to merge. Format: `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/pullRequests/{pull_request_id\}`
9881
9784
  */
@@ -9886,8 +9789,7 @@ export namespace securesourcemanager_v1 {
9886
9789
  */
9887
9790
  requestBody?: Schema$MergePullRequestRequest;
9888
9791
  }
9889
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Open
9890
- extends StandardParameters {
9792
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Open extends StandardParameters {
9891
9793
  /**
9892
9794
  * Required. The pull request to open. Format: `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/pullRequests/{pull_request_id\}`
9893
9795
  */
@@ -9898,8 +9800,7 @@ export namespace securesourcemanager_v1 {
9898
9800
  */
9899
9801
  requestBody?: Schema$OpenPullRequestRequest;
9900
9802
  }
9901
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Patch
9902
- extends StandardParameters {
9803
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Patch extends StandardParameters {
9903
9804
  /**
9904
9805
  * Output only. A unique identifier for a PullRequest. The number appended at the end is generated by the server. Format: `projects/{project\}/locations/{location\}/repositories/{repository\}/pullRequests/{pull_request_id\}`
9905
9806
  */
@@ -10025,8 +9926,7 @@ export namespace securesourcemanager_v1 {
10025
9926
  | BodyResponseCallback<Schema$Operation>
10026
9927
  | BodyResponseCallback<Readable>,
10027
9928
  callback?:
10028
- | BodyResponseCallback<Schema$Operation>
10029
- | BodyResponseCallback<Readable>
9929
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
10030
9930
  ):
10031
9931
  | void
10032
9932
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -10184,8 +10084,7 @@ export namespace securesourcemanager_v1 {
10184
10084
  | BodyResponseCallback<Schema$Operation>
10185
10085
  | BodyResponseCallback<Readable>,
10186
10086
  callback?:
10187
- | BodyResponseCallback<Schema$Operation>
10188
- | BodyResponseCallback<Readable>
10087
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
10189
10088
  ):
10190
10089
  | void
10191
10090
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -10330,8 +10229,7 @@ export namespace securesourcemanager_v1 {
10330
10229
  | BodyResponseCallback<Schema$Operation>
10331
10230
  | BodyResponseCallback<Readable>,
10332
10231
  callback?:
10333
- | BodyResponseCallback<Schema$Operation>
10334
- | BodyResponseCallback<Readable>
10232
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
10335
10233
  ):
10336
10234
  | void
10337
10235
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -10786,8 +10684,7 @@ export namespace securesourcemanager_v1 {
10786
10684
  | BodyResponseCallback<Schema$Operation>
10787
10685
  | BodyResponseCallback<Readable>,
10788
10686
  callback?:
10789
- | BodyResponseCallback<Schema$Operation>
10790
- | BodyResponseCallback<Readable>
10687
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
10791
10688
  ):
10792
10689
  | void
10793
10690
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -10939,8 +10836,7 @@ export namespace securesourcemanager_v1 {
10939
10836
  | BodyResponseCallback<Schema$Operation>
10940
10837
  | BodyResponseCallback<Readable>,
10941
10838
  callback?:
10942
- | BodyResponseCallback<Schema$Operation>
10943
- | BodyResponseCallback<Readable>
10839
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
10944
10840
  ):
10945
10841
  | void
10946
10842
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -11094,8 +10990,7 @@ export namespace securesourcemanager_v1 {
11094
10990
  | BodyResponseCallback<Schema$Operation>
11095
10991
  | BodyResponseCallback<Readable>,
11096
10992
  callback?:
11097
- | BodyResponseCallback<Schema$Operation>
11098
- | BodyResponseCallback<Readable>
10993
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
11099
10994
  ):
11100
10995
  | void
11101
10996
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -11145,8 +11040,7 @@ export namespace securesourcemanager_v1 {
11145
11040
  }
11146
11041
  }
11147
11042
 
11148
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Batchcreate
11149
- extends StandardParameters {
11043
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Batchcreate extends StandardParameters {
11150
11044
  /**
11151
11045
  * Required. The pull request in which to create the pull request comments. Format: `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/pullRequests/{pull_request_id\}`
11152
11046
  */
@@ -11157,8 +11051,7 @@ export namespace securesourcemanager_v1 {
11157
11051
  */
11158
11052
  requestBody?: Schema$BatchCreatePullRequestCommentsRequest;
11159
11053
  }
11160
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Create
11161
- extends StandardParameters {
11054
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Create extends StandardParameters {
11162
11055
  /**
11163
11056
  * Required. The pull request in which to create the pull request comment. Format: `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/pullRequests/{pull_request_id\}`
11164
11057
  */
@@ -11169,22 +11062,19 @@ export namespace securesourcemanager_v1 {
11169
11062
  */
11170
11063
  requestBody?: Schema$PullRequestComment;
11171
11064
  }
11172
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Delete
11173
- extends StandardParameters {
11065
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Delete extends StandardParameters {
11174
11066
  /**
11175
11067
  * Required. Name of the pull request comment to delete. The format is `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/pullRequests/{pull_request_id\}/pullRequestComments/{comment_id\}`.
11176
11068
  */
11177
11069
  name?: string;
11178
11070
  }
11179
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Get
11180
- extends StandardParameters {
11071
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Get extends StandardParameters {
11181
11072
  /**
11182
11073
  * Required. Name of the pull request comment to retrieve. The format is `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/pullRequests/{pull_request_id\}/pullRequestComments/{comment_id\}`.
11183
11074
  */
11184
11075
  name?: string;
11185
11076
  }
11186
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$List
11187
- extends StandardParameters {
11077
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$List extends StandardParameters {
11188
11078
  /**
11189
11079
  * Optional. Requested page size. If unspecified, at most 100 pull request comments will be returned. The maximum value is 100; values above 100 will be coerced to 100.
11190
11080
  */
@@ -11198,8 +11088,7 @@ export namespace securesourcemanager_v1 {
11198
11088
  */
11199
11089
  parent?: string;
11200
11090
  }
11201
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Patch
11202
- extends StandardParameters {
11091
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Patch extends StandardParameters {
11203
11092
  /**
11204
11093
  * Identifier. Unique identifier for the pull request comment. The comment id is generated by the server. Format: `projects/{project\}/locations/{location\}/repositories/{repository\}/pullRequests/{pull_request\}/pullRequestComments/{comment_id\}`
11205
11094
  */
@@ -11214,8 +11103,7 @@ export namespace securesourcemanager_v1 {
11214
11103
  */
11215
11104
  requestBody?: Schema$PullRequestComment;
11216
11105
  }
11217
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Resolve
11218
- extends StandardParameters {
11106
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Resolve extends StandardParameters {
11219
11107
  /**
11220
11108
  * Required. The pull request in which to resolve the pull request comments. Format: `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/pullRequests/{pull_request_id\}`
11221
11109
  */
@@ -11226,8 +11114,7 @@ export namespace securesourcemanager_v1 {
11226
11114
  */
11227
11115
  requestBody?: Schema$ResolvePullRequestCommentsRequest;
11228
11116
  }
11229
- export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Unresolve
11230
- extends StandardParameters {
11117
+ export interface Params$Resource$Projects$Locations$Repositories$Pullrequests$Pullrequestcomments$Unresolve extends StandardParameters {
11231
11118
  /**
11232
11119
  * Required. The pull request in which to resolve the pull request comments. Format: `projects/{project_number\}/locations/{location_id\}/repositories/{repository_id\}/pullRequests/{pull_request_id\}`
11233
11120
  */