google-apis-analyticshub_v1 0.24.0 → 0.26.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: e3905514b2ac2f321c126d7a1552a8aee5ccf81d62d35a3cdb97aa0802b060d3
|
|
4
|
+
data.tar.gz: 125f6d9398fc050768cbb260e250b19cc292be4378680d6856651fc5582c6568
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4f937c1f20037bb1823f9c21dd82f9a4d2730510b7f1627e01b016fbe29a9172529dc948502540d0572e237d253653a9dbc666bbdd365672d9c8d51ff37cb76
|
|
7
|
+
data.tar.gz: 2df52e1326ef901a7763d0712ad22056838ee570e09ddfa816b3367f0205eb2046d73f4a40c83b3e0ecf9dd3eee8e79cc15aeeb045059fc98c1c41e4a98a8e9a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-analyticshub_v1
|
|
2
2
|
|
|
3
|
+
### v0.26.0 (2024-11-03)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20241028
|
|
6
|
+
|
|
7
|
+
### v0.25.0 (2024-09-29)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20240925
|
|
10
|
+
|
|
3
11
|
### v0.24.0 (2024-09-01)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20240826
|
|
@@ -1010,7 +1010,7 @@ module Google
|
|
|
1010
1010
|
# backlog, from the moment a message is published. If `retain_acked_messages` is
|
|
1011
1011
|
# true, then this also configures the retention of acknowledged messages, and
|
|
1012
1012
|
# thus configures how far back in time a `Seek` can be done. Defaults to 7 days.
|
|
1013
|
-
# Cannot be more than
|
|
1013
|
+
# Cannot be more than 31 days or less than 10 minutes.
|
|
1014
1014
|
# Corresponds to the JSON property `messageRetentionDuration`
|
|
1015
1015
|
# @return [String]
|
|
1016
1016
|
attr_accessor :message_retention_duration
|
|
@@ -2094,6 +2094,11 @@ module Google
|
|
|
2094
2094
|
# @return [String]
|
|
2095
2095
|
attr_accessor :destination
|
|
2096
2096
|
|
|
2097
|
+
# Defines the destination bigquery dataset.
|
|
2098
|
+
# Corresponds to the JSON property `destinationDataset`
|
|
2099
|
+
# @return [Google::Apis::AnalyticshubV1::DestinationDataset]
|
|
2100
|
+
attr_accessor :destination_dataset
|
|
2101
|
+
|
|
2097
2102
|
# Email of the subscriber.
|
|
2098
2103
|
# Corresponds to the JSON property `subscriberContact`
|
|
2099
2104
|
# @return [String]
|
|
@@ -2111,6 +2116,7 @@ module Google
|
|
|
2111
2116
|
# Update properties of this object
|
|
2112
2117
|
def update!(**args)
|
|
2113
2118
|
@destination = args[:destination] if args.key?(:destination)
|
|
2119
|
+
@destination_dataset = args[:destination_dataset] if args.key?(:destination_dataset)
|
|
2114
2120
|
@subscriber_contact = args[:subscriber_contact] if args.key?(:subscriber_contact)
|
|
2115
2121
|
@subscription = args[:subscription] if args.key?(:subscription)
|
|
2116
2122
|
end
|
|
@@ -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.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241028"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -853,6 +853,8 @@ module Google
|
|
|
853
853
|
# @private
|
|
854
854
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
855
855
|
property :destination, as: 'destination'
|
|
856
|
+
property :destination_dataset, as: 'destinationDataset', class: Google::Apis::AnalyticshubV1::DestinationDataset, decorator: Google::Apis::AnalyticshubV1::DestinationDataset::Representation
|
|
857
|
+
|
|
856
858
|
property :subscriber_contact, as: 'subscriberContact'
|
|
857
859
|
property :subscription, as: 'subscription'
|
|
858
860
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1/v0.26.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.21
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Analytics Hub API V1
|