google-apis-playintegrity_v1 0.21.0 → 0.22.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: 05ce0c217529fd8d0fba1a5483e58525b4639b6b1e3a685aaa25f07c0066787e
4
- data.tar.gz: 8f893953ca00adc3457f9ad631caf009d3fef2172881b315898a14b5d7a7fa9d
3
+ metadata.gz: 1e900ac813f26e1e3d8929c3b7ee9734ee1044dff0fdc37bf29fa9a1ffb22f54
4
+ data.tar.gz: 9a51ad800727fd9e8263f4e4d7a132c780bdc12f950c6d1e61c8b4ab75721559
5
5
  SHA512:
6
- metadata.gz: 3adfb38b82fd8b77927c08a6e295e649620002bcbcd9faffe101ec11018a95edb3241da3165aa57ee5ccf5901f26395c08f3cc77cab50b2b9bc0b267482d796e
7
- data.tar.gz: 3b682f1092c7a76b61a7db2dbba8492a209e9e44e18e57197488039c5d2135af411112ae7a08a8d2e9826f70ac1b7abf25a53f99bca29c22a50fcf666bb2dbad
6
+ metadata.gz: 820d0a54723138ab1e54158730b55525e0bb3225ad92b0926750211724578e36faa3e8d430cb45ff8cfe96e8d26b90092f386203c43371cbdf873a850c65592c
7
+ data.tar.gz: 75c36157223481fa595469ac8045cc6f90e3b5fbbda6dc82e9d179e222f7844c53b944f2323b51ae666805f8e7b0e4c812c6d6872d9c1063c171e9dcd2165302
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-playintegrity_v1
2
2
 
3
+ ### v0.22.0 (2024-01-23)
4
+
5
+ * Regenerated using generator version 0.13.0
6
+
3
7
  ### v0.21.0 (2024-01-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20240101
@@ -16,10 +16,10 @@ module Google
16
16
  module Apis
17
17
  module PlayintegrityV1
18
18
  # Version of the google-apis-playintegrity_v1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
25
  REVISION = "20240101"
@@ -35,6 +35,8 @@ module Google
35
35
  #
36
36
  # @see https://developer.android.com/google/play/integrity
37
37
  class PlayIntegrityService < Google::Apis::Core::BaseService
38
+ DEFAULT_ENDPOINT_TEMPLATE = "https://playintegrity.$UNIVERSE_DOMAIN$/"
39
+
38
40
  # @return [String]
39
41
  # API key. Your API key identifies your project and provides you with API access,
40
42
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -46,7 +48,7 @@ module Google
46
48
  attr_accessor :quota_user
47
49
 
48
50
  def initialize
49
- super('https://playintegrity.googleapis.com/', '',
51
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
50
52
  client_name: 'google-apis-playintegrity_v1',
51
53
  client_version: Google::Apis::PlayintegrityV1::GEM_VERSION)
52
54
  @batch_path = 'batch'
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.21.0
4
+ version: 0.22.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-01-07 00:00:00.000000000 Z
11
+ date: 2024-01-23 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.11.0
19
+ version: 0.12.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.11.0
29
+ version: 0.12.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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playintegrity_v1/v0.22.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: []