google-apis-playdeveloperreporting_v1beta1 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0d8d47e6dbdd6d68bc77dcdc1de92c220b6b23cd6f71128f0db3a62562d4fe6
|
|
4
|
+
data.tar.gz: 528df6b5397e103f6d92fb9c92854cc6a22cfed0c593def2312ab9f2587ac9d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da6362146eb1653e4d10cd841978fceb1bdd815eb1a9273df041e4143d86d5198c3264b5cc31315ee5ea51b03928377d3c523e47f5936cb67217b498fbac0e95
|
|
7
|
+
data.tar.gz: 4659e0bd2d460fcae56f6a82508fe91599c7dccfb0f314ee371735cb5165f91169075e0674dd67fb2db7ffe4b18ce9c896a4e46103c27d55c8eca2e968a33835
|
data/CHANGELOG.md
CHANGED
|
@@ -22,34 +22,6 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module PlaydeveloperreportingV1beta1
|
|
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 PlaydeveloperreportingV1beta1
|
|
18
18
|
# Version of the google-apis-playdeveloperreporting_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "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.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260305"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -22,12 +22,6 @@ module Google
|
|
|
22
22
|
module Apis
|
|
23
23
|
module PlaydeveloperreportingV1beta1
|
|
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 GooglePlayDeveloperReportingV1beta1Anomaly
|
|
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 GooglePlayDeveloperReportingV1beta1Anomaly
|
|
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_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.40.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|