google-apis-securitycenter_v1beta2 0.49.0 → 0.50.0
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d3ebfe5f311ac87a8fd71a09e1ad07f12fc7b728bb1a900ca761fb0c9defa35
|
|
4
|
+
data.tar.gz: 4bcb39441fe81d05ddea4c20ed23bd296d8825bcc47b82bcd65260d2901485f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04c23b349ef9f535bc88a88aad951839045d7620d0375f14d7690b6de3b6ffadb051ae85f5b0e532c1f42a03894d376678432e9c67437159cefffe6a81521d99
|
|
7
|
+
data.tar.gz: a1edf2ef1aa36b5f7234cd1c23de379ea878023a3231ca20fe40a03d1d4d899fedc182ce5e5be623a1df17a121c71df59f146e3d5f5f2cceb4e62f2e662ecc11
|
data/CHANGELOG.md
CHANGED
|
@@ -87,6 +87,11 @@ module Google
|
|
|
87
87
|
# @return [String]
|
|
88
88
|
attr_accessor :service_name
|
|
89
89
|
|
|
90
|
+
# The caller's user agent string associated with the finding.
|
|
91
|
+
# Corresponds to the JSON property `userAgent`
|
|
92
|
+
# @return [String]
|
|
93
|
+
attr_accessor :user_agent
|
|
94
|
+
|
|
90
95
|
# Type of user agent associated with the finding. For example, an operating
|
|
91
96
|
# system shell or an embedded or standalone application.
|
|
92
97
|
# Corresponds to the JSON property `userAgentFamily`
|
|
@@ -115,6 +120,7 @@ module Google
|
|
|
115
120
|
@service_account_delegation_info = args[:service_account_delegation_info] if args.key?(:service_account_delegation_info)
|
|
116
121
|
@service_account_key_name = args[:service_account_key_name] if args.key?(:service_account_key_name)
|
|
117
122
|
@service_name = args[:service_name] if args.key?(:service_name)
|
|
123
|
+
@user_agent = args[:user_agent] if args.key?(:user_agent)
|
|
118
124
|
@user_agent_family = args[:user_agent_family] if args.key?(:user_agent_family)
|
|
119
125
|
@user_name = args[:user_name] if args.key?(:user_name)
|
|
120
126
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SecuritycenterV1beta2
|
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.50.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230601"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -467,6 +467,7 @@ module Google
|
|
|
467
467
|
|
|
468
468
|
property :service_account_key_name, as: 'serviceAccountKeyName'
|
|
469
469
|
property :service_name, as: 'serviceName'
|
|
470
|
+
property :user_agent, as: 'userAgent'
|
|
470
471
|
property :user_agent_family, as: 'userAgentFamily'
|
|
471
472
|
property :user_name, as: 'userName'
|
|
472
473
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.50.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.50.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|