google-apis-playintegrity_v1 0.24.0 → 0.26.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: 1de1077af3adad770a9a708dadfc2fbf60d3bbedf3616770c67aa4c5ea4ad646
4
- data.tar.gz: c4c1b451d3ba17b5a17a2e16f8d8252d391e5750921c1126a4bcf18a640e603d
3
+ metadata.gz: b65d2eaa2673ef127c67848411be226ba67c5d3562bd05f2b131da889d74304e
4
+ data.tar.gz: 6c2138c0ec692b17e5b37f67ab08cb4d0f50b943cb0ce45cbd016276e2375e3a
5
5
  SHA512:
6
- metadata.gz: '04916bbceded3064056397e8ce0c73819ce8b6ad592d7c0b4bc26f87e11c5aedfdbd36fb1f10adac44033a6b546c5882b8bf332d2b3b034956c7f034a1cebd2e'
7
- data.tar.gz: be8529e2472320a8105ee223f5fce1eb79d94ef3d30ff165a352b2ddbd13bdc2b9dc8266e0e14e19f85763310585f84cf5774fc735c062caf495e75f26ae7887
6
+ metadata.gz: 2b1a345b99114c548069c3bc1a3c9ccca2d3d0537c7d976785a4ad0758a13978a702441af0b0e0128bcb98f18f01535679af79e09052d60a04ab63e0af794be8
7
+ data.tar.gz: d4727634cbdd6c9979b8058247b4a68b960cd966c0cff7227e907c371f339b288e013b10e1dfdf3861a93cf5ed9722b61480197b33828cf7dc0551a9c62a3c29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-playintegrity_v1
2
2
 
3
+ ### v0.26.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240508
6
+ * Regenerated using generator version 0.15.0
7
+
8
+ ### v0.25.0 (2024-04-28)
9
+
10
+ * Regenerated from discovery document revision 20240422
11
+
3
12
  ### v0.24.0 (2024-03-24)
4
13
 
5
14
  * Regenerated from discovery document revision 20240317
@@ -75,16 +75,21 @@ module Google
75
75
  class AppAccessRiskVerdict
76
76
  include Google::Apis::Core::Hashable
77
77
 
78
- # Required. App access risk verdict related to apps that are not installed by
79
- # Google Play, and are not preloaded on the system image by the device
80
- # manufacturer.
78
+ # List of detected app types signalled for App Access Risk.
79
+ # Corresponds to the JSON property `appsDetected`
80
+ # @return [Array<String>]
81
+ attr_accessor :apps_detected
82
+
83
+ # Deprecated: this field will be removed, please use apps_detected instead. App
84
+ # access risk verdict related to apps that are not installed by Google Play, and
85
+ # are not preloaded on the system image by the device manufacturer.
81
86
  # Corresponds to the JSON property `otherApps`
82
87
  # @return [String]
83
88
  attr_accessor :other_apps
84
89
 
85
- # Required. App access risk verdict related to apps that are not installed by
86
- # the Google Play Store, and are not preloaded on the system image by the device
87
- # manufacturer.
90
+ # Deprecated: this field will be removed, please use apps_detected instead. App
91
+ # access risk verdict related to apps that are not installed by the Google Play
92
+ # Store, and are not preloaded on the system image by the device manufacturer.
88
93
  # Corresponds to the JSON property `playOrSystemApps`
89
94
  # @return [String]
90
95
  attr_accessor :play_or_system_apps
@@ -95,6 +100,7 @@ module Google
95
100
 
96
101
  # Update properties of this object
97
102
  def update!(**args)
103
+ @apps_detected = args[:apps_detected] if args.key?(:apps_detected)
98
104
  @other_apps = args[:other_apps] if args.key?(:other_apps)
99
105
  @play_or_system_apps = args[:play_or_system_apps] if args.key?(:play_or_system_apps)
100
106
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PlayintegrityV1
18
18
  # Version of the google-apis-playintegrity_v1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240317"
25
+ REVISION = "20240508"
26
26
  end
27
27
  end
28
28
  end
@@ -113,6 +113,7 @@ module Google
113
113
  class AppAccessRiskVerdict
114
114
  # @private
115
115
  class Representation < Google::Apis::Core::JsonRepresentation
116
+ collection :apps_detected, as: 'appsDetected'
116
117
  property :other_apps, as: 'otherApps'
117
118
  property :play_or_system_apps, as: 'playOrSystemApps'
118
119
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-playintegrity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.26.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: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-playintegrity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-playintegrity_v1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playintegrity_v1/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playintegrity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []