google-apis-analyticshub_v1beta1 0.35.0 → 0.36.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: 50dcf63b31f044e8cb6959ba7cd9b951d9b3e4154f2eec5f9d5b3009453d4fa0
|
4
|
+
data.tar.gz: c67ea1eda1d5259847b9c7d69445ea3d0d90d27c0d783e38c35e6ec7d530df92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4bbc74927b631e1ae950ce0aa156eb4e05d9c3091a61e627406903bad68b4e6dab90183e0c8434113521daea69a2dbace6eb8bd0cbca5deee29ef4728d00bd6
|
7
|
+
data.tar.gz: 3c61d8bc5e692cf525ea7490f69c98ebfe4148171a32772031278c517c6db176d1d73e365cb979275611a57f30397f931751f5fe04d5452e88bf2e41a317a179
|
data/CHANGELOG.md
CHANGED
@@ -366,6 +366,13 @@ module Google
|
|
366
366
|
# @return [String]
|
367
367
|
attr_accessor :location
|
368
368
|
|
369
|
+
# Optional. The geographic locations where the dataset should be replicated. See
|
370
|
+
# [BigQuery locations](https://cloud.google.com/bigquery/docs/locations) for
|
371
|
+
# supported locations.
|
372
|
+
# Corresponds to the JSON property `replicaLocations`
|
373
|
+
# @return [Array<String>]
|
374
|
+
attr_accessor :replica_locations
|
375
|
+
|
369
376
|
def initialize(**args)
|
370
377
|
update!(**args)
|
371
378
|
end
|
@@ -377,6 +384,7 @@ module Google
|
|
377
384
|
@friendly_name = args[:friendly_name] if args.key?(:friendly_name)
|
378
385
|
@labels = args[:labels] if args.key?(:labels)
|
379
386
|
@location = args[:location] if args.key?(:location)
|
387
|
+
@replica_locations = args[:replica_locations] if args.key?(:replica_locations)
|
380
388
|
end
|
381
389
|
end
|
382
390
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AnalyticshubV1beta1
|
18
18
|
# Version of the google-apis-analyticshub_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.36.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 = "20250901"
|
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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.36.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_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1beta1/v0.36.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|