Skip to content

Commit b2e331a

Browse files
feat: Automated regeneration of analyticshub v1beta1 client (googleapis#24222)
Auto-created at 2025-09-07 10:29:34 +0000 using the toys pull request generator.
1 parent 233292b commit b2e331a

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31315,6 +31315,8 @@
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

generated/google-apis-analyticshub_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

generated/google-apis-analyticshub_v1beta1/lib/google/apis/analyticshub_v1beta1/classes.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-analyticshub_v1beta1/lib/google/apis/analyticshub_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
end

generated/google-apis-analyticshub_v1beta1/lib/google/apis/analyticshub_v1beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)