google-apis-checks_v1alpha 0.6.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: 8aca16adbd04c2892547390a9fa3f172c904ce1ac02cab7170b84b92c87df1f0
4
- data.tar.gz: ea3cd039e60775b9cd55bd686870ecb069f509e869140c4fe66fb5ad8f97dd00
3
+ metadata.gz: 7daa9cb4e1f01f2a5a665c22b946165f4f35b2f9d21d6fcee29fe0a9bef5844b
4
+ data.tar.gz: 22771f4806b79939ebb7a480ea61f808df59956fd00cca66e6708b9a52509cbf
5
5
  SHA512:
6
- metadata.gz: 658e6cccf4a1c3fd27d3561ac12e4259d4ffd48b2158ff455bfa03b6ab64af75d13011ce29859b9cb26c1b694663a8b44d6a7350b555e72d47693eda517f5988
7
- data.tar.gz: 47071a1291c8a2bea3542f572ffe165787756eeb324220aa65209a6d2ee988f4dab3e64ad747df9b1bf7a5bf20b7c0ccca62f515b601ecce227136b98a66bde4
6
+ metadata.gz: 2d4a5a57cc29570106fd884746b2c01823f4dbac13d8eabd3efa9271e3d0d8cf704e7a9cb0dca8f5271a357e1d3f02917a1e695bbd7beee23d53dec235750880
7
+ data.tar.gz: 4f4a26c2c2d5bba65f0297a373aac6452eb2f7f95aa758bebf7d4587b1bc21174501a8e8823fd7c88ff1861ae5671c5eb1ad47434cff8bddaa270d26dc39a5de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.6.0 (2023-09-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20230912
@@ -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
@@ -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.6.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 = "20230912"
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
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.6.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-17 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.6.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: []