google-apis-checks_v1alpha 0.5.0 → 0.7.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: 704b2515bd8c049174fe6d6f923cfd92a96a154cc9a65d08b9256fc942a91355
4
- data.tar.gz: c5e2db9f2c1dae181c5d385db1b9f4276254f12cd7af20fb2869793feaff1d5b
3
+ metadata.gz: 7daa9cb4e1f01f2a5a665c22b946165f4f35b2f9d21d6fcee29fe0a9bef5844b
4
+ data.tar.gz: 22771f4806b79939ebb7a480ea61f808df59956fd00cca66e6708b9a52509cbf
5
5
  SHA512:
6
- metadata.gz: 455c6ad54f0540e0906f95d8409e9d0b39f0001b61bec2dad3dffbda2c0c85cf0887816078a832b7fa5137a8c4bd5852c8dfc41029144176744bdf6451f9d974
7
- data.tar.gz: 79a49591a4e25f4e57708b927acd8fbc7966da577ad386510ebcf9ca734785ab15925f8c7f5eeb45b1631ce7f0dee3550155dcc661ab9799bb11a4553d01777a
6
+ metadata.gz: 2d4a5a57cc29570106fd884746b2c01823f4dbac13d8eabd3efa9271e3d0d8cf704e7a9cb0dca8f5271a357e1d3f02917a1e695bbd7beee23d53dec235750880
7
+ data.tar.gz: 4f4a26c2c2d5bba65f0297a373aac6452eb2f7f95aa758bebf7d4587b1bc21174501a8e8823fd7c88ff1861ae5671c5eb1ad47434cff8bddaa270d26dc39a5de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-checks_v1alpha
2
2
 
3
+ ### v0.7.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231213
6
+
7
+ ### v0.6.0 (2023-09-17)
8
+
9
+ * Regenerated from discovery document revision 20230912
10
+
3
11
  ### v0.5.0 (2023-09-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20230907
@@ -106,6 +106,12 @@ module Google
106
106
  class GoogleChecksReportV1alphaAnalyzeUploadRequest
107
107
  include Google::Apis::Core::Hashable
108
108
 
109
+ # Optional. The type of the uploaded app binary. If not provided, the server
110
+ # assumes APK file for Android and IPA file for iOS.
111
+ # Corresponds to the JSON property `appBinaryFileType`
112
+ # @return [String]
113
+ attr_accessor :app_binary_file_type
114
+
109
115
  # Optional. Git commit hash or changelist number associated with the upload.
110
116
  # Corresponds to the JSON property `codeReferenceId`
111
117
  # @return [String]
@@ -117,6 +123,7 @@ module Google
117
123
 
118
124
  # Update properties of this object
119
125
  def update!(**args)
126
+ @app_binary_file_type = args[:app_binary_file_type] if args.key?(:app_binary_file_type)
120
127
  @code_reference_id = args[:code_reference_id] if args.key?(:code_reference_id)
121
128
  end
122
129
  end
@@ -1050,12 +1057,6 @@ module Google
1050
1057
  # @return [Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaAppBundle]
1051
1058
  attr_accessor :app_bundle
1052
1059
 
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
1060
  # List of checks that were run on the app bundle.
1060
1061
  # Corresponds to the JSON property `checks`
1061
1062
  # @return [Array<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheck>]
@@ -1083,7 +1084,6 @@ module Google
1083
1084
  # Update properties of this object
1084
1085
  def update!(**args)
1085
1086
  @app_bundle = args[:app_bundle] if args.key?(:app_bundle)
1086
- @base_report = args[:base_report] if args.key?(:base_report)
1087
1087
  @checks = args[:checks] if args.key?(:checks)
1088
1088
  @data_monitoring = args[:data_monitoring] if args.key?(:data_monitoring)
1089
1089
  @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.7.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 = "20231213"
26
26
  end
27
27
  end
28
28
  end
@@ -330,6 +330,7 @@ module Google
330
330
  class GoogleChecksReportV1alphaAnalyzeUploadRequest
331
331
  # @private
332
332
  class Representation < Google::Apis::Core::JsonRepresentation
333
+ property :app_binary_file_type, as: 'appBinaryFileType'
333
334
  property :code_reference_id, as: 'codeReferenceId'
334
335
  end
335
336
  end
@@ -673,7 +674,6 @@ module Google
673
674
  class Representation < Google::Apis::Core::JsonRepresentation
674
675
  property :app_bundle, as: 'appBundle', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaAppBundle, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaAppBundle::Representation
675
676
 
676
- property :base_report, as: 'baseReport'
677
677
  collection :checks, as: 'checks', class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheck, decorator: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheck::Representation
678
678
 
679
679
  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.7.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-12-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.7.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: []