google-apis-securitycenter_v1beta2 0.50.0 → 0.51.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: 1cb0ca683325f25ab3e908315c15ccc9af70bd8093a678e9b937d2b03fb3cd6e
|
4
|
+
data.tar.gz: 498ee9829efe853ba926c03f89610a45445b4e8c99183e8ac458f5162396ccdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a2a3b0444d18468beecde004681948bed8615cfdc06b9eacfee0d6e4824bd4abbbf31e44e631c89cb167babcaef60e5d8e97d0be3f8ad2fb749fb3cadff0d42
|
7
|
+
data.tar.gz: cbe4bd1e5e22bd53f81d5b1decededcdc53b4f9b78a857b74951e4a66c05d11002ec794a2ca4b23567a7ba524f2ceec1e8e3974b6eff6f9e669e933d2d59c91e
|
data/CHANGELOG.md
CHANGED
@@ -609,10 +609,7 @@ module Google
|
|
609
609
|
# might not have the [full resource name](https://google.aip.dev/122#full-
|
610
610
|
# resource-names) populated because these resource types, such as Cloud SQL
|
611
611
|
# databases, are not yet supported by Cloud Asset Inventory. In these cases only
|
612
|
-
# the display name is provided.
|
613
|
-
# resource name](https://google.aip.dev/122#full-resource-names) populated
|
614
|
-
# because these resource types are not yet supported by Cloud Asset Inventory (e.
|
615
|
-
# g. Cloud SQL databases). In these cases only the display name will be provided.
|
612
|
+
# the display name is provided.
|
616
613
|
class Database
|
617
614
|
include Google::Apis::Core::Hashable
|
618
615
|
|
@@ -627,9 +624,12 @@ module Google
|
|
627
624
|
# @return [Array<String>]
|
628
625
|
attr_accessor :grantees
|
629
626
|
|
630
|
-
#
|
631
|
-
#
|
632
|
-
# Inventory.
|
627
|
+
# Some database resources may not have the [full resource name](https://google.
|
628
|
+
# aip.dev/122#full-resource-names) populated because these resource types are
|
629
|
+
# not yet supported by Cloud Asset Inventory (e.g. Cloud SQL databases). In
|
630
|
+
# these cases only the display name will be provided. The [full resource name](
|
631
|
+
# https://google.aip.dev/122#full-resource-names) of the database that the user
|
632
|
+
# connected to, if it is supported by Cloud Asset Inventory.
|
633
633
|
# Corresponds to the JSON property `name`
|
634
634
|
# @return [String]
|
635
635
|
attr_accessor :name
|
@@ -645,6 +645,12 @@ module Google
|
|
645
645
|
# @return [String]
|
646
646
|
attr_accessor :user_name
|
647
647
|
|
648
|
+
# The version of the database, for example, POSTGRES_14. See [the complete list](
|
649
|
+
# https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1/SqlDatabaseVersion).
|
650
|
+
# Corresponds to the JSON property `version`
|
651
|
+
# @return [String]
|
652
|
+
attr_accessor :version
|
653
|
+
|
648
654
|
def initialize(**args)
|
649
655
|
update!(**args)
|
650
656
|
end
|
@@ -656,6 +662,7 @@ module Google
|
|
656
662
|
@name = args[:name] if args.key?(:name)
|
657
663
|
@query = args[:query] if args.key?(:query)
|
658
664
|
@user_name = args[:user_name] if args.key?(:user_name)
|
665
|
+
@version = args[:version] if args.key?(:version)
|
659
666
|
end
|
660
667
|
end
|
661
668
|
|
@@ -1029,10 +1036,7 @@ module Google
|
|
1029
1036
|
# might not have the [full resource name](https://google.aip.dev/122#full-
|
1030
1037
|
# resource-names) populated because these resource types, such as Cloud SQL
|
1031
1038
|
# databases, are not yet supported by Cloud Asset Inventory. In these cases only
|
1032
|
-
# the display name is provided.
|
1033
|
-
# resource name](https://google.aip.dev/122#full-resource-names) populated
|
1034
|
-
# because these resource types are not yet supported by Cloud Asset Inventory (e.
|
1035
|
-
# g. Cloud SQL databases). In these cases only the display name will be provided.
|
1039
|
+
# the display name is provided.
|
1036
1040
|
# Corresponds to the JSON property `database`
|
1037
1041
|
# @return [Google::Apis::SecuritycenterV1beta2::Database]
|
1038
1042
|
attr_accessor :database
|
@@ -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.51.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_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.51.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_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.51.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: []
|