tencentcloud-sdk-python-vcube 3.1.76__tar.gz → 3.1.82__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/setup.py +1 -1
  3. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/tencentcloud/vcube/v20220410/models.py +80 -50
  5. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/tencentcloud_sdk_python_vcube.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_vcube-3.1.82/tencentcloud_sdk_python_vcube.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_vcube-3.1.76/tencentcloud_sdk_python_vcube.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/README.rst +0 -0
  9. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/tencentcloud/vcube/__init__.py +0 -0
  11. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/tencentcloud/vcube/v20220410/__init__.py +0 -0
  12. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/tencentcloud/vcube/v20220410/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/tencentcloud/vcube/v20220410/vcube_client.py +0 -0
  14. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/tencentcloud/vcube/v20220410/vcube_client_async.py +0 -0
  15. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/tencentcloud_sdk_python_vcube.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/tencentcloud_sdk_python_vcube.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_vcube-3.1.76 → tencentcloud_sdk_python_vcube-3.1.82}/tencentcloud_sdk_python_vcube.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-vcube
3
- Version: 3.1.76
3
+ Version: 3.1.82
4
4
  Summary: Tencent Cloud Vcube SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.76
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.82
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-vcube',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.76,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.82,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Vcube SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.76'
17
+ __version__ = '3.1.82'
@@ -735,34 +735,37 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
735
735
 
736
736
  def __init__(self):
737
737
  r"""
738
- :param _AppName: 应用名
738
+ :param _AppName: <p>应用名</p>
739
739
  :type AppName: str
740
- :param _BundleId: 应用ID
740
+ :param _BundleId: <p>应用ID</p>
741
741
  :type BundleId: str
742
- :param _PackageName: 包名
742
+ :param _PackageName: <p>包名</p>
743
743
  :type PackageName: str
744
- :param _ResourceIds: 资源包ID
744
+ :param _BundleName: <p>鸿蒙包包名</p>
745
+ :type BundleName: str
746
+ :param _ResourceIds: <p>资源包ID</p>
745
747
  :type ResourceIds: list of str
746
- :param _CompanyPermit: 营业执照
748
+ :param _CompanyPermit: <p>营业执照</p>
747
749
  :type CompanyPermit: str
748
- :param _CompanyType: 公司类型
750
+ :param _CompanyType: <p>公司类型</p>
749
751
  :type CompanyType: str
750
- :param _CompanyName: 公司名称
752
+ :param _CompanyName: <p>公司名称</p>
751
753
  :type CompanyName: str
752
- :param _XMagicResourceIds: 优图资源id列表
754
+ :param _XMagicResourceIds: <p>优图资源id列表</p>
753
755
  :type XMagicResourceIds: list of str
754
- :param _MacBundleId: Mac 进程名
756
+ :param _MacBundleId: <p>Mac 进程名</p>
755
757
  :type MacBundleId: str
756
- :param _WinProcessName: Windows 进程名
758
+ :param _WinProcessName: <p>Windows 进程名</p>
757
759
  :type WinProcessName: str
758
- :param _DomainList: 要开通的域名列表
760
+ :param _DomainList: <p>要开通的域名列表</p>
759
761
  :type DomainList: list of str
760
- :param _Platform: 要开通的端,web/mobile/pc
762
+ :param _Platform: <p>要开通的端,web/mobile/pc</p>
761
763
  :type Platform: str
762
764
  """
763
765
  self._AppName = None
764
766
  self._BundleId = None
765
767
  self._PackageName = None
768
+ self._BundleName = None
766
769
  self._ResourceIds = None
767
770
  self._CompanyPermit = None
768
771
  self._CompanyType = None
@@ -775,7 +778,7 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
775
778
 
776
779
  @property
777
780
  def AppName(self):
778
- r"""应用名
781
+ r"""<p>应用名</p>
779
782
  :rtype: str
780
783
  """
781
784
  return self._AppName
@@ -786,7 +789,7 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
786
789
 
787
790
  @property
788
791
  def BundleId(self):
789
- r"""应用ID
792
+ r"""<p>应用ID</p>
790
793
  :rtype: str
791
794
  """
792
795
  return self._BundleId
@@ -797,7 +800,7 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
797
800
 
798
801
  @property
799
802
  def PackageName(self):
800
- r"""包名
803
+ r"""<p>包名</p>
801
804
  :rtype: str
802
805
  """
803
806
  return self._PackageName
@@ -806,9 +809,20 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
806
809
  def PackageName(self, PackageName):
807
810
  self._PackageName = PackageName
808
811
 
812
+ @property
813
+ def BundleName(self):
814
+ r"""<p>鸿蒙包包名</p>
815
+ :rtype: str
816
+ """
817
+ return self._BundleName
818
+
819
+ @BundleName.setter
820
+ def BundleName(self, BundleName):
821
+ self._BundleName = BundleName
822
+
809
823
  @property
810
824
  def ResourceIds(self):
811
- r"""资源包ID
825
+ r"""<p>资源包ID</p>
812
826
  :rtype: list of str
813
827
  """
814
828
  return self._ResourceIds
@@ -819,7 +833,7 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
819
833
 
820
834
  @property
821
835
  def CompanyPermit(self):
822
- r"""营业执照
836
+ r"""<p>营业执照</p>
823
837
  :rtype: str
824
838
  """
825
839
  return self._CompanyPermit
@@ -830,7 +844,7 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
830
844
 
831
845
  @property
832
846
  def CompanyType(self):
833
- r"""公司类型
847
+ r"""<p>公司类型</p>
834
848
  :rtype: str
835
849
  """
836
850
  return self._CompanyType
@@ -841,7 +855,7 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
841
855
 
842
856
  @property
843
857
  def CompanyName(self):
844
- r"""公司名称
858
+ r"""<p>公司名称</p>
845
859
  :rtype: str
846
860
  """
847
861
  return self._CompanyName
@@ -852,7 +866,7 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
852
866
 
853
867
  @property
854
868
  def XMagicResourceIds(self):
855
- r"""优图资源id列表
869
+ r"""<p>优图资源id列表</p>
856
870
  :rtype: list of str
857
871
  """
858
872
  return self._XMagicResourceIds
@@ -863,7 +877,7 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
863
877
 
864
878
  @property
865
879
  def MacBundleId(self):
866
- r"""Mac 进程名
880
+ r"""<p>Mac 进程名</p>
867
881
  :rtype: str
868
882
  """
869
883
  return self._MacBundleId
@@ -874,7 +888,7 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
874
888
 
875
889
  @property
876
890
  def WinProcessName(self):
877
- r"""Windows 进程名
891
+ r"""<p>Windows 进程名</p>
878
892
  :rtype: str
879
893
  """
880
894
  return self._WinProcessName
@@ -885,7 +899,7 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
885
899
 
886
900
  @property
887
901
  def DomainList(self):
888
- r"""要开通的域名列表
902
+ r"""<p>要开通的域名列表</p>
889
903
  :rtype: list of str
890
904
  """
891
905
  return self._DomainList
@@ -896,7 +910,7 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
896
910
 
897
911
  @property
898
912
  def Platform(self):
899
- r"""要开通的端,web/mobile/pc
913
+ r"""<p>要开通的端,web/mobile/pc</p>
900
914
  :rtype: str
901
915
  """
902
916
  return self._Platform
@@ -910,6 +924,7 @@ class CreateApplicationAndBindLicenseRequest(AbstractModel):
910
924
  self._AppName = params.get("AppName")
911
925
  self._BundleId = params.get("BundleId")
912
926
  self._PackageName = params.get("PackageName")
927
+ self._BundleName = params.get("BundleName")
913
928
  self._ResourceIds = params.get("ResourceIds")
914
929
  self._CompanyPermit = params.get("CompanyPermit")
915
930
  self._CompanyType = params.get("CompanyType")
@@ -1385,36 +1400,39 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1385
1400
 
1386
1401
  def __init__(self):
1387
1402
  r"""
1388
- :param _AppName: 应用名
1403
+ :param _AppName: <p>应用名</p>
1389
1404
  :type AppName: str
1390
- :param _BundleId: 应用ID
1405
+ :param _BundleId: <p>应用ID</p>
1391
1406
  :type BundleId: str
1392
- :param _PackageName: 包名
1407
+ :param _PackageName: <p>包名</p>
1393
1408
  :type PackageName: str
1394
- :param _FeatureIds: 功能 id 数组
1409
+ :param _BundleName: <p>鸿蒙包包名</p>
1410
+ :type BundleName: str
1411
+ :param _FeatureIds: <p>功能 id 数组</p>
1395
1412
  :type FeatureIds: list of int
1396
- :param _XMagic: 是否要开通优图功能
1413
+ :param _XMagic: <p>是否要开通优图功能</p>
1397
1414
  :type XMagic: bool
1398
- :param _CompanyPermit: 营业执照
1415
+ :param _CompanyPermit: <p>营业执照</p>
1399
1416
  :type CompanyPermit: str
1400
- :param _CompanyType: 公司类型
1417
+ :param _CompanyType: <p>公司类型</p>
1401
1418
  :type CompanyType: str
1402
- :param _CompanyName: 公司名称
1419
+ :param _CompanyName: <p>公司名称</p>
1403
1420
  :type CompanyName: str
1404
- :param _PlanList: 要开通的测试功能名称,基础套餐只能有一个
1421
+ :param _PlanList: <p>要开通的测试功能名称,基础套餐只能有一个</p>
1405
1422
  :type PlanList: list of str
1406
- :param _MacBundleId: Mac 进程名
1423
+ :param _MacBundleId: <p>Mac 进程名</p>
1407
1424
  :type MacBundleId: str
1408
- :param _WinProcessName: Windows 进程名
1425
+ :param _WinProcessName: <p>Windows 进程名</p>
1409
1426
  :type WinProcessName: str
1410
- :param _Platform: 要创建到哪个平台,web、mobile、pc,默认mobile
1427
+ :param _Platform: <p>要创建到哪个平台,web、mobile、pc,默认mobile</p>
1411
1428
  :type Platform: str
1412
- :param _DomainList: 授权域名列表
1429
+ :param _DomainList: <p>授权域名列表</p>
1413
1430
  :type DomainList: list of str
1414
1431
  """
1415
1432
  self._AppName = None
1416
1433
  self._BundleId = None
1417
1434
  self._PackageName = None
1435
+ self._BundleName = None
1418
1436
  self._FeatureIds = None
1419
1437
  self._XMagic = None
1420
1438
  self._CompanyPermit = None
@@ -1428,7 +1446,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1428
1446
 
1429
1447
  @property
1430
1448
  def AppName(self):
1431
- r"""应用名
1449
+ r"""<p>应用名</p>
1432
1450
  :rtype: str
1433
1451
  """
1434
1452
  return self._AppName
@@ -1439,7 +1457,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1439
1457
 
1440
1458
  @property
1441
1459
  def BundleId(self):
1442
- r"""应用ID
1460
+ r"""<p>应用ID</p>
1443
1461
  :rtype: str
1444
1462
  """
1445
1463
  return self._BundleId
@@ -1450,7 +1468,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1450
1468
 
1451
1469
  @property
1452
1470
  def PackageName(self):
1453
- r"""包名
1471
+ r"""<p>包名</p>
1454
1472
  :rtype: str
1455
1473
  """
1456
1474
  return self._PackageName
@@ -1459,9 +1477,20 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1459
1477
  def PackageName(self, PackageName):
1460
1478
  self._PackageName = PackageName
1461
1479
 
1480
+ @property
1481
+ def BundleName(self):
1482
+ r"""<p>鸿蒙包包名</p>
1483
+ :rtype: str
1484
+ """
1485
+ return self._BundleName
1486
+
1487
+ @BundleName.setter
1488
+ def BundleName(self, BundleName):
1489
+ self._BundleName = BundleName
1490
+
1462
1491
  @property
1463
1492
  def FeatureIds(self):
1464
- r"""功能 id 数组
1493
+ r"""<p>功能 id 数组</p>
1465
1494
  :rtype: list of int
1466
1495
  """
1467
1496
  return self._FeatureIds
@@ -1472,7 +1501,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1472
1501
 
1473
1502
  @property
1474
1503
  def XMagic(self):
1475
- r"""是否要开通优图功能
1504
+ r"""<p>是否要开通优图功能</p>
1476
1505
  :rtype: bool
1477
1506
  """
1478
1507
  return self._XMagic
@@ -1483,7 +1512,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1483
1512
 
1484
1513
  @property
1485
1514
  def CompanyPermit(self):
1486
- r"""营业执照
1515
+ r"""<p>营业执照</p>
1487
1516
  :rtype: str
1488
1517
  """
1489
1518
  return self._CompanyPermit
@@ -1494,7 +1523,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1494
1523
 
1495
1524
  @property
1496
1525
  def CompanyType(self):
1497
- r"""公司类型
1526
+ r"""<p>公司类型</p>
1498
1527
  :rtype: str
1499
1528
  """
1500
1529
  return self._CompanyType
@@ -1505,7 +1534,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1505
1534
 
1506
1535
  @property
1507
1536
  def CompanyName(self):
1508
- r"""公司名称
1537
+ r"""<p>公司名称</p>
1509
1538
  :rtype: str
1510
1539
  """
1511
1540
  return self._CompanyName
@@ -1516,7 +1545,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1516
1545
 
1517
1546
  @property
1518
1547
  def PlanList(self):
1519
- r"""要开通的测试功能名称,基础套餐只能有一个
1548
+ r"""<p>要开通的测试功能名称,基础套餐只能有一个</p>
1520
1549
  :rtype: list of str
1521
1550
  """
1522
1551
  return self._PlanList
@@ -1527,7 +1556,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1527
1556
 
1528
1557
  @property
1529
1558
  def MacBundleId(self):
1530
- r"""Mac 进程名
1559
+ r"""<p>Mac 进程名</p>
1531
1560
  :rtype: str
1532
1561
  """
1533
1562
  return self._MacBundleId
@@ -1538,7 +1567,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1538
1567
 
1539
1568
  @property
1540
1569
  def WinProcessName(self):
1541
- r"""Windows 进程名
1570
+ r"""<p>Windows 进程名</p>
1542
1571
  :rtype: str
1543
1572
  """
1544
1573
  return self._WinProcessName
@@ -1549,7 +1578,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1549
1578
 
1550
1579
  @property
1551
1580
  def Platform(self):
1552
- r"""要创建到哪个平台,web、mobile、pc,默认mobile
1581
+ r"""<p>要创建到哪个平台,web、mobile、pc,默认mobile</p>
1553
1582
  :rtype: str
1554
1583
  """
1555
1584
  return self._Platform
@@ -1560,7 +1589,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1560
1589
 
1561
1590
  @property
1562
1591
  def DomainList(self):
1563
- r"""授权域名列表
1592
+ r"""<p>授权域名列表</p>
1564
1593
  :rtype: list of str
1565
1594
  """
1566
1595
  return self._DomainList
@@ -1574,6 +1603,7 @@ class CreateTrialApplicationAndLicenseRequest(AbstractModel):
1574
1603
  self._AppName = params.get("AppName")
1575
1604
  self._BundleId = params.get("BundleId")
1576
1605
  self._PackageName = params.get("PackageName")
1606
+ self._BundleName = params.get("BundleName")
1577
1607
  self._FeatureIds = params.get("FeatureIds")
1578
1608
  self._XMagic = params.get("XMagic")
1579
1609
  self._CompanyPermit = params.get("CompanyPermit")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-vcube
3
- Version: 3.1.76
3
+ Version: 3.1.82
4
4
  Summary: Tencent Cloud Vcube SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.76
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.82
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.82
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.76