Skip to content

Commit 6a3695b

Browse files
feat: Automated regeneration of datastream v1 client (googleapis#23638)
Auto-created at 2025-07-06 10:41:42 +0000 using the toys pull request generator.
1 parent 7a9dc13 commit 6a3695b

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155667,6 +155667,7 @@
155667155667
"/datastream:v1/SourceConfig/sqlServerSourceConfig": sql_server_source_config
155668155668
"/datastream:v1/SourceHierarchyDatasets": source_hierarchy_datasets
155669155669
"/datastream:v1/SourceHierarchyDatasets/datasetTemplate": dataset_template
155670+
"/datastream:v1/SourceHierarchyDatasets/projectId": project_id
155670155671
"/datastream:v1/SourceObjectIdentifier": source_object_identifier
155671155672
"/datastream:v1/SourceObjectIdentifier/mongodbIdentifier": mongodb_identifier
155672155673
"/datastream:v1/SourceObjectIdentifier/mysqlIdentifier": mysql_identifier

generated/google-apis-datastream_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-datastream_v1
22

3+
### v0.52.0 (2025-07-06)
4+
5+
* Regenerated from discovery document revision 20250627
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.51.0 (2025-05-21)
49

510
* Regenerated from discovery document revision 20250518

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3329,13 +3329,20 @@ class SourceHierarchyDatasets
33293329
# @return [Google::Apis::DatastreamV1::DatasetTemplate]
33303330
attr_accessor :dataset_template
33313331

3332+
# Optional. The project id of the BigQuery dataset. If not specified, the
3333+
# project will be inferred from the stream resource.
3334+
# Corresponds to the JSON property `projectId`
3335+
# @return [String]
3336+
attr_accessor :project_id
3337+
33323338
def initialize(**args)
33333339
update!(**args)
33343340
end
33353341

33363342
# Update properties of this object
33373343
def update!(**args)
33383344
@dataset_template = args[:dataset_template] if args.key?(:dataset_template)
3345+
@project_id = args[:project_id] if args.key?(:project_id)
33393346
end
33403347
end
33413348

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DatastreamV1
1818
# Version of the google-apis-datastream_v1 gem
19-
GEM_VERSION = "0.51.0"
19+
GEM_VERSION = "0.52.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250518"
25+
REVISION = "20250627"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,7 @@ class SourceHierarchyDatasets
17761776
class Representation < Google::Apis::Core::JsonRepresentation
17771777
property :dataset_template, as: 'datasetTemplate', class: Google::Apis::DatastreamV1::DatasetTemplate, decorator: Google::Apis::DatastreamV1::DatasetTemplate::Representation
17781778

1779+
property :project_id, as: 'projectId'
17791780
end
17801781
end
17811782

0 commit comments

Comments
 (0)