google-apis-securitycenter_v1beta1 0.56.0 → 0.57.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: 8151b0f97045b8659735a366d1aa3e2fe3af5a3cb072ad90964fc74be8e285df
4
- data.tar.gz: efe7bc837a92cfe0146828ababa2c68af01e5c4d28e10ef71a12d628552c2581
3
+ metadata.gz: b69079f9340afd3edabc583305c97e29c10a3d0cde296a0868add992f0c967ec
4
+ data.tar.gz: 392e0483be4e8038da6380f33a7f6789ebc45d6458a4c780102aa52561b5e800
5
5
  SHA512:
6
- metadata.gz: decfb05390f48164d4ccf60724594373831b907c26861ee17b461dba88d645e1c3afeb77ccb68595c0371ef259396851dfd24787827f0bee1b8eda457942cca4
7
- data.tar.gz: cde0719380cd02653a6fc1f62ef1d2b742c3efa1c6ce05daf79687853b956290e06ac8b25f99b222461d21ea9a6bcade892fbec4c0c29894205540840bc5a2fe
6
+ metadata.gz: cc4567c86cb19eb19adab5c761ef03dda0949172e1833a3d6402caf221ee680b1ad7c5442654fb60aff9370622da88244f86d60764c5583db74ea148badb23f5
7
+ data.tar.gz: a696a3e7a530ccbed8c19d9b3b3bc3231146b4f98ea100ec9716993511ff8ff69cd64b92cbc3396b8d4eecf35464470b0ab6f80f2315e96a02f34d5821aee00a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.57.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230713
6
+
3
7
  ### v0.56.0 (2023-07-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230706
@@ -619,6 +619,11 @@ module Google
619
619
  class Container
620
620
  include Google::Apis::Core::Hashable
621
621
 
622
+ # The time that the container was created.
623
+ # Corresponds to the JSON property `createTime`
624
+ # @return [String]
625
+ attr_accessor :create_time
626
+
622
627
  # Optional container image ID, if provided by the container runtime. Uniquely
623
628
  # identifies the container image launched using a container image digest.
624
629
  # Corresponds to the JSON property `imageId`
@@ -647,6 +652,7 @@ module Google
647
652
 
648
653
  # Update properties of this object
649
654
  def update!(**args)
655
+ @create_time = args[:create_time] if args.key?(:create_time)
650
656
  @image_id = args[:image_id] if args.key?(:image_id)
651
657
  @labels = args[:labels] if args.key?(:labels)
652
658
  @name = args[:name] if args.key?(:name)
@@ -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.56.0"
19
+ GEM_VERSION = "0.57.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 = "20230706"
25
+ REVISION = "20230713"
26
26
  end
27
27
  end
28
28
  end
@@ -723,6 +723,7 @@ module Google
723
723
  class Container
724
724
  # @private
725
725
  class Representation < Google::Apis::Core::JsonRepresentation
726
+ property :create_time, as: 'createTime'
726
727
  property :image_id, as: 'imageId'
727
728
  collection :labels, as: 'labels', class: Google::Apis::SecuritycenterV1beta1::Label, decorator: Google::Apis::SecuritycenterV1beta1::Label::Representation
728
729
 
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.56.0
4
+ version: 0.57.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-07-16 00:00:00.000000000 Z
11
+ date: 2023-07-23 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.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.57.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: []