google-apis-securitycenter_v1beta2 0.50.0 → 0.51.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: 0d3ebfe5f311ac87a8fd71a09e1ad07f12fc7b728bb1a900ca761fb0c9defa35
4
- data.tar.gz: 4bcb39441fe81d05ddea4c20ed23bd296d8825bcc47b82bcd65260d2901485f8
3
+ metadata.gz: 1cb0ca683325f25ab3e908315c15ccc9af70bd8093a678e9b937d2b03fb3cd6e
4
+ data.tar.gz: 498ee9829efe853ba926c03f89610a45445b4e8c99183e8ac458f5162396ccdd
5
5
  SHA512:
6
- metadata.gz: 04c23b349ef9f535bc88a88aad951839045d7620d0375f14d7690b6de3b6ffadb051ae85f5b0e532c1f42a03894d376678432e9c67437159cefffe6a81521d99
7
- data.tar.gz: a1edf2ef1aa36b5f7234cd1c23de379ea878023a3231ca20fe40a03d1d4d899fedc182ce5e5be623a1df17a121c71df59f146e3d5f5f2cceb4e62f2e662ecc11
6
+ metadata.gz: 8a2a3b0444d18468beecde004681948bed8615cfdc06b9eacfee0d6e4824bd4abbbf31e44e631c89cb167babcaef60e5d8e97d0be3f8ad2fb749fb3cadff0d42
7
+ data.tar.gz: cbe4bd1e5e22bd53f81d5b1decededcdc53b4f9b78a857b74951e4a66c05d11002ec794a2ca4b23567a7ba524f2ceec1e8e3974b6eff6f9e669e933d2d59c91e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.51.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230706
6
+
3
7
  ### v0.50.0 (2023-06-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20230601
@@ -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. Some database resources may not have the [full
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
- # The [full resource name](https://google.aip.dev/122#full-resource-names) of
631
- # the database that the user connected to, if it is supported by Cloud Asset
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. Some database resources may not have the [full
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.50.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 = "20230601"
25
+ REVISION = "20230706"
26
26
  end
27
27
  end
28
28
  end
@@ -605,6 +605,7 @@ module Google
605
605
  property :name, as: 'name'
606
606
  property :query, as: 'query'
607
607
  property :user_name, as: 'userName'
608
+ property :version, as: 'version'
608
609
  end
609
610
  end
610
611
 
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.50.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-06-11 00:00:00.000000000 Z
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.50.0
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: []