google-apis-playdeveloperreporting_v1alpha1 0.37.0 → 0.39.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: c639a2711c0c47a3aa73fdbc078f509ea2734f8686566a00799036085b8392b6
4
- data.tar.gz: c7233819fc76489a1d6b9496a790b54f6f7c86c38b537dc5f6ef65f2dc08dd49
3
+ metadata.gz: 29d126e7db0e45f04e203343ff8a2fef7e3ee5cc48d51b3792af30bbb12e4d7b
4
+ data.tar.gz: e72acf4b689dafac2e18e0bf3df8a96168b592dd087bb7c2f652d8fcfb88b602
5
5
  SHA512:
6
- metadata.gz: 456f72f64a35ee4d8a51ed395df7a54dd0e3d0a8351ce4371f3245922ed76ab3962b843efe0137695a3d337847f417657e1f9fa361a8d086307be2b40bbd48dd
7
- data.tar.gz: 17ea658e3a825bb720082af1915d37e5af41a6dcf9ea18cad49c75107d33b97aba4c6d986a88568130a230652b6a3602c0f03697e324f3a343dac1ca5621164e
6
+ metadata.gz: 821be6a9e095c646054ee5bdf1ca8f683119ea9e03de3939e1bcc6a67aae18baa669890332bc7493c98cfa74e05801ab638f0b0f7b58b23f095627d06133cb18
7
+ data.tar.gz: 9da066cc52ac1c4cfe4c59fd610e6c31a3f6be6c3eeda9aeee1df39c12eeb271d3b7474e7e253455e53c7579fe43b4a64b230e1632f9d917cf13f0fddf46d1e0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1alpha1
2
2
 
3
+ ### v0.39.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260423
6
+ * Regenerated using generator version 0.19.0
7
+
8
+ ### v0.38.0 (2026-03-08)
9
+
10
+ * Regenerated from discovery document revision 20260305
11
+
3
12
  ### v0.37.0 (2026-03-01)
4
13
 
5
14
  * Regenerated from discovery document revision 20260222
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/play/developer/reporti
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -22,34 +22,6 @@ module Google
22
22
  module Apis
23
23
  module PlaydeveloperreportingV1alpha1
24
24
 
25
- # Profile describing the data handling characteristics of an MCP tool. When used
26
- # within the McpTool.meta field, this message should be packed into a google.
27
- # protobuf.Any and associated with the key: "google.com/tool.profiles/
28
- # data_handling"
29
- class ApiservingMcpMcpToolDataHandlingProfile
30
- include Google::Apis::Core::Hashable
31
-
32
- # // The data access level of the tool's inputs.
33
- # Corresponds to the JSON property `inputDataAccessLevel`
34
- # @return [String]
35
- attr_accessor :input_data_access_level
36
-
37
- # The data access level of the tool's outputs.
38
- # Corresponds to the JSON property `outputDataAccessLevel`
39
- # @return [String]
40
- attr_accessor :output_data_access_level
41
-
42
- def initialize(**args)
43
- update!(**args)
44
- end
45
-
46
- # Update properties of this object
47
- def update!(**args)
48
- @input_data_access_level = args[:input_data_access_level] if args.key?(:input_data_access_level)
49
- @output_data_access_level = args[:output_data_access_level] if args.key?(:output_data_access_level)
50
- end
51
- end
52
-
53
25
  # Represents an anomaly detected in a dataset. Our anomaly detection systems
54
26
  # flag datapoints in a time series that fall outside of and expected range
55
27
  # derived from historical data. Although those expected ranges have an upper and
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PlaydeveloperreportingV1alpha1
18
18
  # Version of the google-apis-playdeveloperreporting_v1alpha1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260222"
25
+ REVISION = "20260423"
26
26
  end
27
27
  end
28
28
  end
@@ -22,12 +22,6 @@ module Google
22
22
  module Apis
23
23
  module PlaydeveloperreportingV1alpha1
24
24
 
25
- class ApiservingMcpMcpToolDataHandlingProfile
26
- class Representation < Google::Apis::Core::JsonRepresentation; end
27
-
28
- include Google::Apis::Core::JsonObjectSupport
29
- end
30
-
31
25
  class GooglePlayDeveloperReportingV1alpha1Anomaly
32
26
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
27
 
@@ -328,14 +322,6 @@ module Google
328
322
  include Google::Apis::Core::JsonObjectSupport
329
323
  end
330
324
 
331
- class ApiservingMcpMcpToolDataHandlingProfile
332
- # @private
333
- class Representation < Google::Apis::Core::JsonRepresentation
334
- property :input_data_access_level, as: 'inputDataAccessLevel'
335
- property :output_data_access_level, as: 'outputDataAccessLevel'
336
- end
337
- end
338
-
339
325
  class GooglePlayDeveloperReportingV1alpha1Anomaly
340
326
  # @private
341
327
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-playdeveloperreporting_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.39.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1alpha1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="