tencentcloud-sdk-rum 3.0.760 → 3.0.762

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29a0e1dfabd6e93412c3204e8700376d7f127a1b
4
- data.tar.gz: d768734799783a2f32128289e885539c64d93179
3
+ metadata.gz: d3fc316fe27a982556404b79385fa2144d379535
4
+ data.tar.gz: 14f6c32cc16aecb9f193fcb9189be3d3766940e6
5
5
  SHA512:
6
- metadata.gz: 71344d81ca50376a1e536b6301723cf905917c6412ef6bca956df1cb7f61441ec50b2f4f71f4cd2cf63d4355d76b2fcbbf6cc73fc8d00a96dbdebd22be3224ad
7
- data.tar.gz: 0f9ed11ed4fa2a47def75235b70a9dcfe40a5532dd3ee9c2771fcdc8a2a2089be7b95237e1336a2e6cfd7f0890bd222df713fd262be811159a66a9bcf024d012
6
+ metadata.gz: 7f941630dcf7372d4390b09c6e4b2044dd611aa3c2f3c8b5ecea8ee347f75e915269a329bd31e2b631a6fe3273f1bccf227a4db745f7d95ba42a74873c1dd130
7
+ data.tar.gz: efa05b1f864df8ec873845a98035c2f2bdf5a810c896892405c15f2b562360ee45f00d3374f1eeebfe095a406278e61fe48fed6bf7935d281ca4cc703feddfb2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.760
1
+ 3.0.762
@@ -581,30 +581,6 @@ module TencentCloud
581
581
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
582
582
  end
583
583
 
584
- # 获取PerformanceProject信息
585
-
586
- # @param request: Request instance for DescribeDataPerformanceProject.
587
- # @type request: :class:`Tencentcloud::rum::V20210622::DescribeDataPerformanceProjectRequest`
588
- # @rtype: :class:`Tencentcloud::rum::V20210622::DescribeDataPerformanceProjectResponse`
589
- def DescribeDataPerformanceProject(request)
590
- body = send_request('DescribeDataPerformanceProject', request.serialize)
591
- response = JSON.parse(body)
592
- if response['Response'].key?('Error') == false
593
- model = DescribeDataPerformanceProjectResponse.new
594
- model.deserialize(response['Response'])
595
- model
596
- else
597
- code = response['Response']['Error']['Code']
598
- message = response['Response']['Error']['Message']
599
- reqid = response['Response']['RequestId']
600
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
601
- end
602
- rescue TencentCloud::Common::TencentCloudSDKException => e
603
- raise e
604
- rescue StandardError => e
605
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
606
- end
607
-
608
584
  # 获取PvUrlInfo信息
609
585
 
610
586
  # @param request: Request instance for DescribeDataPvUrlInfo.
@@ -1701,126 +1701,6 @@ module TencentCloud
1701
1701
  end
1702
1702
  end
1703
1703
 
1704
- # DescribeDataPerformanceProject请求参数结构体
1705
- class DescribeDataPerformanceProjectRequest < TencentCloud::Common::AbstractModel
1706
- # @param StartTime: 开始时间
1707
- # @type StartTime: Integer
1708
- # @param Type: allcount:性能视图,falls:页面加载瀑布图,samp:首屏时间,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,condition:条件列表,area:请求速度分布,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
1709
- # @type Type: String
1710
- # @param EndTime: 结束时间
1711
- # @type EndTime: Integer
1712
- # @param ID: 项目ID
1713
- # @type ID: Integer
1714
- # @param ExtSecond: 自定义2
1715
- # @type ExtSecond: String
1716
- # @param Engine: 浏览器引擎
1717
- # @type Engine: String
1718
- # @param Isp: 运营商
1719
- # @type Isp: String
1720
- # @param From: 来源页面
1721
- # @type From: String
1722
- # @param Level: 日志等级
1723
- # @type Level: String
1724
- # @param Brand: 品牌
1725
- # @type Brand: String
1726
- # @param Area: 地区
1727
- # @type Area: String
1728
- # @param VersionNum: 版本
1729
- # @type VersionNum: String
1730
- # @param Platform: 平台
1731
- # @type Platform: String
1732
- # @param ExtThird: 自定义3
1733
- # @type ExtThird: String
1734
- # @param ExtFirst: 自定义1
1735
- # @type ExtFirst: String
1736
- # @param NetType: 网络类型
1737
- # @type NetType: String
1738
- # @param Device: 机型
1739
- # @type Device: String
1740
- # @param IsAbroad: 是否海外
1741
- # @type IsAbroad: String
1742
- # @param Os: 操作系统
1743
- # @type Os: String
1744
- # @param Browser: 浏览器
1745
- # @type Browser: String
1746
- # @param CostType: 耗时计算
1747
- # @type CostType: String
1748
- # @param Env: 环境
1749
- # @type Env: String
1750
-
1751
- attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Env
1752
-
1753
- def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, env=nil)
1754
- @StartTime = starttime
1755
- @Type = type
1756
- @EndTime = endtime
1757
- @ID = id
1758
- @ExtSecond = extsecond
1759
- @Engine = engine
1760
- @Isp = isp
1761
- @From = from
1762
- @Level = level
1763
- @Brand = brand
1764
- @Area = area
1765
- @VersionNum = versionnum
1766
- @Platform = platform
1767
- @ExtThird = extthird
1768
- @ExtFirst = extfirst
1769
- @NetType = nettype
1770
- @Device = device
1771
- @IsAbroad = isabroad
1772
- @Os = os
1773
- @Browser = browser
1774
- @CostType = costtype
1775
- @Env = env
1776
- end
1777
-
1778
- def deserialize(params)
1779
- @StartTime = params['StartTime']
1780
- @Type = params['Type']
1781
- @EndTime = params['EndTime']
1782
- @ID = params['ID']
1783
- @ExtSecond = params['ExtSecond']
1784
- @Engine = params['Engine']
1785
- @Isp = params['Isp']
1786
- @From = params['From']
1787
- @Level = params['Level']
1788
- @Brand = params['Brand']
1789
- @Area = params['Area']
1790
- @VersionNum = params['VersionNum']
1791
- @Platform = params['Platform']
1792
- @ExtThird = params['ExtThird']
1793
- @ExtFirst = params['ExtFirst']
1794
- @NetType = params['NetType']
1795
- @Device = params['Device']
1796
- @IsAbroad = params['IsAbroad']
1797
- @Os = params['Os']
1798
- @Browser = params['Browser']
1799
- @CostType = params['CostType']
1800
- @Env = params['Env']
1801
- end
1802
- end
1803
-
1804
- # DescribeDataPerformanceProject返回参数结构体
1805
- class DescribeDataPerformanceProjectResponse < TencentCloud::Common::AbstractModel
1806
- # @param Result: 返回值
1807
- # @type Result: String
1808
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1809
- # @type RequestId: String
1810
-
1811
- attr_accessor :Result, :RequestId
1812
-
1813
- def initialize(result=nil, requestid=nil)
1814
- @Result = result
1815
- @RequestId = requestid
1816
- end
1817
-
1818
- def deserialize(params)
1819
- @Result = params['Result']
1820
- @RequestId = params['RequestId']
1821
- end
1822
- end
1823
-
1824
1704
  # DescribeDataPvUrlInfo请求参数结构体
1825
1705
  class DescribeDataPvUrlInfoRequest < TencentCloud::Common::AbstractModel
1826
1706
  # @param StartTime: 开始时间
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-rum
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.760
4
+ version: 3.0.762
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-29 00:00:00.000000000 Z
11
+ date: 2024-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common