google-apis-analyticshub_v1 0.38.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5bf680891d03093c9e85647096d154f59c9d68eef60bb94d0433f2f629c4c0c6
|
|
4
|
+
data.tar.gz: b3f6cad1661da30cd538bf7992159e882f569f92050e14ce72dbf3ecdc5dc090
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9a0bdd1de1b41f3e02e3962db2e86310ed80b58aeec3b3e389bf793b5718293b0929d60a1034cabfdd80127cf7bd5b29064501428f35fe0496d24d11362c749
|
|
7
|
+
data.tar.gz: 99fd297b19f1c3baea552f28a1015ff3c3e4eb71db51638d1c4db29d864dd521716d86befe7fac469432b558e2fbe61f040a6216d9177448093942fc0896a43e
|
data/CHANGELOG.md
CHANGED
|
@@ -1107,7 +1107,7 @@ module Google
|
|
|
1107
1107
|
# @return [Array<Google::Apis::AnalyticshubV1::MessageTransform>]
|
|
1108
1108
|
attr_accessor :message_transforms
|
|
1109
1109
|
|
|
1110
|
-
# Required. Name of the subscription. Format is `projects/`project`/
|
|
1110
|
+
# Required. Identifier. Name of the subscription. Format is `projects/`project`/
|
|
1111
1111
|
# subscriptions/`sub``.
|
|
1112
1112
|
# Corresponds to the JSON property `name`
|
|
1113
1113
|
# @return [String]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticshubV1
|
|
18
18
|
# Version of the google-apis-analyticshub_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.39.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 = "20251208"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-analyticshub_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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-analyticshub_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.39.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|