yandex-cloud 2025.4.14

Generated gRPC clients for the Yandex Cloud API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
/// Represents a link to an object in other service.
/// This object is being billed in the scope of a billing account.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct BillableObject {
    /// ID of the object in other service.
    #[prost(string, tag = "1")]
    pub id: ::prost::alloc::string::String,
    /// Billable object type. Can be one of the following:
    /// * `cloud`
    #[prost(string, tag = "2")]
    pub r#type: ::prost::alloc::string::String,
}
/// Represents a binding of the BillableObject to a BillingAccount.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct BillableObjectBinding {
    /// Timestamp when binding was created.
    #[prost(message, optional, tag = "1")]
    pub effective_time: ::core::option::Option<::prost_types::Timestamp>,
    /// Object that is bound to billing account.
    #[prost(message, optional, tag = "2")]
    pub billable_object: ::core::option::Option<BillableObject>,
}
/// A BillingAccount resource. For more information, see \[BillingAccount\](/docs/billing/concepts/billing-account).
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct BillingAccount {
    /// ID of the billing account.
    #[prost(string, tag = "1")]
    pub id: ::prost::alloc::string::String,
    /// Name of the billing account.
    #[prost(string, tag = "2")]
    pub name: ::prost::alloc::string::String,
    /// Creation timestamp.
    #[prost(message, optional, tag = "3")]
    pub created_at: ::core::option::Option<::prost_types::Timestamp>,
    /// ISO 3166-1 alpha-2 country code of the billing account.
    #[prost(string, tag = "4")]
    pub country_code: ::prost::alloc::string::String,
    /// Currency of the billing account.
    /// Can be one of the following:
    /// * `RUB`
    /// * `USD`
    /// * `KZT`
    #[prost(string, tag = "5")]
    pub currency: ::prost::alloc::string::String,
    /// Represents whether corresponding billable objects can be used or not.
    #[prost(bool, tag = "6")]
    pub active: bool,
    /// Current balance of the billing account.
    #[prost(string, tag = "7")]
    pub balance: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct GetBillingAccountRequest {
    /// ID of the billing account to return.
    /// To get the billing account ID, use \[BillingAccountService.List\] request.
    #[prost(string, tag = "1")]
    pub id: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListBillingAccountsRequest {
    /// The maximum number of results per page to return. If the number of available
    /// results is larger than \[page_size\],
    /// the service returns a \[ListBillingAccountsResponse.next_page_token\]
    /// that can be used to get the next page of results in subsequent list requests.
    #[prost(int64, tag = "2")]
    pub page_size: i64,
    /// Page token. To get the next page of results,
    /// set \[page_token\] to the \[ListBillingAccountsResponse.next_page_token\]
    /// returned by a previous list request.
    #[prost(string, tag = "3")]
    pub page_token: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListBillingAccountsResponse {
    /// List of billing accounts.
    #[prost(message, repeated, tag = "1")]
    pub billing_accounts: ::prost::alloc::vec::Vec<BillingAccount>,
    /// This token allows you to get the next page of results for list requests. If the number of results
    /// is larger than \[ListBillingAccountsRequest.page_size\], use
    /// \[next_page_token\] as the value
    /// for the \[ListBillingAccountsRequest.page_token\] query parameter
    /// in the next list request. Each subsequent list request will have its own
    /// \[next_page_token\] to continue paging through the results.
    #[prost(string, tag = "2")]
    pub next_page_token: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListBillableObjectBindingsRequest {
    /// ID of the billing account to list associated billable object bindings.
    /// To get the billing account ID, use \[BillingAccountService.List\] request.
    #[prost(string, tag = "1")]
    pub billing_account_id: ::prost::alloc::string::String,
    /// The maximum number of results per page to return. If the number of available
    /// results is larger than \[page_size\],
    /// the service returns a \[ListBillableObjectBindingsResponse.next_page_token\]
    /// that can be used to get the next page of results in subsequent list requests.
    #[prost(int64, tag = "2")]
    pub page_size: i64,
    /// Page token. To get the next page of results,
    /// set \[page_token\] to the \[ListBillableObjectBindingsResponse.next_page_token\]
    /// returned by a previous list request.
    #[prost(string, tag = "3")]
    pub page_token: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListBillableObjectBindingsResponse {
    /// List of billable object bindings.
    #[prost(message, repeated, tag = "1")]
    pub billable_object_bindings: ::prost::alloc::vec::Vec<BillableObjectBinding>,
    /// This token allows you to get the next page of results for list requests. If the number of results
    /// is larger than \[ListBillableObjectBindingsRequest.page_size\], use
    /// \[next_page_token\] as the value
    /// for the \[ListBillableObjectBindingsRequest.page_token\] query parameter
    /// in the next list request. Each subsequent list request will have its own
    /// \[next_page_token\] to continue paging through the results.
    #[prost(string, tag = "2")]
    pub next_page_token: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct BindBillableObjectRequest {
    /// ID of the billing account to bind billable object.
    /// To get the billing account ID, use \[BillingAccountService.List\] request.
    #[prost(string, tag = "1")]
    pub billing_account_id: ::prost::alloc::string::String,
    /// \[yandex.cloud.billing.v1.BillableObject\] to bind with billing account.
    #[prost(message, optional, tag = "2")]
    pub billable_object: ::core::option::Option<BillableObject>,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct BindBillableObjectMetadata {
    /// ID of the \[yandex.cloud.billing.v1.BillableObject\] that was bound to billing account.
    #[prost(string, tag = "1")]
    pub billable_object_id: ::prost::alloc::string::String,
}
/// Generated client implementations.
pub mod billing_account_service_client {
    #![allow(unused_variables, dead_code, missing_docs, clippy::let_unit_value)]
    use tonic::codegen::*;
    use tonic::codegen::http::Uri;
    /// A set of methods for managing BillingAccount resources.
    #[derive(Debug, Clone)]
    pub struct BillingAccountServiceClient<T> {
        inner: tonic::client::Grpc<T>,
    }
    impl BillingAccountServiceClient<tonic::transport::Channel> {
        /// Attempt to create a new client by connecting to a given endpoint.
        pub async fn connect<D>(dst: D) -> Result<Self, tonic::transport::Error>
        where
            D: TryInto<tonic::transport::Endpoint>,
            D::Error: Into<StdError>,
        {
            let conn = tonic::transport::Endpoint::new(dst)?.connect().await?;
            Ok(Self::new(conn))
        }
    }
    impl<T> BillingAccountServiceClient<T>
    where
        T: tonic::client::GrpcService<tonic::body::BoxBody>,
        T::Error: Into<StdError>,
        T::ResponseBody: Body<Data = Bytes> + Send + 'static,
        <T::ResponseBody as Body>::Error: Into<StdError> + Send,
    {
        pub fn new(inner: T) -> Self {
            let inner = tonic::client::Grpc::new(inner);
            Self { inner }
        }
        pub fn with_origin(inner: T, origin: Uri) -> Self {
            let inner = tonic::client::Grpc::with_origin(inner, origin);
            Self { inner }
        }
        pub fn with_interceptor<F>(
            inner: T,
            interceptor: F,
        ) -> BillingAccountServiceClient<InterceptedService<T, F>>
        where
            F: tonic::service::Interceptor,
            T::ResponseBody: Default,
            T: tonic::codegen::Service<
                http::Request<tonic::body::BoxBody>,
                Response = http::Response<
                    <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
                >,
            >,
            <T as tonic::codegen::Service<
                http::Request<tonic::body::BoxBody>,
            >>::Error: Into<StdError> + Send + Sync,
        {
            BillingAccountServiceClient::new(InterceptedService::new(inner, interceptor))
        }
        /// Compress requests with the given encoding.
        ///
        /// This requires the server to support it otherwise it might respond with an
        /// error.
        #[must_use]
        pub fn send_compressed(mut self, encoding: CompressionEncoding) -> Self {
            self.inner = self.inner.send_compressed(encoding);
            self
        }
        /// Enable decompressing responses.
        #[must_use]
        pub fn accept_compressed(mut self, encoding: CompressionEncoding) -> Self {
            self.inner = self.inner.accept_compressed(encoding);
            self
        }
        /// Limits the maximum size of a decoded message.
        ///
        /// Default: `4MB`
        #[must_use]
        pub fn max_decoding_message_size(mut self, limit: usize) -> Self {
            self.inner = self.inner.max_decoding_message_size(limit);
            self
        }
        /// Limits the maximum size of an encoded message.
        ///
        /// Default: `usize::MAX`
        #[must_use]
        pub fn max_encoding_message_size(mut self, limit: usize) -> Self {
            self.inner = self.inner.max_encoding_message_size(limit);
            self
        }
        /// Returns the specified billing account.
        pub async fn get(
            &mut self,
            request: impl tonic::IntoRequest<super::GetBillingAccountRequest>,
        ) -> std::result::Result<tonic::Response<super::BillingAccount>, tonic::Status> {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.BillingAccountService/Get",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new(
                        "yandex.cloud.billing.v1.BillingAccountService",
                        "Get",
                    ),
                );
            self.inner.unary(req, path, codec).await
        }
        /// Retrieves the list of billing accounts available for current user.
        pub async fn list(
            &mut self,
            request: impl tonic::IntoRequest<super::ListBillingAccountsRequest>,
        ) -> std::result::Result<
            tonic::Response<super::ListBillingAccountsResponse>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.BillingAccountService/List",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new(
                        "yandex.cloud.billing.v1.BillingAccountService",
                        "List",
                    ),
                );
            self.inner.unary(req, path, codec).await
        }
        /// Retrieves the list of billable object bindings associated with the specified billing account.
        pub async fn list_billable_object_bindings(
            &mut self,
            request: impl tonic::IntoRequest<super::ListBillableObjectBindingsRequest>,
        ) -> std::result::Result<
            tonic::Response<super::ListBillableObjectBindingsResponse>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.BillingAccountService/ListBillableObjectBindings",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new(
                        "yandex.cloud.billing.v1.BillingAccountService",
                        "ListBillableObjectBindings",
                    ),
                );
            self.inner.unary(req, path, codec).await
        }
        /// Binds billable object to the specified billing account.
        pub async fn bind_billable_object(
            &mut self,
            request: impl tonic::IntoRequest<super::BindBillableObjectRequest>,
        ) -> std::result::Result<
            tonic::Response<super::super::super::operation::Operation>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.BillingAccountService/BindBillableObject",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new(
                        "yandex.cloud.billing.v1.BillingAccountService",
                        "BindBillableObject",
                    ),
                );
            self.inner.unary(req, path, codec).await
        }
        /// Lists access bindings for the specified billing account.
        pub async fn list_access_bindings(
            &mut self,
            request: impl tonic::IntoRequest<
                super::super::super::access::ListAccessBindingsRequest,
            >,
        ) -> std::result::Result<
            tonic::Response<super::super::super::access::ListAccessBindingsResponse>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.BillingAccountService/ListAccessBindings",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new(
                        "yandex.cloud.billing.v1.BillingAccountService",
                        "ListAccessBindings",
                    ),
                );
            self.inner.unary(req, path, codec).await
        }
        /// Updates access bindings for the specified billing account.
        pub async fn update_access_bindings(
            &mut self,
            request: impl tonic::IntoRequest<
                super::super::super::access::UpdateAccessBindingsRequest,
            >,
        ) -> std::result::Result<
            tonic::Response<super::super::super::operation::Operation>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.BillingAccountService/UpdateAccessBindings",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new(
                        "yandex.cloud.billing.v1.BillingAccountService",
                        "UpdateAccessBindings",
                    ),
                );
            self.inner.unary(req, path, codec).await
        }
    }
}
/// A Budget resource. For more information, see \[/docs/billing/concepts/budget\].
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Budget {
    /// ID of the budget.
    #[prost(string, tag = "1")]
    pub id: ::prost::alloc::string::String,
    /// Name of the budget.
    #[prost(string, tag = "2")]
    pub name: ::prost::alloc::string::String,
    /// Creation timestamp.
    #[prost(message, optional, tag = "3")]
    pub created_at: ::core::option::Option<::prost_types::Timestamp>,
    /// ID of the billing account that the budget belongs to.
    #[prost(string, tag = "4")]
    pub billing_account_id: ::prost::alloc::string::String,
    /// Status of the budget.
    #[prost(enumeration = "BudgetStatus", tag = "5")]
    pub status: i32,
    /// Specification of the budget.
    #[prost(oneof = "budget::BudgetSpec", tags = "6, 7, 8")]
    pub budget_spec: ::core::option::Option<budget::BudgetSpec>,
}
/// Nested message and enum types in `Budget`.
pub mod budget {
    /// Specification of the budget.
    #[allow(clippy::derive_partial_eq_without_eq)]
    #[derive(Clone, PartialEq, ::prost::Oneof)]
    pub enum BudgetSpec {
        /// Cost budget specification.
        #[prost(message, tag = "6")]
        CostBudget(super::CostBudgetSpec),
        /// Expense budget specification.
        #[prost(message, tag = "7")]
        ExpenseBudget(super::ExpenseBudgetSpec),
        /// Balance budget specification.
        #[prost(message, tag = "8")]
        BalanceBudget(super::BalanceBudgetSpec),
    }
}
/// Cost budget specification describes budget that can be used to control cost of cloud resources usage.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CostBudgetSpec {
    /// Max cost threshold of the budget. Amount currency is the same as corresponding \[yandex.cloud.billing.v1.BillingAccount.currency\].
    #[prost(string, tag = "1")]
    pub amount: ::prost::alloc::string::String,
    /// IDs of the \[yandex.cloud.iam.v1.UserAccount\].
    /// Specified users will be be notified if the budget exceeds.
    #[prost(string, repeated, tag = "2")]
    pub notification_user_account_ids: ::prost::alloc::vec::Vec<
        ::prost::alloc::string::String,
    >,
    /// List of the \[ThresholdRule\].
    /// Rules define intermediate cost thresholds of the budget.
    #[prost(message, repeated, tag = "3")]
    pub threshold_rules: ::prost::alloc::vec::Vec<ThresholdRule>,
    /// Filter that can be used for specific resources selection. Only consumption cost of selected resources are used for the budget calculation.
    #[prost(message, optional, tag = "4")]
    pub filter: ::core::option::Option<ConsumptionFilter>,
    /// End date of the budget.
    /// Must be the last day of a month and must be formatted like YYYY-MM-DD.
    #[prost(string, tag = "7")]
    pub end_date: ::prost::alloc::string::String,
    /// Start type of the budget.
    #[prost(oneof = "cost_budget_spec::StartType", tags = "5, 6")]
    pub start_type: ::core::option::Option<cost_budget_spec::StartType>,
}
/// Nested message and enum types in `CostBudgetSpec`.
pub mod cost_budget_spec {
    /// Start type of the budget.
    #[allow(clippy::derive_partial_eq_without_eq)]
    #[derive(Clone, PartialEq, ::prost::Oneof)]
    pub enum StartType {
        /// Periodic start type that resets budget after specified period is finished.
        /// First time budget is calculated in the current period, i.e. current month, quarter or year.
        #[prost(enumeration = "super::ResetPeriodType", tag = "5")]
        ResetPeriod(i32),
        /// Custom start date of the budget.
        /// Must be the first day of a month and must be formatted like YYYY-MM-DD.
        #[prost(string, tag = "6")]
        StartDate(::prost::alloc::string::String),
    }
}
/// Expense budget specification describes budget that can be used to control expense of cloud resources usage.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ExpenseBudgetSpec {
    /// Max expense threshold of the budget. Amount currency is the same as corresponding \[yandex.cloud.billing.v1.BillingAccount.currency\].
    #[prost(string, tag = "1")]
    pub amount: ::prost::alloc::string::String,
    /// IDs of the \[yandex.cloud.iam.v1.UserAccount\].
    /// Specified users will be be notified if the budget exceeds.
    #[prost(string, repeated, tag = "2")]
    pub notification_user_account_ids: ::prost::alloc::vec::Vec<
        ::prost::alloc::string::String,
    >,
    /// List of the \[ThresholdRule\].
    /// Rules define intermediate expense thresholds of the budget.
    #[prost(message, repeated, tag = "3")]
    pub threshold_rules: ::prost::alloc::vec::Vec<ThresholdRule>,
    /// Filter that can be used for specific resources selection. Only consumption expense of selected resources are used for the budget calculation.
    #[prost(message, optional, tag = "4")]
    pub filter: ::core::option::Option<ConsumptionFilter>,
    /// End date of the budget.
    /// Must be the last day of a month and must be formatted like YYYY-MM-DD.
    #[prost(string, tag = "7")]
    pub end_date: ::prost::alloc::string::String,
    /// Start type of the budget.
    #[prost(oneof = "expense_budget_spec::StartType", tags = "5, 6")]
    pub start_type: ::core::option::Option<expense_budget_spec::StartType>,
}
/// Nested message and enum types in `ExpenseBudgetSpec`.
pub mod expense_budget_spec {
    /// Start type of the budget.
    #[allow(clippy::derive_partial_eq_without_eq)]
    #[derive(Clone, PartialEq, ::prost::Oneof)]
    pub enum StartType {
        /// Periodic start type that resets budget after specified period is finished.
        /// First time budget is calculated in the current period, i.e. current month, quarter or year.
        #[prost(enumeration = "super::ResetPeriodType", tag = "5")]
        ResetPeriod(i32),
        /// Custom start date of the budget.
        /// Must be the first day of a month and must be formatted like YYYY-MM-DD.
        #[prost(string, tag = "6")]
        StartDate(::prost::alloc::string::String),
    }
}
/// Balance budget specification describes budget that can be used to control \[yandex.cloud.billing.v1.BillingAccount.balance\].
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct BalanceBudgetSpec {
    /// Max balance threshold of the budget. Amount currency is the same as corresponding \[yandex.cloud.billing.v1.BillingAccount.currency\].
    #[prost(string, tag = "1")]
    pub amount: ::prost::alloc::string::String,
    /// IDs of the \[yandex.cloud.iam.v1.UserAccount\].
    /// Specified users will be be notified if the budget exceeds.
    #[prost(string, repeated, tag = "2")]
    pub notification_user_account_ids: ::prost::alloc::vec::Vec<
        ::prost::alloc::string::String,
    >,
    /// List of the \[ThresholdRule\].
    /// Rules define intermediate balance thresholds of the budget.
    #[prost(message, repeated, tag = "3")]
    pub threshold_rules: ::prost::alloc::vec::Vec<ThresholdRule>,
    /// Start_date of the budget.
    /// Must be the first day of a month and must be formatted like YYYY-MM-DD.
    #[prost(string, tag = "4")]
    pub start_date: ::prost::alloc::string::String,
    /// End date of the budget.
    /// Must be the last day of a month and must be formatted like YYYY-MM-DD.
    #[prost(string, tag = "5")]
    pub end_date: ::prost::alloc::string::String,
}
/// Filter that can be used for specific resources selection.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ConsumptionFilter {
    /// IDs of the \[yandex.cloud.billing.v1.Service\].
    /// Only consumption of resources corresponding to the given services is used for the budget calculation.
    /// Empty sequence means no services filters.
    #[prost(string, repeated, tag = "1")]
    pub service_ids: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
    /// Cloud and folders consumption filter.
    /// Only consumption within specified clouds and folders is used for the budget calculation.
    /// Empty sequence means no cloud and folders filters.
    #[prost(message, repeated, tag = "2")]
    pub cloud_folders_filters: ::prost::alloc::vec::Vec<CloudFoldersConsumptionFilter>,
}
/// Filter that can be used for specific cloud and its folders selection.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CloudFoldersConsumptionFilter {
    /// ID of the \[yandex.cloud.resourcemanager.v1.Cloud\].
    /// Only consumption within specified cloud is used for the budget calculation.
    #[prost(string, tag = "1")]
    pub cloud_id: ::prost::alloc::string::String,
    /// IDs of the \[yandex.cloud.resourcemanager.v1.Folder\].
    /// Only consumption within specified folders of the given cloud is used for the budget calculation.
    /// Empty sequence means no folders filters and the whole cloud consumption will be used.
    #[prost(string, repeated, tag = "2")]
    pub folder_ids: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
/// Rules that define intermediate cost thresholds of the budget.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ThresholdRule {
    /// Type of the rule.
    #[prost(enumeration = "ThresholdType", tag = "1")]
    pub r#type: i32,
    /// Amount of the rule.
    ///   * Must be less than 100 if type is PERCENT.
    ///   * Must be less than budget's amount if type is AMOUNT.
    #[prost(string, tag = "2")]
    pub amount: ::prost::alloc::string::String,
    /// IDs of the \[yandex.cloud.iam.v1.UserAccount\].
    /// Specified users will be be notified if the threshold exceeds.
    #[prost(string, repeated, tag = "3")]
    pub notification_user_account_ids: ::prost::alloc::vec::Vec<
        ::prost::alloc::string::String,
    >,
}
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)]
#[repr(i32)]
pub enum BudgetStatus {
    Unspecified = 0,
    /// The budget is being created.
    Creating = 1,
    /// The budget is active.
    Active = 2,
    /// The budget is finished.
    Finished = 3,
}
impl BudgetStatus {
    /// String value of the enum field names used in the ProtoBuf definition.
    ///
    /// The values are not transformed in any way and thus are considered stable
    /// (if the ProtoBuf definition does not change) and safe for programmatic use.
    pub fn as_str_name(&self) -> &'static str {
        match self {
            BudgetStatus::Unspecified => "BUDGET_STATUS_UNSPECIFIED",
            BudgetStatus::Creating => "CREATING",
            BudgetStatus::Active => "ACTIVE",
            BudgetStatus::Finished => "FINISHED",
        }
    }
    /// Creates an enum from field names used in the ProtoBuf definition.
    pub fn from_str_name(value: &str) -> ::core::option::Option<Self> {
        match value {
            "BUDGET_STATUS_UNSPECIFIED" => Some(Self::Unspecified),
            "CREATING" => Some(Self::Creating),
            "ACTIVE" => Some(Self::Active),
            "FINISHED" => Some(Self::Finished),
            _ => None,
        }
    }
}
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)]
#[repr(i32)]
pub enum ResetPeriodType {
    Unspecified = 0,
    /// Reset budget every month.
    Monthly = 1,
    /// Reset budget every quarter.
    Quarter = 2,
    /// Reset budget every year.
    Annually = 3,
}
impl ResetPeriodType {
    /// String value of the enum field names used in the ProtoBuf definition.
    ///
    /// The values are not transformed in any way and thus are considered stable
    /// (if the ProtoBuf definition does not change) and safe for programmatic use.
    pub fn as_str_name(&self) -> &'static str {
        match self {
            ResetPeriodType::Unspecified => "RESET_PERIOD_TYPE_UNSPECIFIED",
            ResetPeriodType::Monthly => "MONTHLY",
            ResetPeriodType::Quarter => "QUARTER",
            ResetPeriodType::Annually => "ANNUALLY",
        }
    }
    /// Creates an enum from field names used in the ProtoBuf definition.
    pub fn from_str_name(value: &str) -> ::core::option::Option<Self> {
        match value {
            "RESET_PERIOD_TYPE_UNSPECIFIED" => Some(Self::Unspecified),
            "MONTHLY" => Some(Self::Monthly),
            "QUARTER" => Some(Self::Quarter),
            "ANNUALLY" => Some(Self::Annually),
            _ => None,
        }
    }
}
/// Define the unit of the \[ThesholdRule.amount\].
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)]
#[repr(i32)]
pub enum ThresholdType {
    Unspecified = 0,
    /// Percent.
    Percent = 1,
    /// The same as budget amount.
    Amount = 2,
}
impl ThresholdType {
    /// String value of the enum field names used in the ProtoBuf definition.
    ///
    /// The values are not transformed in any way and thus are considered stable
    /// (if the ProtoBuf definition does not change) and safe for programmatic use.
    pub fn as_str_name(&self) -> &'static str {
        match self {
            ThresholdType::Unspecified => "THRESHOLD_TYPE_UNSPECIFIED",
            ThresholdType::Percent => "PERCENT",
            ThresholdType::Amount => "AMOUNT",
        }
    }
    /// Creates an enum from field names used in the ProtoBuf definition.
    pub fn from_str_name(value: &str) -> ::core::option::Option<Self> {
        match value {
            "THRESHOLD_TYPE_UNSPECIFIED" => Some(Self::Unspecified),
            "PERCENT" => Some(Self::Percent),
            "AMOUNT" => Some(Self::Amount),
            _ => None,
        }
    }
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct GetBudgetRequest {
    /// ID of the budget to return.
    /// To get the budget ID, use \[BudgetService.List\] request.
    #[prost(string, tag = "1")]
    pub id: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListBudgetsRequest {
    /// ID of the billing account to list budgets corresponding to.
    /// To get the billing account ID, use \[BillingAccountService.List\] request.
    #[prost(string, tag = "1")]
    pub billing_account_id: ::prost::alloc::string::String,
    /// The maximum number of results per page to return. If the number of available
    /// results is larger than \[page_size\],
    /// the service returns a \[ListBudgetsResponse.next_page_token\]
    /// that can be used to get the next page of results in subsequent list requests.
    #[prost(int64, tag = "2")]
    pub page_size: i64,
    /// Page token. To get the next page of results,
    /// set \[page_token\] to the \[ListBudgetsResponse.next_page_token\]
    /// returned by a previous list request.
    #[prost(string, tag = "3")]
    pub page_token: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListBudgetsResponse {
    /// List of budgets.
    #[prost(message, repeated, tag = "1")]
    pub budgets: ::prost::alloc::vec::Vec<Budget>,
    /// This token allows you to get the next page of results for list requests. If the number of results
    /// is larger than \[ListBudgetsRequest.page_size\], use
    /// \[next_page_token\] as the value
    /// for the \[ListBudgetsRequest.page_token\] query parameter
    /// in the next list request. Each subsequent list request will have its own
    /// \[next_page_token\] to continue paging through the results.
    #[prost(string, tag = "2")]
    pub next_page_token: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CreateBudgetRequest {
    /// ID of the billing account to list budgets corresponding to.
    /// To get the billing account ID, use \[yandex.cloud.billing.v1.BillingAccountService.List\] request.
    #[prost(string, tag = "1")]
    pub billing_account_id: ::prost::alloc::string::String,
    /// Name of the budget.
    #[prost(string, tag = "2")]
    pub name: ::prost::alloc::string::String,
    /// Specification of the budget.
    #[prost(oneof = "create_budget_request::BudgetSpec", tags = "3, 4, 5")]
    pub budget_spec: ::core::option::Option<create_budget_request::BudgetSpec>,
}
/// Nested message and enum types in `CreateBudgetRequest`.
pub mod create_budget_request {
    /// Specification of the budget.
    #[allow(clippy::derive_partial_eq_without_eq)]
    #[derive(Clone, PartialEq, ::prost::Oneof)]
    pub enum BudgetSpec {
        /// Cost budget specification.
        #[prost(message, tag = "3")]
        CostBudgetSpec(super::CostBudgetSpec),
        /// Expense budget specification.
        #[prost(message, tag = "4")]
        ExpenseBudgetSpec(super::ExpenseBudgetSpec),
        /// Balance budget specification.
        #[prost(message, tag = "5")]
        BalanceBudgetSpec(super::BalanceBudgetSpec),
    }
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CreateBudgetMetadata {
    /// ID of the budget.
    #[prost(string, tag = "1")]
    pub budget_id: ::prost::alloc::string::String,
}
/// Generated client implementations.
pub mod budget_service_client {
    #![allow(unused_variables, dead_code, missing_docs, clippy::let_unit_value)]
    use tonic::codegen::*;
    use tonic::codegen::http::Uri;
    /// A set of methods for managing Budget resources.
    #[derive(Debug, Clone)]
    pub struct BudgetServiceClient<T> {
        inner: tonic::client::Grpc<T>,
    }
    impl BudgetServiceClient<tonic::transport::Channel> {
        /// Attempt to create a new client by connecting to a given endpoint.
        pub async fn connect<D>(dst: D) -> Result<Self, tonic::transport::Error>
        where
            D: TryInto<tonic::transport::Endpoint>,
            D::Error: Into<StdError>,
        {
            let conn = tonic::transport::Endpoint::new(dst)?.connect().await?;
            Ok(Self::new(conn))
        }
    }
    impl<T> BudgetServiceClient<T>
    where
        T: tonic::client::GrpcService<tonic::body::BoxBody>,
        T::Error: Into<StdError>,
        T::ResponseBody: Body<Data = Bytes> + Send + 'static,
        <T::ResponseBody as Body>::Error: Into<StdError> + Send,
    {
        pub fn new(inner: T) -> Self {
            let inner = tonic::client::Grpc::new(inner);
            Self { inner }
        }
        pub fn with_origin(inner: T, origin: Uri) -> Self {
            let inner = tonic::client::Grpc::with_origin(inner, origin);
            Self { inner }
        }
        pub fn with_interceptor<F>(
            inner: T,
            interceptor: F,
        ) -> BudgetServiceClient<InterceptedService<T, F>>
        where
            F: tonic::service::Interceptor,
            T::ResponseBody: Default,
            T: tonic::codegen::Service<
                http::Request<tonic::body::BoxBody>,
                Response = http::Response<
                    <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
                >,
            >,
            <T as tonic::codegen::Service<
                http::Request<tonic::body::BoxBody>,
            >>::Error: Into<StdError> + Send + Sync,
        {
            BudgetServiceClient::new(InterceptedService::new(inner, interceptor))
        }
        /// Compress requests with the given encoding.
        ///
        /// This requires the server to support it otherwise it might respond with an
        /// error.
        #[must_use]
        pub fn send_compressed(mut self, encoding: CompressionEncoding) -> Self {
            self.inner = self.inner.send_compressed(encoding);
            self
        }
        /// Enable decompressing responses.
        #[must_use]
        pub fn accept_compressed(mut self, encoding: CompressionEncoding) -> Self {
            self.inner = self.inner.accept_compressed(encoding);
            self
        }
        /// Limits the maximum size of a decoded message.
        ///
        /// Default: `4MB`
        #[must_use]
        pub fn max_decoding_message_size(mut self, limit: usize) -> Self {
            self.inner = self.inner.max_decoding_message_size(limit);
            self
        }
        /// Limits the maximum size of an encoded message.
        ///
        /// Default: `usize::MAX`
        #[must_use]
        pub fn max_encoding_message_size(mut self, limit: usize) -> Self {
            self.inner = self.inner.max_encoding_message_size(limit);
            self
        }
        /// Returns the specified budget.
        pub async fn get(
            &mut self,
            request: impl tonic::IntoRequest<super::GetBudgetRequest>,
        ) -> std::result::Result<tonic::Response<super::Budget>, tonic::Status> {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.BudgetService/Get",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(GrpcMethod::new("yandex.cloud.billing.v1.BudgetService", "Get"));
            self.inner.unary(req, path, codec).await
        }
        /// Retrieves the list of budgets corresponding to the specified billing account.
        pub async fn list(
            &mut self,
            request: impl tonic::IntoRequest<super::ListBudgetsRequest>,
        ) -> std::result::Result<
            tonic::Response<super::ListBudgetsResponse>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.BudgetService/List",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new("yandex.cloud.billing.v1.BudgetService", "List"),
                );
            self.inner.unary(req, path, codec).await
        }
        /// Creates a budget for the specified billing account.
        pub async fn create(
            &mut self,
            request: impl tonic::IntoRequest<super::CreateBudgetRequest>,
        ) -> std::result::Result<
            tonic::Response<super::super::super::operation::Operation>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.BudgetService/Create",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new("yandex.cloud.billing.v1.BudgetService", "Create"),
                );
            self.inner.unary(req, path, codec).await
        }
    }
}
/// A Customer resource.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Customer {
    /// ID of the customer.
    #[prost(string, tag = "1")]
    pub id: ::prost::alloc::string::String,
    /// ID of the \[yandex.cloud.billing.v1.BillingAccount\] assigned to the customer.
    #[prost(string, tag = "2")]
    pub billing_account_id: ::prost::alloc::string::String,
}
/// Person of the customer. Contains legal information.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CustomerPerson {
    /// Optional. Name of the person.
    ///
    /// String length is not limited.
    #[prost(string, tag = "1")]
    pub name: ::prost::alloc::string::String,
    /// Optional. Long name of the person.
    ///
    /// String length is not limited.
    #[prost(string, tag = "2")]
    pub longname: ::prost::alloc::string::String,
    /// Optional. Phone of the person.
    ///
    /// Must be a valid telephone number or a valid \[phoneword\](<https://en.m.wikipedia.org/wiki/Phoneword>).
    #[prost(string, tag = "3")]
    pub phone: ::prost::alloc::string::String,
    /// Optional. Email of the person.
    ///
    /// Must be a valid [email address](<https://en.wikipedia.org/wiki/Email_address>).
    #[prost(string, tag = "4")]
    pub email: ::prost::alloc::string::String,
    /// Optional. Post code of the person.
    ///
    /// String length is not limited.
    #[prost(string, tag = "5")]
    pub post_code: ::prost::alloc::string::String,
    /// Optional. Post address of the person.
    ///
    /// String length is not limited.
    #[prost(string, tag = "6")]
    pub post_address: ::prost::alloc::string::String,
    /// Optional. Legal address of the person.
    ///
    /// String length is not limited.
    #[prost(string, tag = "7")]
    pub legal_address: ::prost::alloc::string::String,
    /// Optional. Tax identification number of the person.
    ///
    /// String length is not limited.
    #[prost(string, tag = "8")]
    pub tin: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListCustomersRequest {
    /// ID of the reseller.
    #[prost(string, tag = "1")]
    pub reseller_id: ::prost::alloc::string::String,
    /// The maximum number of results per page to return. If the number of available
    /// results is larger than \[page_size\],
    /// the service returns a \[ListCustomersResponse.next_page_token\]
    /// that can be used to get the next page of results in subsequent list requests.
    #[prost(int64, tag = "3")]
    pub page_size: i64,
    /// Page token. To get the next page of results,
    /// set \[page_token\] to the \[ListCustomersResponse.next_page_token\]
    /// returned by a previous list request.
    #[prost(string, tag = "4")]
    pub page_token: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListCustomersResponse {
    /// List of customers.
    #[prost(message, repeated, tag = "1")]
    pub customers: ::prost::alloc::vec::Vec<Customer>,
    /// This token allows you to get the next page of results for list requests. If the number of results
    /// is larger than \[ListCustomersRequest.page_size\], use
    /// \[next_page_token\] as the value
    /// for the \[ListCustomersRequest.page_token\] query parameter
    /// in the next list request. Each subsequent list request will have its own
    /// \[next_page_token\] to continue paging through the results.
    #[prost(string, tag = "2")]
    pub next_page_token: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct InviteCustomerRequest {
    /// Billing account ID of the reseller that the customer will be associated with.
    #[prost(string, tag = "1")]
    pub reseller_id: ::prost::alloc::string::String,
    /// Name of the customer.
    #[prost(string, tag = "2")]
    pub name: ::prost::alloc::string::String,
    /// Customer email to send invitation to.
    #[prost(string, tag = "3")]
    pub invitation_email: ::prost::alloc::string::String,
    /// Person of the customer.
    #[prost(message, optional, tag = "4")]
    pub person: ::core::option::Option<CustomerPerson>,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CreateResellerServedCustomerRequest {
    /// ID of the reseller that customer will be associated with.</br>
    ///
    /// Value must match either one of the three regular expressions:
    /// </br>- `^\[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f\]{12}$`
    /// </br>- `^\[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f\]{32}$`
    /// </br>- `^\[a-z][-a-zA-Z0-9.]{0,48}[a-zA-Z0-9\]$`
    #[prost(string, tag = "1")]
    pub reseller_id: ::prost::alloc::string::String,
    /// Name of the customer.
    ///
    /// String length is not limited.
    #[prost(string, tag = "2")]
    pub name: ::prost::alloc::string::String,
    /// Person of the customer.
    #[prost(message, optional, tag = "3")]
    pub person: ::core::option::Option<CustomerPerson>,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ActivateCustomerRequest {
    /// ID of the customer.
    /// To get the customer ID, use \[CustomerService.List\] request.
    #[prost(string, tag = "1")]
    pub customer_id: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct SuspendCustomerRequest {
    /// ID of the customer.
    /// To get the customer ID, use \[CustomerService.List\] request.
    #[prost(string, tag = "1")]
    pub customer_id: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CustomerMetadata {
    /// ID of the reseller.
    #[prost(string, tag = "1")]
    pub reseller_id: ::prost::alloc::string::String,
    /// ID of the customer.
    #[prost(string, tag = "2")]
    pub customer_id: ::prost::alloc::string::String,
}
/// Generated client implementations.
pub mod customer_service_client {
    #![allow(unused_variables, dead_code, missing_docs, clippy::let_unit_value)]
    use tonic::codegen::*;
    use tonic::codegen::http::Uri;
    /// A set of methods for managing Customer resources.
    #[derive(Debug, Clone)]
    pub struct CustomerServiceClient<T> {
        inner: tonic::client::Grpc<T>,
    }
    impl CustomerServiceClient<tonic::transport::Channel> {
        /// Attempt to create a new client by connecting to a given endpoint.
        pub async fn connect<D>(dst: D) -> Result<Self, tonic::transport::Error>
        where
            D: TryInto<tonic::transport::Endpoint>,
            D::Error: Into<StdError>,
        {
            let conn = tonic::transport::Endpoint::new(dst)?.connect().await?;
            Ok(Self::new(conn))
        }
    }
    impl<T> CustomerServiceClient<T>
    where
        T: tonic::client::GrpcService<tonic::body::BoxBody>,
        T::Error: Into<StdError>,
        T::ResponseBody: Body<Data = Bytes> + Send + 'static,
        <T::ResponseBody as Body>::Error: Into<StdError> + Send,
    {
        pub fn new(inner: T) -> Self {
            let inner = tonic::client::Grpc::new(inner);
            Self { inner }
        }
        pub fn with_origin(inner: T, origin: Uri) -> Self {
            let inner = tonic::client::Grpc::with_origin(inner, origin);
            Self { inner }
        }
        pub fn with_interceptor<F>(
            inner: T,
            interceptor: F,
        ) -> CustomerServiceClient<InterceptedService<T, F>>
        where
            F: tonic::service::Interceptor,
            T::ResponseBody: Default,
            T: tonic::codegen::Service<
                http::Request<tonic::body::BoxBody>,
                Response = http::Response<
                    <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
                >,
            >,
            <T as tonic::codegen::Service<
                http::Request<tonic::body::BoxBody>,
            >>::Error: Into<StdError> + Send + Sync,
        {
            CustomerServiceClient::new(InterceptedService::new(inner, interceptor))
        }
        /// Compress requests with the given encoding.
        ///
        /// This requires the server to support it otherwise it might respond with an
        /// error.
        #[must_use]
        pub fn send_compressed(mut self, encoding: CompressionEncoding) -> Self {
            self.inner = self.inner.send_compressed(encoding);
            self
        }
        /// Enable decompressing responses.
        #[must_use]
        pub fn accept_compressed(mut self, encoding: CompressionEncoding) -> Self {
            self.inner = self.inner.accept_compressed(encoding);
            self
        }
        /// Limits the maximum size of a decoded message.
        ///
        /// Default: `4MB`
        #[must_use]
        pub fn max_decoding_message_size(mut self, limit: usize) -> Self {
            self.inner = self.inner.max_decoding_message_size(limit);
            self
        }
        /// Limits the maximum size of an encoded message.
        ///
        /// Default: `usize::MAX`
        #[must_use]
        pub fn max_encoding_message_size(mut self, limit: usize) -> Self {
            self.inner = self.inner.max_encoding_message_size(limit);
            self
        }
        /// Retrieves the list of customers associated with the specified reseller.
        pub async fn list(
            &mut self,
            request: impl tonic::IntoRequest<super::ListCustomersRequest>,
        ) -> std::result::Result<
            tonic::Response<super::ListCustomersResponse>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.CustomerService/List",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new("yandex.cloud.billing.v1.CustomerService", "List"),
                );
            self.inner.unary(req, path, codec).await
        }
        /// Invites customer to the specified reseller.
        pub async fn invite(
            &mut self,
            request: impl tonic::IntoRequest<super::InviteCustomerRequest>,
        ) -> std::result::Result<
            tonic::Response<super::super::super::operation::Operation>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.CustomerService/Invite",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new("yandex.cloud.billing.v1.CustomerService", "Invite"),
                );
            self.inner.unary(req, path, codec).await
        }
        /// Creates new reseller-served customer.
        pub async fn create_reseller_served(
            &mut self,
            request: impl tonic::IntoRequest<super::CreateResellerServedCustomerRequest>,
        ) -> std::result::Result<
            tonic::Response<super::super::super::operation::Operation>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.CustomerService/CreateResellerServed",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new(
                        "yandex.cloud.billing.v1.CustomerService",
                        "CreateResellerServed",
                    ),
                );
            self.inner.unary(req, path, codec).await
        }
        /// Activates specified customer. After customer is activated, he can use resources associated with his billing account.
        pub async fn activate(
            &mut self,
            request: impl tonic::IntoRequest<super::ActivateCustomerRequest>,
        ) -> std::result::Result<
            tonic::Response<super::super::super::operation::Operation>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.CustomerService/Activate",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new(
                        "yandex.cloud.billing.v1.CustomerService",
                        "Activate",
                    ),
                );
            self.inner.unary(req, path, codec).await
        }
        /// Suspend specified customer. After customer is suspended, he can't use resources associated with his billing account.
        pub async fn suspend(
            &mut self,
            request: impl tonic::IntoRequest<super::SuspendCustomerRequest>,
        ) -> std::result::Result<
            tonic::Response<super::super::super::operation::Operation>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.CustomerService/Suspend",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new("yandex.cloud.billing.v1.CustomerService", "Suspend"),
                );
            self.inner.unary(req, path, codec).await
        }
    }
}
/// A Service resource.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Service {
    /// ID of the service.
    #[prost(string, tag = "1")]
    pub id: ::prost::alloc::string::String,
    /// Name of the service, e.g. `Compute Cloud`, `VPC`.
    #[prost(string, tag = "2")]
    pub name: ::prost::alloc::string::String,
    /// Description of the service.
    #[prost(string, tag = "3")]
    pub description: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct GetServiceRequest {
    /// ID of the service to return.
    /// To get the service ID, use \[ServiceService.List\] request.
    #[prost(string, tag = "1")]
    pub id: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListServicesRequest {
    /// A filter expression that filters resources listed in the response.
    /// The expression must specify:
    /// 1. The field name. Currently you can use filtering only on the \[yandex.cloud.billing.v1.Service.id\] field.
    /// 2. An `=` operator.
    /// 3. The value in double quotes (`"`). Must be 3-63 characters long and match the regular expression `\[a-z][-a-z0-9]{1,61}[a-z0-9\]`.
    #[prost(string, tag = "1")]
    pub filter: ::prost::alloc::string::String,
    /// The maximum number of results per page to return. If the number of available
    /// results is larger than \[page_size\],
    /// the service returns a \[ListServicesResponse.next_page_token\]
    /// that can be used to get the next page of results in subsequent list requests.
    #[prost(int64, tag = "2")]
    pub page_size: i64,
    /// Page token. To get the next page of results,
    /// set \[page_token\] to the \[ListServicesResponse.next_page_token\]
    /// returned by a previous list request.
    #[prost(string, tag = "3")]
    pub page_token: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListServicesResponse {
    /// List of services.
    #[prost(message, repeated, tag = "1")]
    pub services: ::prost::alloc::vec::Vec<Service>,
    /// This token allows you to get the next page of results for list requests. If the number of results
    /// is larger than \[ListServicesRequest.page_size\], use
    /// \[next_page_token\] as the value
    /// for the \[ListServicesRequest.page_token\] query parameter
    /// in the next list request. Each subsequent list request will have its own
    /// \[next_page_token\] to continue paging through the results.
    #[prost(string, tag = "2")]
    pub next_page_token: ::prost::alloc::string::String,
}
/// Generated client implementations.
pub mod service_service_client {
    #![allow(unused_variables, dead_code, missing_docs, clippy::let_unit_value)]
    use tonic::codegen::*;
    use tonic::codegen::http::Uri;
    /// A set of methods for managing Service resources.
    #[derive(Debug, Clone)]
    pub struct ServiceServiceClient<T> {
        inner: tonic::client::Grpc<T>,
    }
    impl ServiceServiceClient<tonic::transport::Channel> {
        /// Attempt to create a new client by connecting to a given endpoint.
        pub async fn connect<D>(dst: D) -> Result<Self, tonic::transport::Error>
        where
            D: TryInto<tonic::transport::Endpoint>,
            D::Error: Into<StdError>,
        {
            let conn = tonic::transport::Endpoint::new(dst)?.connect().await?;
            Ok(Self::new(conn))
        }
    }
    impl<T> ServiceServiceClient<T>
    where
        T: tonic::client::GrpcService<tonic::body::BoxBody>,
        T::Error: Into<StdError>,
        T::ResponseBody: Body<Data = Bytes> + Send + 'static,
        <T::ResponseBody as Body>::Error: Into<StdError> + Send,
    {
        pub fn new(inner: T) -> Self {
            let inner = tonic::client::Grpc::new(inner);
            Self { inner }
        }
        pub fn with_origin(inner: T, origin: Uri) -> Self {
            let inner = tonic::client::Grpc::with_origin(inner, origin);
            Self { inner }
        }
        pub fn with_interceptor<F>(
            inner: T,
            interceptor: F,
        ) -> ServiceServiceClient<InterceptedService<T, F>>
        where
            F: tonic::service::Interceptor,
            T::ResponseBody: Default,
            T: tonic::codegen::Service<
                http::Request<tonic::body::BoxBody>,
                Response = http::Response<
                    <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
                >,
            >,
            <T as tonic::codegen::Service<
                http::Request<tonic::body::BoxBody>,
            >>::Error: Into<StdError> + Send + Sync,
        {
            ServiceServiceClient::new(InterceptedService::new(inner, interceptor))
        }
        /// Compress requests with the given encoding.
        ///
        /// This requires the server to support it otherwise it might respond with an
        /// error.
        #[must_use]
        pub fn send_compressed(mut self, encoding: CompressionEncoding) -> Self {
            self.inner = self.inner.send_compressed(encoding);
            self
        }
        /// Enable decompressing responses.
        #[must_use]
        pub fn accept_compressed(mut self, encoding: CompressionEncoding) -> Self {
            self.inner = self.inner.accept_compressed(encoding);
            self
        }
        /// Limits the maximum size of a decoded message.
        ///
        /// Default: `4MB`
        #[must_use]
        pub fn max_decoding_message_size(mut self, limit: usize) -> Self {
            self.inner = self.inner.max_decoding_message_size(limit);
            self
        }
        /// Limits the maximum size of an encoded message.
        ///
        /// Default: `usize::MAX`
        #[must_use]
        pub fn max_encoding_message_size(mut self, limit: usize) -> Self {
            self.inner = self.inner.max_encoding_message_size(limit);
            self
        }
        /// Returns the specified service.
        pub async fn get(
            &mut self,
            request: impl tonic::IntoRequest<super::GetServiceRequest>,
        ) -> std::result::Result<tonic::Response<super::Service>, tonic::Status> {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.ServiceService/Get",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new("yandex.cloud.billing.v1.ServiceService", "Get"),
                );
            self.inner.unary(req, path, codec).await
        }
        /// Retrieves the list of services.
        pub async fn list(
            &mut self,
            request: impl tonic::IntoRequest<super::ListServicesRequest>,
        ) -> std::result::Result<
            tonic::Response<super::ListServicesResponse>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.ServiceService/List",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(
                    GrpcMethod::new("yandex.cloud.billing.v1.ServiceService", "List"),
                );
            self.inner.unary(req, path, codec).await
        }
    }
}
/// A Stock keeping unit resource.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Sku {
    /// ID of the SKU.
    #[prost(string, tag = "1")]
    pub id: ::prost::alloc::string::String,
    /// Name of the SKU.
    #[prost(string, tag = "2")]
    pub name: ::prost::alloc::string::String,
    /// Description of the sku.
    #[prost(string, tag = "3")]
    pub description: ::prost::alloc::string::String,
    /// ID of the service that sku belongs to.
    #[prost(string, tag = "4")]
    pub service_id: ::prost::alloc::string::String,
    /// Pricing unit of the SKU, e.g. `core*hour`, `gbyte*hour`.
    #[prost(string, tag = "5")]
    pub pricing_unit: ::prost::alloc::string::String,
    /// List of pricing versions.
    #[prost(message, repeated, tag = "6")]
    pub pricing_versions: ::prost::alloc::vec::Vec<PricingVersion>,
}
/// Pricing version of the SKU.
/// Defines current and past prices for the sku.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PricingVersion {
    /// Type of the pricing version.
    #[prost(enumeration = "PricingVersionType", tag = "1")]
    pub r#type: i32,
    /// Timestamp pricing version is active since inclusive.
    /// The pricing version is active until next pricing version effective time exclusive.
    #[prost(message, optional, tag = "2")]
    pub effective_time: ::core::option::Option<::prost_types::Timestamp>,
    /// List of pricing expressions.
    #[prost(message, repeated, tag = "3")]
    pub pricing_expressions: ::prost::alloc::vec::Vec<PricingExpression>,
}
/// Pricing expression of the pricing version.
/// Defines price for the sku.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct PricingExpression {
    /// List of rates.
    #[prost(message, repeated, tag = "2")]
    pub rates: ::prost::alloc::vec::Vec<Rate>,
}
/// Rate of the pricing expression.
/// Define unit price for pricing quantity interval.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Rate {
    /// Start of the pricing quantity interval. The end of the interval is the start pricing quantity of the next rate.
    #[prost(string, tag = "1")]
    pub start_pricing_quantity: ::prost::alloc::string::String,
    /// Unit price for the pricing quantity interval.
    #[prost(string, tag = "2")]
    pub unit_price: ::prost::alloc::string::String,
    /// Currency of the unit price.
    /// Can be one of the following:
    /// * `RUB`
    /// * `USD`
    /// * `KZT`
    #[prost(string, tag = "3")]
    pub currency: ::prost::alloc::string::String,
}
/// Type of the pricing version.
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)]
#[repr(i32)]
pub enum PricingVersionType {
    Unspecified = 0,
    /// Regular price.
    StreetPrice = 1,
    /// Price is overridden by a contract. Defined in the scope of a billing account.
    ContractPrice = 2,
}
impl PricingVersionType {
    /// String value of the enum field names used in the ProtoBuf definition.
    ///
    /// The values are not transformed in any way and thus are considered stable
    /// (if the ProtoBuf definition does not change) and safe for programmatic use.
    pub fn as_str_name(&self) -> &'static str {
        match self {
            PricingVersionType::Unspecified => "PRICING_VERSION_TYPE_UNSPECIFIED",
            PricingVersionType::StreetPrice => "STREET_PRICE",
            PricingVersionType::ContractPrice => "CONTRACT_PRICE",
        }
    }
    /// Creates an enum from field names used in the ProtoBuf definition.
    pub fn from_str_name(value: &str) -> ::core::option::Option<Self> {
        match value {
            "PRICING_VERSION_TYPE_UNSPECIFIED" => Some(Self::Unspecified),
            "STREET_PRICE" => Some(Self::StreetPrice),
            "CONTRACT_PRICE" => Some(Self::ContractPrice),
            _ => None,
        }
    }
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct GetSkuRequest {
    /// ID of the SKU to return.
    /// To get the SKU ID, use \[SkuService.List\] request.
    #[prost(string, tag = "1")]
    pub id: ::prost::alloc::string::String,
    /// Currency of the SKU.
    /// Can be one of the following:
    /// * `RUB`
    /// * `USD`
    /// * `KZT`
    #[prost(string, tag = "2")]
    pub currency: ::prost::alloc::string::String,
    /// Optional ID of the billing account.
    /// If specified, contract prices for a particular billing account are included in the response.
    /// To get the billing account ID, use \[BillingAccountService.List\] request.
    #[prost(string, tag = "3")]
    pub billing_account_id: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListSkusRequest {
    /// Currency of the prices.
    /// Can be one of the following:
    /// * `RUB`
    /// * `USD`
    /// * `KZT`
    #[prost(string, tag = "1")]
    pub currency: ::prost::alloc::string::String,
    /// Optional ID of the billing account.
    /// If specified, contract prices for a particular billing account are included in the response.
    /// To get the billing account ID, use \[BillingAccountService.List\] request.
    #[prost(string, tag = "2")]
    pub billing_account_id: ::prost::alloc::string::String,
    /// A filter expression that filters resources listed in the response.
    /// The expression must specify:
    /// 1. The field name. Currently you can use filtering only on the \[yandex.cloud.billing.v1.Sku.id\] and \[yandex.cloud.billing.v1.Sku.service_id\] field.
    /// 2. An `=` operator.
    /// 3. The value in double quotes (`"`). Must be 3-63 characters long and match the regular expression `\[a-z][-a-z0-9]{1,61}[a-z0-9\]`.
    /// E.g. `filter=serviceId="dn28hpu6268356q0j8mk"`.
    #[prost(string, tag = "3")]
    pub filter: ::prost::alloc::string::String,
    /// The maximum number of results per page to return. If the number of available
    /// results is larger than \[page_size\],
    /// the service returns a \[ListSkusResponse.next_page_token\]
    /// that can be used to get the next page of results in subsequent list requests.
    #[prost(int64, tag = "4")]
    pub page_size: i64,
    /// Page token. To get the next page of results,
    /// set \[page_token\] to the \[ListSkusResponse.next_page_token\]
    /// returned by a previous list request.
    #[prost(string, tag = "5")]
    pub page_token: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListSkusResponse {
    /// List of skus.
    #[prost(message, repeated, tag = "1")]
    pub skus: ::prost::alloc::vec::Vec<Sku>,
    /// This token allows you to get the next page of results for list requests. If the number of results
    /// is larger than \[ListSkusRequest.page_size\], use
    /// \[next_page_token\] as the value
    /// for the \[ListSkusRequest.page_token\] query parameter
    /// in the next list request. Each subsequent list request will have its own
    /// \[next_page_token\] to continue paging through the results.
    #[prost(string, tag = "2")]
    pub next_page_token: ::prost::alloc::string::String,
}
/// Generated client implementations.
pub mod sku_service_client {
    #![allow(unused_variables, dead_code, missing_docs, clippy::let_unit_value)]
    use tonic::codegen::*;
    use tonic::codegen::http::Uri;
    /// A set of methods for managing Sku resources.
    #[derive(Debug, Clone)]
    pub struct SkuServiceClient<T> {
        inner: tonic::client::Grpc<T>,
    }
    impl SkuServiceClient<tonic::transport::Channel> {
        /// Attempt to create a new client by connecting to a given endpoint.
        pub async fn connect<D>(dst: D) -> Result<Self, tonic::transport::Error>
        where
            D: TryInto<tonic::transport::Endpoint>,
            D::Error: Into<StdError>,
        {
            let conn = tonic::transport::Endpoint::new(dst)?.connect().await?;
            Ok(Self::new(conn))
        }
    }
    impl<T> SkuServiceClient<T>
    where
        T: tonic::client::GrpcService<tonic::body::BoxBody>,
        T::Error: Into<StdError>,
        T::ResponseBody: Body<Data = Bytes> + Send + 'static,
        <T::ResponseBody as Body>::Error: Into<StdError> + Send,
    {
        pub fn new(inner: T) -> Self {
            let inner = tonic::client::Grpc::new(inner);
            Self { inner }
        }
        pub fn with_origin(inner: T, origin: Uri) -> Self {
            let inner = tonic::client::Grpc::with_origin(inner, origin);
            Self { inner }
        }
        pub fn with_interceptor<F>(
            inner: T,
            interceptor: F,
        ) -> SkuServiceClient<InterceptedService<T, F>>
        where
            F: tonic::service::Interceptor,
            T::ResponseBody: Default,
            T: tonic::codegen::Service<
                http::Request<tonic::body::BoxBody>,
                Response = http::Response<
                    <T as tonic::client::GrpcService<tonic::body::BoxBody>>::ResponseBody,
                >,
            >,
            <T as tonic::codegen::Service<
                http::Request<tonic::body::BoxBody>,
            >>::Error: Into<StdError> + Send + Sync,
        {
            SkuServiceClient::new(InterceptedService::new(inner, interceptor))
        }
        /// Compress requests with the given encoding.
        ///
        /// This requires the server to support it otherwise it might respond with an
        /// error.
        #[must_use]
        pub fn send_compressed(mut self, encoding: CompressionEncoding) -> Self {
            self.inner = self.inner.send_compressed(encoding);
            self
        }
        /// Enable decompressing responses.
        #[must_use]
        pub fn accept_compressed(mut self, encoding: CompressionEncoding) -> Self {
            self.inner = self.inner.accept_compressed(encoding);
            self
        }
        /// Limits the maximum size of a decoded message.
        ///
        /// Default: `4MB`
        #[must_use]
        pub fn max_decoding_message_size(mut self, limit: usize) -> Self {
            self.inner = self.inner.max_decoding_message_size(limit);
            self
        }
        /// Limits the maximum size of an encoded message.
        ///
        /// Default: `usize::MAX`
        #[must_use]
        pub fn max_encoding_message_size(mut self, limit: usize) -> Self {
            self.inner = self.inner.max_encoding_message_size(limit);
            self
        }
        /// Returns the specified SKU.
        pub async fn get(
            &mut self,
            request: impl tonic::IntoRequest<super::GetSkuRequest>,
        ) -> std::result::Result<tonic::Response<super::Sku>, tonic::Status> {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.SkuService/Get",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(GrpcMethod::new("yandex.cloud.billing.v1.SkuService", "Get"));
            self.inner.unary(req, path, codec).await
        }
        /// Retrieves the list of SKUs.
        pub async fn list(
            &mut self,
            request: impl tonic::IntoRequest<super::ListSkusRequest>,
        ) -> std::result::Result<
            tonic::Response<super::ListSkusResponse>,
            tonic::Status,
        > {
            self.inner
                .ready()
                .await
                .map_err(|e| {
                    tonic::Status::new(
                        tonic::Code::Unknown,
                        format!("Service was not ready: {}", e.into()),
                    )
                })?;
            let codec = tonic::codec::ProstCodec::default();
            let path = http::uri::PathAndQuery::from_static(
                "/yandex.cloud.billing.v1.SkuService/List",
            );
            let mut req = request.into_request();
            req.extensions_mut()
                .insert(GrpcMethod::new("yandex.cloud.billing.v1.SkuService", "List"));
            self.inner.unary(req, path, codec).await
        }
    }
}