File tree Expand file tree Collapse file tree 5 files changed +16
-2
lines changed
generated/google-apis-analyticshub_v1
lib/google/apis/analyticshub_v1 Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2877128771"/analyticshub:v1/DestinationDataset/labels": labels
2877228772"/analyticshub:v1/DestinationDataset/labels/label": label
2877328773"/analyticshub:v1/DestinationDataset/location": location
28774+ "/analyticshub:v1/DestinationDataset/replicaLocations": replica_locations
28775+ "/analyticshub:v1/DestinationDataset/replicaLocations/replica_location": replica_location
2877428776"/analyticshub:v1/DestinationDatasetReference": destination_dataset_reference
2877528777"/analyticshub:v1/DestinationDatasetReference/datasetId": dataset_id
2877628778"/analyticshub:v1/DestinationDatasetReference/projectId": project_id
Original file line number Diff line number Diff line change 11# Release history for google-apis-analyticshub_v1
22
3+ ### v0.31.0 (2025-03-30)
4+
5+ * Regenerated from discovery document revision 20250315
6+
37### v0.30.0 (2025-03-23)
48
59* Regenerated from discovery document revision 20250310
Original file line number Diff line number Diff line change @@ -710,6 +710,12 @@ class DestinationDataset
710710 # @return [String]
711711 attr_accessor :location
712712
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+
713719 def initialize ( **args )
714720 update! ( **args )
715721 end
@@ -721,6 +727,7 @@ def update!(**args)
721727 @friendly_name = args [ :friendly_name ] if args . key? ( :friendly_name )
722728 @labels = args [ :labels ] if args . key? ( :labels )
723729 @location = args [ :location ] if args . key? ( :location )
730+ @replica_locations = args [ :replica_locations ] if args . key? ( :replica_locations )
724731 end
725732 end
726733
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module AnalyticshubV1
1818 # Version of the google-apis-analyticshub_v1 gem
19- GEM_VERSION = "0.30 .0"
19+ GEM_VERSION = "0.31 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.16.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250310 "
25+ REVISION = "20250315 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -542,6 +542,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
542542 property :friendly_name , as : 'friendlyName'
543543 hash :labels , as : 'labels'
544544 property :location , as : 'location'
545+ collection :replica_locations , as : 'replicaLocations'
545546 end
546547 end
547548
You can’t perform that action at this time.
0 commit comments