google-apis-checks_v1alpha 0.6.0 → 0.7.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7daa9cb4e1f01f2a5a665c22b946165f4f35b2f9d21d6fcee29fe0a9bef5844b
|
|
4
|
+
data.tar.gz: 22771f4806b79939ebb7a480ea61f808df59956fd00cca66e6708b9a52509cbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d4a5a57cc29570106fd884746b2c01823f4dbac13d8eabd3efa9271e3d0d8cf704e7a9cb0dca8f5271a357e1d3f02917a1e695bbd7beee23d53dec235750880
|
|
7
|
+
data.tar.gz: 4f4a26c2c2d5bba65f0297a373aac6452eb2f7f95aa758bebf7d4587b1bc21174501a8e8823fd7c88ff1861ae5671c5eb1ad47434cff8bddaa270d26dc39a5de
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|