google-apis-analyticshub_v1 0.30.0 → 0.31.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: 281f4dfe6920e5977c6ce523be692590f9196b4b8ffc44817e6e44555ec6c5a0
|
4
|
+
data.tar.gz: 158c650a98e235eb70120e5f43f74eab491fec07ad69d3455e09b7848d7eee2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92efa91d103f2298fe4e2a3f134b2e33e9579feb7ef4295fdae7d85a8ae50e641d5eb92b90f6a0e0a5796e1d5bf646e2fc06ffae7122f38ee5b8d7043dde1aef
|
7
|
+
data.tar.gz: e48732b0d98b943ac82ac5a552146a21b267d443ff911245e503758d0667c50e4299baf2f8ac5ec511dbea2744fccbe3b0a89b3ffaac312d8487913f139a5689
|
data/CHANGELOG.md
CHANGED
@@ -710,6 +710,12 @@ module Google
|
|
710
710
|
# @return [String]
|
711
711
|
attr_accessor :location
|
712
712
|
|
713
|
+
# Optional. The geographic locations where the dataset should be replicated. See
|
714
|
+
# https://cloud.google.com/bigquery/docs/locations for supported locations.
|
715
|
+
# Corresponds to the JSON property `replicaLocations`
|
716
|
+
# @return [Array<String>]
|
717
|
+
attr_accessor :replica_locations
|
718
|
+
|
713
719
|
def initialize(**args)
|
714
720
|
update!(**args)
|
715
721
|
end
|
@@ -721,6 +727,7 @@ module Google
|
|
721
727
|
@friendly_name = args[:friendly_name] if args.key?(:friendly_name)
|
722
728
|
@labels = args[:labels] if args.key?(:labels)
|
723
729
|
@location = args[:location] if args.key?(:location)
|
730
|
+
@replica_locations = args[:replica_locations] if args.key?(:replica_locations)
|
724
731
|
end
|
725
732
|
end
|
726
733
|
|
@@ -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.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250315"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.31.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.31.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:
|