google-apis-analyticshub_v1 0.45.0 → 0.46.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: 83f67eeef1c05c02e7048b100bbc6822075dc8f2b86577376246d6ae189eabe9
|
|
4
|
+
data.tar.gz: '09c3435f1b963695d7ff8badde30019c701025b152d9206bc0d72539bbc1c258'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a0e0660329fd7a6786ed1bc5e9f90cbfc8b42c9dbe554ca48f2470a4b413ec91eeb93efb133862d559a0e0c920c2d879b0bf585d0eecf1d23968c711005e73b
|
|
7
|
+
data.tar.gz: 5b3bf8088b10866cc00ac67f4e85437878879885bae60d63b01850f17fb97a781fba0fec3f4c16454329141dd5c0edc15e74276cac501b0b1b56c61277b16fa3
|
data/CHANGELOG.md
CHANGED
|
@@ -2178,8 +2178,8 @@ module Google
|
|
|
2178
2178
|
# @return [String]
|
|
2179
2179
|
attr_accessor :primary_contact
|
|
2180
2180
|
|
|
2181
|
-
# Optional.
|
|
2182
|
-
# the QueryTemplate. Max Length: 1000 bytes.
|
|
2181
|
+
# Optional. Deprecated: Use `primary_contact` instead. Email or URL of the
|
|
2182
|
+
# primary point of contact of the QueryTemplate. Max Length: 1000 bytes.
|
|
2183
2183
|
# Corresponds to the JSON property `proposer`
|
|
2184
2184
|
# @return [String]
|
|
2185
2185
|
attr_accessor :proposer
|
|
@@ -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.46.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 = "
|
|
25
|
+
REVISION = "20260727"
|
|
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.46.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.46.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:
|