File tree Expand file tree Collapse file tree 5 files changed +17
-2
lines changed
generated/google-apis-analyticshub_v1beta1
lib/google/apis/analyticshub_v1beta1 Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 3131531315"/analyticshub:v1beta1/DestinationDataset/labels": labels
3131631316"/analyticshub:v1beta1/DestinationDataset/labels/label": label
3131731317"/analyticshub:v1beta1/DestinationDataset/location": location
31318+ "/analyticshub:v1beta1/DestinationDataset/replicaLocations": replica_locations
31319+ "/analyticshub:v1beta1/DestinationDataset/replicaLocations/replica_location": replica_location
3131831320"/analyticshub:v1beta1/DestinationDatasetReference": destination_dataset_reference
3131931321"/analyticshub:v1beta1/DestinationDatasetReference/datasetId": dataset_id
3132031322"/analyticshub:v1beta1/DestinationDatasetReference/projectId": project_id
Original file line number Diff line number Diff line change 11# Release history for google-apis-analyticshub_v1beta1
22
3+ ### v0.36.0 (2025-09-07)
4+
5+ * Regenerated from discovery document revision 20250901
6+
37### v0.35.0 (2025-06-29)
48
59* Regenerated from discovery document revision 20250623
Original file line number Diff line number Diff line change @@ -366,6 +366,13 @@ class DestinationDataset
366366 # @return [String]
367367 attr_accessor :location
368368
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+
369376 def initialize ( **args )
370377 update! ( **args )
371378 end
@@ -377,6 +384,7 @@ def update!(**args)
377384 @friendly_name = args [ :friendly_name ] if args . key? ( :friendly_name )
378385 @labels = args [ :labels ] if args . key? ( :labels )
379386 @location = args [ :location ] if args . key? ( :location )
387+ @replica_locations = args [ :replica_locations ] if args . key? ( :replica_locations )
380388 end
381389 end
382390
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module AnalyticshubV1beta1
1818 # Version of the google-apis-analyticshub_v1beta1 gem
19- GEM_VERSION = "0.35 .0"
19+ GEM_VERSION = "0.36 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250623 "
25+ REVISION = "20250901 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -292,6 +292,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
292292 property :friendly_name , as : 'friendlyName'
293293 hash :labels , as : 'labels'
294294 property :location , as : 'location'
295+ collection :replica_locations , as : 'replicaLocations'
295296 end
296297 end
297298
You can’t perform that action at this time.
0 commit comments