google-apis-securitycenter_v1 0.59.0 → 0.60.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: '097e441e8f3c8b861bc12c71588b56101a9022459d0920c880c896a6ba0523ee'
|
|
4
|
+
data.tar.gz: 237ac79a4302b93f536c267b1dacf04496ca6425d89ec112e7ebeb1725142ac9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f722838e0570cebd0c773a88649a67b5dd6cc4033d1e2b4d05b02e93b985f1a269db548dc62138694feea1f2b1377134b6a651946d09642c9a8e26ff5c9e962
|
|
7
|
+
data.tar.gz: 5a2f1ec55d716a1b7e00464550b73744f0de0d5ba3e8d2506e210bcc20139c35cbc917012144df6af2ca746e28a787c0fc68c132976f5c3e1f705aa447d8cfb8
|
data/CHANGELOG.md
CHANGED
|
@@ -823,10 +823,7 @@ module Google
|
|
|
823
823
|
# might not have the [full resource name](https://google.aip.dev/122#full-
|
|
824
824
|
# resource-names) populated because these resource types, such as Cloud SQL
|
|
825
825
|
# databases, are not yet supported by Cloud Asset Inventory. In these cases only
|
|
826
|
-
# the display name is provided.
|
|
827
|
-
# resource name](https://google.aip.dev/122#full-resource-names) populated
|
|
828
|
-
# because these resource types are not yet supported by Cloud Asset Inventory (e.
|
|
829
|
-
# g. Cloud SQL databases). In these cases only the display name will be provided.
|
|
826
|
+
# the display name is provided.
|
|
830
827
|
class Database
|
|
831
828
|
include Google::Apis::Core::Hashable
|
|
832
829
|
|
|
@@ -841,9 +838,12 @@ module Google
|
|
|
841
838
|
# @return [Array<String>]
|
|
842
839
|
attr_accessor :grantees
|
|
843
840
|
|
|
844
|
-
#
|
|
845
|
-
#
|
|
846
|
-
# Inventory.
|
|
841
|
+
# Some database resources may not have the [full resource name](https://google.
|
|
842
|
+
# aip.dev/122#full-resource-names) populated because these resource types are
|
|
843
|
+
# not yet supported by Cloud Asset Inventory (e.g. Cloud SQL databases). In
|
|
844
|
+
# these cases only the display name will be provided. The [full resource name](
|
|
845
|
+
# https://google.aip.dev/122#full-resource-names) of the database that the user
|
|
846
|
+
# connected to, if it is supported by Cloud Asset Inventory.
|
|
847
847
|
# Corresponds to the JSON property `name`
|
|
848
848
|
# @return [String]
|
|
849
849
|
attr_accessor :name
|
|
@@ -859,6 +859,12 @@ module Google
|
|
|
859
859
|
# @return [String]
|
|
860
860
|
attr_accessor :user_name
|
|
861
861
|
|
|
862
|
+
# The version of the database, for example, POSTGRES_14. See [the complete list](
|
|
863
|
+
# https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1/SqlDatabaseVersion).
|
|
864
|
+
# Corresponds to the JSON property `version`
|
|
865
|
+
# @return [String]
|
|
866
|
+
attr_accessor :version
|
|
867
|
+
|
|
862
868
|
def initialize(**args)
|
|
863
869
|
update!(**args)
|
|
864
870
|
end
|
|
@@ -870,6 +876,7 @@ module Google
|
|
|
870
876
|
@name = args[:name] if args.key?(:name)
|
|
871
877
|
@query = args[:query] if args.key?(:query)
|
|
872
878
|
@user_name = args[:user_name] if args.key?(:user_name)
|
|
879
|
+
@version = args[:version] if args.key?(:version)
|
|
873
880
|
end
|
|
874
881
|
end
|
|
875
882
|
|
|
@@ -1186,10 +1193,7 @@ module Google
|
|
|
1186
1193
|
# might not have the [full resource name](https://google.aip.dev/122#full-
|
|
1187
1194
|
# resource-names) populated because these resource types, such as Cloud SQL
|
|
1188
1195
|
# databases, are not yet supported by Cloud Asset Inventory. In these cases only
|
|
1189
|
-
# the display name is provided.
|
|
1190
|
-
# resource name](https://google.aip.dev/122#full-resource-names) populated
|
|
1191
|
-
# because these resource types are not yet supported by Cloud Asset Inventory (e.
|
|
1192
|
-
# g. Cloud SQL databases). In these cases only the display name will be provided.
|
|
1196
|
+
# the display name is provided.
|
|
1193
1197
|
# Corresponds to the JSON property `database`
|
|
1194
1198
|
# @return [Google::Apis::SecuritycenterV1::Database]
|
|
1195
1199
|
attr_accessor :database
|
|
@@ -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.60.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 = "20230706"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.60.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-07-16 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.60.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|