google-apis-securitycenter_v1beta1 0.55.0 → 0.56.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: 1e4c7fdc82ce4bbc25bab8f0bfc1c6a04e07507f1043aba39ace19ff4bba295e
4
- data.tar.gz: e5d3891941356f0b976c3fd3287042fd524bee4b3b30b4d3149ad61868071f2e
3
+ metadata.gz: 8151b0f97045b8659735a366d1aa3e2fe3af5a3cb072ad90964fc74be8e285df
4
+ data.tar.gz: efe7bc837a92cfe0146828ababa2c68af01e5c4d28e10ef71a12d628552c2581
5
5
  SHA512:
6
- metadata.gz: 289ce2415dcb42baa9036c9eab499469e013fa56e9c877644535e65d1c0adbdf0d75b72a035ba8cef386434cd274df6a4aa9afb63090da852b2134e31d1e5cc5
7
- data.tar.gz: 3d1612c20c044254643b512407789109e5b73306f39e06fbf79e4403faf526d81049d1fc0d583eeee77acd97ff18d74c24466b8176b0984db70a565225df0d49
6
+ metadata.gz: decfb05390f48164d4ccf60724594373831b907c26861ee17b461dba88d645e1c3afeb77ccb68595c0371ef259396851dfd24787827f0bee1b8eda457942cca4
7
+ data.tar.gz: cde0719380cd02653a6fc1f62ef1d2b742c3efa1c6ce05daf79687853b956290e06ac8b25f99b222461d21ea9a6bcade892fbec4c0c29894205540840bc5a2fe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.56.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230706
6
+
3
7
  ### v0.55.0 (2023-06-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20230601
@@ -777,10 +777,7 @@ module Google
777
777
  # might not have the [full resource name](https://google.aip.dev/122#full-
778
778
  # resource-names) populated because these resource types, such as Cloud SQL
779
779
  # databases, are not yet supported by Cloud Asset Inventory. In these cases only
780
- # the display name is provided. Some database resources may not have the [full
781
- # resource name](https://google.aip.dev/122#full-resource-names) populated
782
- # because these resource types are not yet supported by Cloud Asset Inventory (e.
783
- # g. Cloud SQL databases). In these cases only the display name will be provided.
780
+ # the display name is provided.
784
781
  class Database
785
782
  include Google::Apis::Core::Hashable
786
783
 
@@ -795,9 +792,12 @@ module Google
795
792
  # @return [Array<String>]
796
793
  attr_accessor :grantees
797
794
 
798
- # The [full resource name](https://google.aip.dev/122#full-resource-names) of
799
- # the database that the user connected to, if it is supported by Cloud Asset
800
- # Inventory.
795
+ # Some database resources may not have the [full resource name](https://google.
796
+ # aip.dev/122#full-resource-names) populated because these resource types are
797
+ # not yet supported by Cloud Asset Inventory (e.g. Cloud SQL databases). In
798
+ # these cases only the display name will be provided. The [full resource name](
799
+ # https://google.aip.dev/122#full-resource-names) of the database that the user
800
+ # connected to, if it is supported by Cloud Asset Inventory.
801
801
  # Corresponds to the JSON property `name`
802
802
  # @return [String]
803
803
  attr_accessor :name
@@ -813,6 +813,12 @@ module Google
813
813
  # @return [String]
814
814
  attr_accessor :user_name
815
815
 
816
+ # The version of the database, for example, POSTGRES_14. See [the complete list](
817
+ # https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1/SqlDatabaseVersion).
818
+ # Corresponds to the JSON property `version`
819
+ # @return [String]
820
+ attr_accessor :version
821
+
816
822
  def initialize(**args)
817
823
  update!(**args)
818
824
  end
@@ -824,6 +830,7 @@ module Google
824
830
  @name = args[:name] if args.key?(:name)
825
831
  @query = args[:query] if args.key?(:query)
826
832
  @user_name = args[:user_name] if args.key?(:user_name)
833
+ @version = args[:version] if args.key?(:version)
827
834
  end
828
835
  end
829
836
 
@@ -1140,10 +1147,7 @@ module Google
1140
1147
  # might not have the [full resource name](https://google.aip.dev/122#full-
1141
1148
  # resource-names) populated because these resource types, such as Cloud SQL
1142
1149
  # databases, are not yet supported by Cloud Asset Inventory. In these cases only
1143
- # the display name is provided. Some database resources may not have the [full
1144
- # resource name](https://google.aip.dev/122#full-resource-names) populated
1145
- # because these resource types are not yet supported by Cloud Asset Inventory (e.
1146
- # g. Cloud SQL databases). In these cases only the display name will be provided.
1150
+ # the display name is provided.
1147
1151
  # Corresponds to the JSON property `database`
1148
1152
  # @return [Google::Apis::SecuritycenterV1beta1::Database]
1149
1153
  attr_accessor :database
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.55.0"
19
+ GEM_VERSION = "0.56.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
@@ -766,6 +766,7 @@ module Google
766
766
  property :name, as: 'name'
767
767
  property :query, as: 'query'
768
768
  property :user_name, as: 'userName'
769
+ property :version, as: 'version'
769
770
  end
770
771
  end
771
772
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.56.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []