@@ -75,8 +75,8 @@ def __init__(self, configuration: Configuration = None) -> None:
75
75
def create_credentials (
76
76
self ,
77
77
project_id : StrictStr ,
78
- x_request_id : StrictStr ,
79
78
create_credentials_payload : CreateCredentialsPayload ,
79
+ x_request_id : Optional [StrictStr ] = None ,
80
80
_request_timeout : Union [
81
81
None ,
82
82
Annotated [StrictFloat , Field (gt = 0 )],
@@ -93,10 +93,10 @@ def create_credentials(
93
93
94
94
:param project_id: (required)
95
95
:type project_id: str
96
- :param x_request_id: (required)
97
- :type x_request_id: str
98
96
:param create_credentials_payload: (required)
99
97
:type create_credentials_payload: CreateCredentialsPayload
98
+ :param x_request_id:
99
+ :type x_request_id: str
100
100
:param _request_timeout: timeout setting for this request. If one
101
101
number provided, it will be total request
102
102
timeout. It can also be a pair (tuple) of
@@ -121,8 +121,8 @@ def create_credentials(
121
121
122
122
_param = self ._create_credentials_serialize (
123
123
project_id = project_id ,
124
- x_request_id = x_request_id ,
125
124
create_credentials_payload = create_credentials_payload ,
125
+ x_request_id = x_request_id ,
126
126
_request_auth = _request_auth ,
127
127
_content_type = _content_type ,
128
128
_headers = _headers ,
@@ -147,8 +147,8 @@ def create_credentials(
147
147
def create_credentials_with_http_info (
148
148
self ,
149
149
project_id : StrictStr ,
150
- x_request_id : StrictStr ,
151
150
create_credentials_payload : CreateCredentialsPayload ,
151
+ x_request_id : Optional [StrictStr ] = None ,
152
152
_request_timeout : Union [
153
153
None ,
154
154
Annotated [StrictFloat , Field (gt = 0 )],
@@ -165,10 +165,10 @@ def create_credentials_with_http_info(
165
165
166
166
:param project_id: (required)
167
167
:type project_id: str
168
- :param x_request_id: (required)
169
- :type x_request_id: str
170
168
:param create_credentials_payload: (required)
171
169
:type create_credentials_payload: CreateCredentialsPayload
170
+ :param x_request_id:
171
+ :type x_request_id: str
172
172
:param _request_timeout: timeout setting for this request. If one
173
173
number provided, it will be total request
174
174
timeout. It can also be a pair (tuple) of
@@ -193,8 +193,8 @@ def create_credentials_with_http_info(
193
193
194
194
_param = self ._create_credentials_serialize (
195
195
project_id = project_id ,
196
- x_request_id = x_request_id ,
197
196
create_credentials_payload = create_credentials_payload ,
197
+ x_request_id = x_request_id ,
198
198
_request_auth = _request_auth ,
199
199
_content_type = _content_type ,
200
200
_headers = _headers ,
@@ -219,8 +219,8 @@ def create_credentials_with_http_info(
219
219
def create_credentials_without_preload_content (
220
220
self ,
221
221
project_id : StrictStr ,
222
- x_request_id : StrictStr ,
223
222
create_credentials_payload : CreateCredentialsPayload ,
223
+ x_request_id : Optional [StrictStr ] = None ,
224
224
_request_timeout : Union [
225
225
None ,
226
226
Annotated [StrictFloat , Field (gt = 0 )],
@@ -237,10 +237,10 @@ def create_credentials_without_preload_content(
237
237
238
238
:param project_id: (required)
239
239
:type project_id: str
240
- :param x_request_id: (required)
241
- :type x_request_id: str
242
240
:param create_credentials_payload: (required)
243
241
:type create_credentials_payload: CreateCredentialsPayload
242
+ :param x_request_id:
243
+ :type x_request_id: str
244
244
:param _request_timeout: timeout setting for this request. If one
245
245
number provided, it will be total request
246
246
timeout. It can also be a pair (tuple) of
@@ -265,8 +265,8 @@ def create_credentials_without_preload_content(
265
265
266
266
_param = self ._create_credentials_serialize (
267
267
project_id = project_id ,
268
- x_request_id = x_request_id ,
269
268
create_credentials_payload = create_credentials_payload ,
269
+ x_request_id = x_request_id ,
270
270
_request_auth = _request_auth ,
271
271
_content_type = _content_type ,
272
272
_headers = _headers ,
@@ -286,8 +286,8 @@ def create_credentials_without_preload_content(
286
286
def _create_credentials_serialize (
287
287
self ,
288
288
project_id ,
289
- x_request_id ,
290
289
create_credentials_payload ,
290
+ x_request_id ,
291
291
_request_auth ,
292
292
_content_type ,
293
293
_headers ,
@@ -351,8 +351,8 @@ def _create_credentials_serialize(
351
351
def create_load_balancer (
352
352
self ,
353
353
project_id : StrictStr ,
354
- x_request_id : StrictStr ,
355
354
create_load_balancer_payload : CreateLoadBalancerPayload ,
355
+ x_request_id : Optional [StrictStr ] = None ,
356
356
_request_timeout : Union [
357
357
None ,
358
358
Annotated [StrictFloat , Field (gt = 0 )],
@@ -369,10 +369,10 @@ def create_load_balancer(
369
369
370
370
:param project_id: (required)
371
371
:type project_id: str
372
- :param x_request_id: (required)
373
- :type x_request_id: str
374
372
:param create_load_balancer_payload: (required)
375
373
:type create_load_balancer_payload: CreateLoadBalancerPayload
374
+ :param x_request_id:
375
+ :type x_request_id: str
376
376
:param _request_timeout: timeout setting for this request. If one
377
377
number provided, it will be total request
378
378
timeout. It can also be a pair (tuple) of
@@ -397,8 +397,8 @@ def create_load_balancer(
397
397
398
398
_param = self ._create_load_balancer_serialize (
399
399
project_id = project_id ,
400
- x_request_id = x_request_id ,
401
400
create_load_balancer_payload = create_load_balancer_payload ,
401
+ x_request_id = x_request_id ,
402
402
_request_auth = _request_auth ,
403
403
_content_type = _content_type ,
404
404
_headers = _headers ,
@@ -424,8 +424,8 @@ def create_load_balancer(
424
424
def create_load_balancer_with_http_info (
425
425
self ,
426
426
project_id : StrictStr ,
427
- x_request_id : StrictStr ,
428
427
create_load_balancer_payload : CreateLoadBalancerPayload ,
428
+ x_request_id : Optional [StrictStr ] = None ,
429
429
_request_timeout : Union [
430
430
None ,
431
431
Annotated [StrictFloat , Field (gt = 0 )],
@@ -442,10 +442,10 @@ def create_load_balancer_with_http_info(
442
442
443
443
:param project_id: (required)
444
444
:type project_id: str
445
- :param x_request_id: (required)
446
- :type x_request_id: str
447
445
:param create_load_balancer_payload: (required)
448
446
:type create_load_balancer_payload: CreateLoadBalancerPayload
447
+ :param x_request_id:
448
+ :type x_request_id: str
449
449
:param _request_timeout: timeout setting for this request. If one
450
450
number provided, it will be total request
451
451
timeout. It can also be a pair (tuple) of
@@ -470,8 +470,8 @@ def create_load_balancer_with_http_info(
470
470
471
471
_param = self ._create_load_balancer_serialize (
472
472
project_id = project_id ,
473
- x_request_id = x_request_id ,
474
473
create_load_balancer_payload = create_load_balancer_payload ,
474
+ x_request_id = x_request_id ,
475
475
_request_auth = _request_auth ,
476
476
_content_type = _content_type ,
477
477
_headers = _headers ,
@@ -497,8 +497,8 @@ def create_load_balancer_with_http_info(
497
497
def create_load_balancer_without_preload_content (
498
498
self ,
499
499
project_id : StrictStr ,
500
- x_request_id : StrictStr ,
501
500
create_load_balancer_payload : CreateLoadBalancerPayload ,
501
+ x_request_id : Optional [StrictStr ] = None ,
502
502
_request_timeout : Union [
503
503
None ,
504
504
Annotated [StrictFloat , Field (gt = 0 )],
@@ -515,10 +515,10 @@ def create_load_balancer_without_preload_content(
515
515
516
516
:param project_id: (required)
517
517
:type project_id: str
518
- :param x_request_id: (required)
519
- :type x_request_id: str
520
518
:param create_load_balancer_payload: (required)
521
519
:type create_load_balancer_payload: CreateLoadBalancerPayload
520
+ :param x_request_id:
521
+ :type x_request_id: str
522
522
:param _request_timeout: timeout setting for this request. If one
523
523
number provided, it will be total request
524
524
timeout. It can also be a pair (tuple) of
@@ -543,8 +543,8 @@ def create_load_balancer_without_preload_content(
543
543
544
544
_param = self ._create_load_balancer_serialize (
545
545
project_id = project_id ,
546
- x_request_id = x_request_id ,
547
546
create_load_balancer_payload = create_load_balancer_payload ,
547
+ x_request_id = x_request_id ,
548
548
_request_auth = _request_auth ,
549
549
_content_type = _content_type ,
550
550
_headers = _headers ,
@@ -565,8 +565,8 @@ def create_load_balancer_without_preload_content(
565
565
def _create_load_balancer_serialize (
566
566
self ,
567
567
project_id ,
568
- x_request_id ,
569
568
create_load_balancer_payload ,
569
+ x_request_id ,
570
570
_request_auth ,
571
571
_content_type ,
572
572
_headers ,
@@ -1377,7 +1377,7 @@ def _disable_service_serialize(
1377
1377
def enable_service (
1378
1378
self ,
1379
1379
project_id : StrictStr ,
1380
- x_request_id : StrictStr ,
1380
+ x_request_id : Optional [ StrictStr ] = None ,
1381
1381
_request_timeout : Union [
1382
1382
None ,
1383
1383
Annotated [StrictFloat , Field (gt = 0 )],
@@ -1394,7 +1394,7 @@ def enable_service(
1394
1394
1395
1395
:param project_id: (required)
1396
1396
:type project_id: str
1397
- :param x_request_id: (required)
1397
+ :param x_request_id:
1398
1398
:type x_request_id: str
1399
1399
:param _request_timeout: timeout setting for this request. If one
1400
1400
number provided, it will be total request
@@ -1446,7 +1446,7 @@ def enable_service(
1446
1446
def enable_service_with_http_info (
1447
1447
self ,
1448
1448
project_id : StrictStr ,
1449
- x_request_id : StrictStr ,
1449
+ x_request_id : Optional [ StrictStr ] = None ,
1450
1450
_request_timeout : Union [
1451
1451
None ,
1452
1452
Annotated [StrictFloat , Field (gt = 0 )],
@@ -1463,7 +1463,7 @@ def enable_service_with_http_info(
1463
1463
1464
1464
:param project_id: (required)
1465
1465
:type project_id: str
1466
- :param x_request_id: (required)
1466
+ :param x_request_id:
1467
1467
:type x_request_id: str
1468
1468
:param _request_timeout: timeout setting for this request. If one
1469
1469
number provided, it will be total request
@@ -1515,7 +1515,7 @@ def enable_service_with_http_info(
1515
1515
def enable_service_without_preload_content (
1516
1516
self ,
1517
1517
project_id : StrictStr ,
1518
- x_request_id : StrictStr ,
1518
+ x_request_id : Optional [ StrictStr ] = None ,
1519
1519
_request_timeout : Union [
1520
1520
None ,
1521
1521
Annotated [StrictFloat , Field (gt = 0 )],
@@ -1532,7 +1532,7 @@ def enable_service_without_preload_content(
1532
1532
1533
1533
:param project_id: (required)
1534
1534
:type project_id: str
1535
- :param x_request_id: (required)
1535
+ :param x_request_id:
1536
1536
:type x_request_id: str
1537
1537
:param _request_timeout: timeout setting for this request. If one
1538
1538
number provided, it will be total request
0 commit comments