google-apis-checks_v1alpha 0.5.0 → 0.6.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: 704b2515bd8c049174fe6d6f923cfd92a96a154cc9a65d08b9256fc942a91355
4
- data.tar.gz: c5e2db9f2c1dae181c5d385db1b9f4276254f12cd7af20fb2869793feaff1d5b
3
+ metadata.gz: 8aca16adbd04c2892547390a9fa3f172c904ce1ac02cab7170b84b92c87df1f0
4
+ data.tar.gz: ea3cd039e60775b9cd55bd686870ecb069f509e869140c4fe66fb5ad8f97dd00
5
5
  SHA512:
6
- metadata.gz: 455c6ad54f0540e0906f95d8409e9d0b39f0001b61bec2dad3dffbda2c0c85cf0887816078a832b7fa5137a8c4bd5852c8dfc41029144176744bdf6451f9d974
7
- data.tar.gz: 79a49591a4e25f4e57708b927acd8fbc7966da577ad386510ebcf9ca734785ab15925f8c7f5eeb45b1631ce7f0dee3550155dcc661ab9799bb11a4553d01777a
6
+ metadata.gz: 658e6cccf4a1c3fd27d3561ac12e4259d4ffd48b2158ff455bfa03b6ab64af75d13011ce29859b9cb26c1b694663a8b44d6a7350b555e72d47693eda517f5988
7
+ data.tar.gz: 47071a1291c8a2bea3542f572ffe165787756eeb324220aa65209a6d2ee988f4dab3e64ad747df9b1bf7a5bf20b7c0ccca62f515b601ecce227136b98a66bde4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-checks_v1alpha
2
2
 
3
+ ### v0.6.0 (2023-09-17)
4
+
5
+ * Regenerated from discovery document revision 20230912
6
+
3
7
  ### v0.5.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230907
@@ -1050,12 +1050,6 @@ module Google
1050
1050
  # @return [Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaAppBundle]
1051
1051
  attr_accessor :app_bundle
1052
1052
 
1053
- # Resource name of the base report used for comparison. May be absent if this is
1054
- # the first report generated for the app.
1055
- # Corresponds to the JSON property `baseReport`
1056
- # @return [String]
1057
- attr_accessor :base_report
1058
-
1059
1053
  # List of checks that were run on the app bundle.
1060
1054
  # Corresponds to the JSON property `checks`
1061
1055
  # @return [Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheck>]
@@ -1083,7 +1077,6 @@ module Google
1083
1077
  # Update properties of this object
1084
1078
  def update!(**args)
1085
1079
  @app_bundle = args[:app_bundle] if args.key?(:app_bundle)
1086
- @base_report = args[:base_report] if args.key?(:base_report)
1087
1080
  @checks = args[:checks] if args.key?(:checks)
1088
1081
  @data_monitoring = args[:data_monitoring] if args.key?(:data_monitoring)
1089
1082
  @name = args[:name] if args.key?(:name)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChecksV1alpha
18
18
  # Version of the google-apis-checks_v1alpha gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.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 = "20230907"
25
+ REVISION = "20230912"
26
26
  end
27
27
  end
28
28
  end
@@ -673,7 +673,6 @@ module Google
673
673
  class Representation < Google::Apis::Core::JsonRepresentation
674
674
  property :app_bundle, as: 'appBundle', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaAppBundle, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaAppBundle::Representation
675
675
 
676
- property :base_report, as: 'baseReport'
677
676
  collection :checks, as: 'checks', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheck, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheck::Representation
678
677
 
679
678
  property :data_monitoring, as: 'dataMonitoring', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoring, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaDataMonitoring::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-checks_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-09-10 00:00:00.000000000 Z
11
+ date: 2023-09-17 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-checks_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-checks_v1alpha/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-checks_v1alpha/v0.6.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-checks_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []