google-apis-securitycenter_v1 0.91.0 → 0.92.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7065c3cd4bdd6116f3953bb413ec83abbad92378357bc5fcc04413ab2dd63fc3
|
4
|
+
data.tar.gz: 6f37d598b496746805a0f5de03f47b8a5d31348827938415f339859063417590
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85060bed3c860cba2d74bdf9af76b7c1fafe8cfa4ce400b963603ba38b0a3478817eab0596b69d8cd7ca3ba55e9b0cbd0ffec72e8ebfd6af682a0cd48f9db68f
|
7
|
+
data.tar.gz: 0741a04e38dedc0c730af18dd5d81f62b283318f98e3179a160cfb30257971bbd5a99b106f57d5d0c6ff4a3dbe7914a03df6822f02ef9546062eac87bada2a39
|
data/CHANGELOG.md
CHANGED
@@ -356,16 +356,28 @@ module Google
|
|
356
356
|
# @return [String]
|
357
357
|
attr_accessor :classification
|
358
358
|
|
359
|
-
# Total BPS (bytes per second) volume of attack.
|
359
|
+
# Total BPS (bytes per second) volume of attack. Deprecated - refer to
|
360
|
+
# volume_bps_long instead.
|
360
361
|
# Corresponds to the JSON property `volumeBps`
|
361
362
|
# @return [Fixnum]
|
362
363
|
attr_accessor :volume_bps
|
363
364
|
|
364
|
-
# Total
|
365
|
+
# Total BPS (bytes per second) volume of attack.
|
366
|
+
# Corresponds to the JSON property `volumeBpsLong`
|
367
|
+
# @return [Fixnum]
|
368
|
+
attr_accessor :volume_bps_long
|
369
|
+
|
370
|
+
# Total PPS (packets per second) volume of attack. Deprecated - refer to
|
371
|
+
# volume_pps_long instead.
|
365
372
|
# Corresponds to the JSON property `volumePps`
|
366
373
|
# @return [Fixnum]
|
367
374
|
attr_accessor :volume_pps
|
368
375
|
|
376
|
+
# Total PPS (packets per second) volume of attack.
|
377
|
+
# Corresponds to the JSON property `volumePpsLong`
|
378
|
+
# @return [Fixnum]
|
379
|
+
attr_accessor :volume_pps_long
|
380
|
+
|
369
381
|
def initialize(**args)
|
370
382
|
update!(**args)
|
371
383
|
end
|
@@ -374,7 +386,9 @@ module Google
|
|
374
386
|
def update!(**args)
|
375
387
|
@classification = args[:classification] if args.key?(:classification)
|
376
388
|
@volume_bps = args[:volume_bps] if args.key?(:volume_bps)
|
389
|
+
@volume_bps_long = args[:volume_bps_long] if args.key?(:volume_bps_long)
|
377
390
|
@volume_pps = args[:volume_pps] if args.key?(:volume_pps)
|
391
|
+
@volume_pps_long = args[:volume_pps_long] if args.key?(:volume_pps_long)
|
378
392
|
end
|
379
393
|
end
|
380
394
|
|
@@ -4518,16 +4532,28 @@ module Google
|
|
4518
4532
|
# @return [String]
|
4519
4533
|
attr_accessor :classification
|
4520
4534
|
|
4521
|
-
# Total BPS (bytes per second) volume of attack.
|
4535
|
+
# Total BPS (bytes per second) volume of attack. Deprecated - refer to
|
4536
|
+
# volume_bps_long instead.
|
4522
4537
|
# Corresponds to the JSON property `volumeBps`
|
4523
4538
|
# @return [Fixnum]
|
4524
4539
|
attr_accessor :volume_bps
|
4525
4540
|
|
4526
|
-
# Total
|
4541
|
+
# Total BPS (bytes per second) volume of attack.
|
4542
|
+
# Corresponds to the JSON property `volumeBpsLong`
|
4543
|
+
# @return [Fixnum]
|
4544
|
+
attr_accessor :volume_bps_long
|
4545
|
+
|
4546
|
+
# Total PPS (packets per second) volume of attack. Deprecated - refer to
|
4547
|
+
# volume_pps_long instead.
|
4527
4548
|
# Corresponds to the JSON property `volumePps`
|
4528
4549
|
# @return [Fixnum]
|
4529
4550
|
attr_accessor :volume_pps
|
4530
4551
|
|
4552
|
+
# Total PPS (packets per second) volume of attack.
|
4553
|
+
# Corresponds to the JSON property `volumePpsLong`
|
4554
|
+
# @return [Fixnum]
|
4555
|
+
attr_accessor :volume_pps_long
|
4556
|
+
|
4531
4557
|
def initialize(**args)
|
4532
4558
|
update!(**args)
|
4533
4559
|
end
|
@@ -4536,7 +4562,9 @@ module Google
|
|
4536
4562
|
def update!(**args)
|
4537
4563
|
@classification = args[:classification] if args.key?(:classification)
|
4538
4564
|
@volume_bps = args[:volume_bps] if args.key?(:volume_bps)
|
4565
|
+
@volume_bps_long = args[:volume_bps_long] if args.key?(:volume_bps_long)
|
4539
4566
|
@volume_pps = args[:volume_pps] if args.key?(:volume_pps)
|
4567
|
+
@volume_pps_long = args[:volume_pps_long] if args.key?(:volume_pps_long)
|
4540
4568
|
end
|
4541
4569
|
end
|
4542
4570
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1
|
18
18
|
# Version of the google-apis-securitycenter_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.92.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250103"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1780,7 +1780,9 @@ module Google
|
|
1780
1780
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1781
1781
|
property :classification, as: 'classification'
|
1782
1782
|
property :volume_bps, as: 'volumeBps'
|
1783
|
+
property :volume_bps_long, :numeric_string => true, as: 'volumeBpsLong'
|
1783
1784
|
property :volume_pps, as: 'volumePps'
|
1785
|
+
property :volume_pps_long, :numeric_string => true, as: 'volumePpsLong'
|
1784
1786
|
end
|
1785
1787
|
end
|
1786
1788
|
|
@@ -2785,7 +2787,9 @@ module Google
|
|
2785
2787
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2786
2788
|
property :classification, as: 'classification'
|
2787
2789
|
property :volume_bps, as: 'volumeBps'
|
2790
|
+
property :volume_bps_long, :numeric_string => true, as: 'volumeBpsLong'
|
2788
2791
|
property :volume_pps, as: 'volumePps'
|
2792
|
+
property :volume_pps_long, :numeric_string => true, as: 'volumePpsLong'
|
2789
2793
|
end
|
2790
2794
|
end
|
2791
2795
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.92.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.92.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.2
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Security Command Center API V1
|
82
79
|
test_files: []
|