google-apis-datastream_v1 0.51.0 → 0.52.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: c73adc8014a314890641cd4de18e5615b0431d6f2e7f5f187d3b3a6165ad6c90
4
- data.tar.gz: 57e3faef33f252e1a37d36e34201e05e65a7463ee42f16ad5e2e3d8c468cf688
3
+ metadata.gz: 51f821c6dd3f05e319784d6a1ba11d5f04e4faeceec3404c0034de60dfcec458
4
+ data.tar.gz: 1031b066eddac9d3a520c629ddfcc7c7a134b0a811b928b884da45449ebccc64
5
5
  SHA512:
6
- metadata.gz: f5b806593498658cb01505ea6d16cb5ef45e633f66853616b11b5b9e804882ee542aa8e53790a850fe4e11e279eef098ab8875f13721c1f58d39809d6cc66312
7
- data.tar.gz: 86dbe2dd04e37c1d34f6179f8144aba3779dca6aa402bce0df432c6ce97ea72cc7b22944613ac6cb1fb4072e99d56ff3fe025676f208755645486e27c518060f
6
+ metadata.gz: ccffbc1854c8d7106417edf4a47fe8ac408b2b4a2474084bdd9c766aa6cabfdf2bfbc0d9e0a409585bfe706000600297a92bc0ed8e148e0ee70391188c99a897
7
+ data.tar.gz: fc5162215d61523017142c4257a5e4f35678dfbe9f62f18e73ad9aa43e7db655cbae4f0919a49824a1e5c1dea8cf8008616b6ea2f17b5b436c388c9904d094f9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datastream_v1
2
2
 
3
+ ### v0.52.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250627
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.51.0 (2025-05-21)
4
9
 
5
10
  * Regenerated from discovery document revision 20250518
@@ -3329,6 +3329,12 @@ module Google
3329
3329
  # @return [Google::Apis::DatastreamV1::DatasetTemplate]
3330
3330
  attr_accessor :dataset_template
3331
3331
 
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
+
3332
3338
  def initialize(**args)
3333
3339
  update!(**args)
3334
3340
  end
@@ -3336,6 +3342,7 @@ module Google
3336
3342
  # Update properties of this object
3337
3343
  def update!(**args)
3338
3344
  @dataset_template = args[:dataset_template] if args.key?(:dataset_template)
3345
+ @project_id = args[:project_id] if args.key?(:project_id)
3339
3346
  end
3340
3347
  end
3341
3348
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastreamV1
18
18
  # Version of the google-apis-datastream_v1 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250518"
25
+ REVISION = "20250627"
26
26
  end
27
27
  end
28
28
  end
@@ -1776,6 +1776,7 @@ module Google
1776
1776
  class Representation < Google::Apis::Core::JsonRepresentation
1777
1777
  property :dataset_template, as: 'datasetTemplate', class: Google::Apis::DatastreamV1::DatasetTemplate, decorator: Google::Apis::DatastreamV1::DatasetTemplate::Representation
1778
1778
 
1779
+ property :project_id, as: 'projectId'
1779
1780
  end
1780
1781
  end
1781
1782
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastream_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.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-datastream_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.51.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.52.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1
62
62
  rdoc_options: []
63
63
  require_paths: