google-apis-playdeveloperreporting_v1alpha1 0.39.0 → 0.40.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: 29d126e7db0e45f04e203343ff8a2fef7e3ee5cc48d51b3792af30bbb12e4d7b
4
- data.tar.gz: e72acf4b689dafac2e18e0bf3df8a96168b592dd087bb7c2f652d8fcfb88b602
3
+ metadata.gz: 3b370e5fe191fc8aced7d3a78a778c6880d42ab603a40f0d4b725b4f0e8aa55f
4
+ data.tar.gz: e5c952ce7e5267fea4afac85f4a1cfeb9f721d145853df33ef4e0309491ce50e
5
5
  SHA512:
6
- metadata.gz: 821be6a9e095c646054ee5bdf1ca8f683119ea9e03de3939e1bcc6a67aae18baa669890332bc7493c98cfa74e05801ab638f0b0f7b58b23f095627d06133cb18
7
- data.tar.gz: 9da066cc52ac1c4cfe4c59fd610e6c31a3f6be6c3eeda9aeee1df39c12eeb271d3b7474e7e253455e53c7579fe43b4a64b230e1632f9d917cf13f0fddf46d1e0
6
+ metadata.gz: 3465d369286bde90ac361aea8eded16bd37acdaedc872b83e52348c16ff67a95b527e030355365313d6c007f6d41dff0ca3dc00dc9e92ef79e560948f5d8c46c
7
+ data.tar.gz: b7e40b98f502584acd4ee522a7033649ffc2e2388661c8096790dd3bf7d93b45b2d365e7756ed5805a038ddc7580d6d0f3315b77b98f8a2bb2e0e9a906f8511d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1alpha1
2
2
 
3
+ ### v0.40.0 (2026-07-12)
4
+
5
+ * Regenerated from discovery document revision 20260709
6
+
3
7
  ### v0.39.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260423
@@ -22,6 +22,67 @@ module Google
22
22
  module Apis
23
23
  module PlaydeveloperreportingV1alpha1
24
24
 
25
+ # Profile describing the visibility restriction of an MCP tool. Key: "google.com/
26
+ # tool.profiles/visibility.restriction"
27
+ class ApiservingMcpMcpToolVisibility
28
+ include Google::Apis::Core::Hashable
29
+
30
+ # A list of field-level visibility restrictions.
31
+ # Corresponds to the JSON property `fieldVisibility`
32
+ # @return [Array<Google::Apis::PlaydeveloperreportingV1alpha1::ApiservingMcpMcpToolVisibilityFieldVisibility>]
33
+ attr_accessor :field_visibility
34
+
35
+ # The strategy used to enforce visibility restrictions. DO NOT USE. This field
36
+ # is not yet implemented.
37
+ # Corresponds to the JSON property `visibilityEnforcementStrategy`
38
+ # @return [String]
39
+ attr_accessor :visibility_enforcement_strategy
40
+
41
+ # The visibility restriction labels for the tool itself (e.g., "
42
+ # PRODUCER_DEFINED_PREVIEW"). Multiple labels can be provided as a comma-
43
+ # separated string.
44
+ # Corresponds to the JSON property `visibilityRestriction`
45
+ # @return [String]
46
+ attr_accessor :visibility_restriction
47
+
48
+ def initialize(**args)
49
+ update!(**args)
50
+ end
51
+
52
+ # Update properties of this object
53
+ def update!(**args)
54
+ @field_visibility = args[:field_visibility] if args.key?(:field_visibility)
55
+ @visibility_enforcement_strategy = args[:visibility_enforcement_strategy] if args.key?(:visibility_enforcement_strategy)
56
+ @visibility_restriction = args[:visibility_restriction] if args.key?(:visibility_restriction)
57
+ end
58
+ end
59
+
60
+ # Visibility rules for individual tool parameters (fields). This allows
61
+ # producers to hide specific fields in tools/list and tools/call.
62
+ class ApiservingMcpMcpToolVisibilityFieldVisibility
63
+ include Google::Apis::Core::Hashable
64
+
65
+ # The visibility restriction labels for this field (comma-separated).
66
+ # Corresponds to the JSON property `restriction`
67
+ # @return [String]
68
+ attr_accessor :restriction
69
+
70
+ # The name of the parameter in the input_schema or output_schema.
71
+ # Corresponds to the JSON property `selector`
72
+ # @return [String]
73
+ attr_accessor :selector
74
+
75
+ def initialize(**args)
76
+ update!(**args)
77
+ end
78
+
79
+ # Update properties of this object
80
+ def update!(**args)
81
+ @restriction = args[:restriction] if args.key?(:restriction)
82
+ @selector = args[:selector] if args.key?(:selector)
83
+ end
84
+ end
85
+
25
86
  # Represents an anomaly detected in a dataset. Our anomaly detection systems
26
87
  # flag datapoints in a time series that fall outside of and expected range
27
88
  # 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.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260423"
25
+ REVISION = "20260709"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,18 @@ module Google
22
22
  module Apis
23
23
  module PlaydeveloperreportingV1alpha1
24
24
 
25
+ class ApiservingMcpMcpToolVisibility
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class ApiservingMcpMcpToolVisibilityFieldVisibility
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
25
37
  class GooglePlayDeveloperReportingV1alpha1Anomaly
26
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
39
 
@@ -322,6 +334,24 @@ module Google
322
334
  include Google::Apis::Core::JsonObjectSupport
323
335
  end
324
336
 
337
+ class ApiservingMcpMcpToolVisibility
338
+ # @private
339
+ class Representation < Google::Apis::Core::JsonRepresentation
340
+ collection :field_visibility, as: 'fieldVisibility', class: Google::Apis::PlaydeveloperreportingV1alpha1::ApiservingMcpMcpToolVisibilityFieldVisibility, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::ApiservingMcpMcpToolVisibilityFieldVisibility::Representation
341
+
342
+ property :visibility_enforcement_strategy, as: 'visibilityEnforcementStrategy'
343
+ property :visibility_restriction, as: 'visibilityRestriction'
344
+ end
345
+ end
346
+
347
+ class ApiservingMcpMcpToolVisibilityFieldVisibility
348
+ # @private
349
+ class Representation < Google::Apis::Core::JsonRepresentation
350
+ property :restriction, as: 'restriction'
351
+ property :selector, as: 'selector'
352
+ end
353
+ end
354
+
325
355
  class GooglePlayDeveloperReportingV1alpha1Anomaly
326
356
  # @private
327
357
  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.39.0
4
+ version: 0.40.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.39.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.40.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: