google-apis-analyticshub_v1 0.42.0 → 0.43.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: 9dd30e304bf7c25baaceee7f70c09f1120aa7da8c4924a104b3172c4df66ab06
|
|
4
|
+
data.tar.gz: 74b5c9ee400118772cc8191040899a3fc11fdade8190ad45184e11a181c8f373
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8eeada96bf958069f195c5f6f51356030d8a3aa8f8d268c3b5dde73c7fca0684991737d62489474a17881ad81100bea5227964a41d3e1adaa72af89f472d19ea
|
|
7
|
+
data.tar.gz: cd884e3390121c4b9f3a85642504fc8a55efee97beaf8edf2ccffd962c9a81caae60e600dceb3d0ea63ec5e9e99ff8ec7ddff671b255244cc9af5d05c95ee955
|
data/CHANGELOG.md
CHANGED
|
@@ -846,9 +846,10 @@ module Google
|
|
|
846
846
|
include Google::Apis::Core::Hashable
|
|
847
847
|
|
|
848
848
|
# Defines the destination Pub/Sub subscription. If none of `push_config`, `
|
|
849
|
-
# bigquery_config`, `cloud_storage_config`, `
|
|
850
|
-
# pubsublite_export_config` is set, then the
|
|
851
|
-
# messages using API methods. At most one of these
|
|
849
|
+
# bigquery_config`, `cloud_storage_config`, `bigtable_config`, `
|
|
850
|
+
# pubsub_export_config`, or `pubsublite_export_config` is set, then the
|
|
851
|
+
# subscriber will pull and ack messages using API methods. At most one of these
|
|
852
|
+
# fields may be set.
|
|
852
853
|
# Corresponds to the JSON property `pubsubSubscription`
|
|
853
854
|
# @return [Google::Apis::AnalyticshubV1::GooglePubsubV1Subscription]
|
|
854
855
|
attr_accessor :pubsub_subscription
|
|
@@ -1091,9 +1092,10 @@ module Google
|
|
|
1091
1092
|
end
|
|
1092
1093
|
|
|
1093
1094
|
# Defines the destination Pub/Sub subscription. If none of `push_config`, `
|
|
1094
|
-
# bigquery_config`, `cloud_storage_config`, `
|
|
1095
|
-
# pubsublite_export_config` is set, then the
|
|
1096
|
-
# messages using API methods. At most one of these
|
|
1095
|
+
# bigquery_config`, `cloud_storage_config`, `bigtable_config`, `
|
|
1096
|
+
# pubsub_export_config`, or `pubsublite_export_config` is set, then the
|
|
1097
|
+
# subscriber will pull and ack messages using API methods. At most one of these
|
|
1098
|
+
# fields may be set.
|
|
1097
1099
|
class GooglePubsubV1Subscription
|
|
1098
1100
|
include Google::Apis::Core::Hashable
|
|
1099
1101
|
|
|
@@ -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.43.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 = "20260427"
|
|
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.43.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.43.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:
|