tencentcloud-sdk-cat 3.0.682 → 3.0.684
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180409/models.rb +12 -4
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: b615a43d2e16fe59c0e00128a933e67142a9591c
         | 
| 4 | 
            +
              data.tar.gz: a15bff9b3f41d39d3607eb1a64c4a9047bfda0af
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 50a70a21290ab46b44bd75088e05cd06b1726c2db0638603a1244b5dcdf15b44d29ed9a3e6a465ed5995e784f6da59fd596df53d2732c6d1a402b0ab334badf3
         | 
| 7 | 
            +
              data.tar.gz: 1dff006e4554a28e98f4d95030c603dfce039242b1980f63589d61eed4ac7adf16b757536c1e9e89d83a8c07c27e9dc2a99e36b61ca765d0e472391fc47d481c
         | 
    
        data/lib/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3.0. | 
| 1 | 
            +
            3.0.684
         | 
    
        data/lib/v20180409/models.rb
    CHANGED
    
    | @@ -217,10 +217,12 @@ module TencentCloud | |
| 217 217 | 
             
                    # 首尔
         | 
| 218 218 | 
             
                    # 多伦多
         | 
| 219 219 | 
             
                    # @type City: Array
         | 
| 220 | 
            +
                    # @param ScrollID: es scroll查询id
         | 
| 221 | 
            +
                    # @type ScrollID: String
         | 
| 220 222 |  | 
| 221 | 
            -
                    attr_accessor :BeginTime, :EndTime, :TaskType, :SortField, :Ascending, :SelectedFields, :Offset, :Limit, :TaskID, :Operators, :Districts, :ErrorTypes, :City
         | 
| 223 | 
            +
                    attr_accessor :BeginTime, :EndTime, :TaskType, :SortField, :Ascending, :SelectedFields, :Offset, :Limit, :TaskID, :Operators, :Districts, :ErrorTypes, :City, :ScrollID
         | 
| 222 224 |  | 
| 223 | 
            -
                    def initialize(begintime=nil, endtime=nil, tasktype=nil, sortfield=nil, ascending=nil, selectedfields=nil, offset=nil, limit=nil, taskid=nil, operators=nil, districts=nil, errortypes=nil, city=nil)
         | 
| 225 | 
            +
                    def initialize(begintime=nil, endtime=nil, tasktype=nil, sortfield=nil, ascending=nil, selectedfields=nil, offset=nil, limit=nil, taskid=nil, operators=nil, districts=nil, errortypes=nil, city=nil, scrollid=nil)
         | 
| 224 226 | 
             
                      @BeginTime = begintime
         | 
| 225 227 | 
             
                      @EndTime = endtime
         | 
| 226 228 | 
             
                      @TaskType = tasktype
         | 
| @@ -234,6 +236,7 @@ module TencentCloud | |
| 234 236 | 
             
                      @Districts = districts
         | 
| 235 237 | 
             
                      @ErrorTypes = errortypes
         | 
| 236 238 | 
             
                      @City = city
         | 
| 239 | 
            +
                      @ScrollID = scrollid
         | 
| 237 240 | 
             
                    end
         | 
| 238 241 |  | 
| 239 242 | 
             
                    def deserialize(params)
         | 
| @@ -250,6 +253,7 @@ module TencentCloud | |
| 250 253 | 
             
                      @Districts = params['Districts']
         | 
| 251 254 | 
             
                      @ErrorTypes = params['ErrorTypes']
         | 
| 252 255 | 
             
                      @City = params['City']
         | 
| 256 | 
            +
                      @ScrollID = params['ScrollID']
         | 
| 253 257 | 
             
                    end
         | 
| 254 258 | 
             
                  end
         | 
| 255 259 |  | 
| @@ -259,14 +263,17 @@ module TencentCloud | |
| 259 263 | 
             
                    # @type DataSet: Array
         | 
| 260 264 | 
             
                    # @param TotalNumber: 符合条件的数据总数
         | 
| 261 265 | 
             
                    # @type TotalNumber: Integer
         | 
| 266 | 
            +
                    # @param ScrollID: es scroll查询的id
         | 
| 267 | 
            +
                    # @type ScrollID: String
         | 
| 262 268 | 
             
                    # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
         | 
| 263 269 | 
             
                    # @type RequestId: String
         | 
| 264 270 |  | 
| 265 | 
            -
                    attr_accessor :DataSet, :TotalNumber, :RequestId
         | 
| 271 | 
            +
                    attr_accessor :DataSet, :TotalNumber, :ScrollID, :RequestId
         | 
| 266 272 |  | 
| 267 | 
            -
                    def initialize(dataset=nil, totalnumber=nil, requestid=nil)
         | 
| 273 | 
            +
                    def initialize(dataset=nil, totalnumber=nil, scrollid=nil, requestid=nil)
         | 
| 268 274 | 
             
                      @DataSet = dataset
         | 
| 269 275 | 
             
                      @TotalNumber = totalnumber
         | 
| 276 | 
            +
                      @ScrollID = scrollid
         | 
| 270 277 | 
             
                      @RequestId = requestid
         | 
| 271 278 | 
             
                    end
         | 
| 272 279 |  | 
| @@ -280,6 +287,7 @@ module TencentCloud | |
| 280 287 | 
             
                        end
         | 
| 281 288 | 
             
                      end
         | 
| 282 289 | 
             
                      @TotalNumber = params['TotalNumber']
         | 
| 290 | 
            +
                      @ScrollID = params['ScrollID']
         | 
| 283 291 | 
             
                      @RequestId = params['RequestId']
         | 
| 284 292 | 
             
                    end
         | 
| 285 293 | 
             
                  end
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: tencentcloud-sdk-cat
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.0. | 
| 4 | 
            +
              version: 3.0.684
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Tencent Cloud
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2023-10- | 
| 11 | 
            +
            date: 2023-10-25 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: tencentcloud-sdk-common
         |