google-apis-datastream_v1 0.17.0 → 0.18.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: 18192e32821d664b55458bf8c0c439fa6476eace7337a77ee2b3f2e7f98d0f6f
4
- data.tar.gz: 6a4781d7063dc729a3b4f222771425995a87c698992bf140ae2ce925d6a19432
3
+ metadata.gz: 3bcd222a36c3113ba9a45d3571e0dc1187190e00b996daff5b4aef94668b9d57
4
+ data.tar.gz: 16ed32154b001a17a2e53bc344255cd48e27ff55ea9633a6bb74eae3536f28d1
5
5
  SHA512:
6
- metadata.gz: b3baeaaae7124efc536d7e6bac5843ffa55013a64f1ccc05c06d188e0c1b6129dfa6b2b4f669d045742245a58268008310ae2bda8b677f113a5de4a40ed5282a
7
- data.tar.gz: 5dae50444bed75bd1bf0cd62322c07a2d7775aac26929beac6e4a943d7ac64ba6f31b6bd930fbee62258dfaeb5a2da1dcb17801e9409232c86633e1850619a23
6
+ metadata.gz: 07b1a18e64f2a6ed7060506a73f91685ea1d2774434ceef87dc0c482eb1e76e9c65185ce49d873965f8197e88b79e4fdb687c7558b44a2b8837f1249755d28e1
7
+ data.tar.gz: 9f5ba5c82af75874a4a915511576517d5105df9b71d5bda3b0de07f32ed28c190909dcaf8bebbce3739d2bcc60d2fbd58251da671a8843123d9b9976a594e002
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastream_v1
2
2
 
3
+ ### v0.18.0 (2022-12-08)
4
+
5
+ * Regenerated from discovery document revision 20221128
6
+
3
7
  ### v0.17.0 (2022-11-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20221019
@@ -1993,7 +1993,7 @@ module Google
1993
1993
  class SingleTargetDataset
1994
1994
  include Google::Apis::Core::Hashable
1995
1995
 
1996
- #
1996
+ # The dataset ID of the target dataset.
1997
1997
  # Corresponds to the JSON property `datasetId`
1998
1998
  # @return [String]
1999
1999
  attr_accessor :dataset_id
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221019"
25
+ REVISION = "20221128"
26
26
  end
27
27
  end
28
28
  end
@@ -584,6 +584,8 @@ module Google
584
584
  # @param [String] parent
585
585
  # Required. The parent that owns the collection of PrivateConnections.
586
586
  # @param [Google::Apis::DatastreamV1::PrivateConnection] private_connection_object
587
+ # @param [Boolean] force
588
+ # Optional. If set to true, will skip validations.
587
589
  # @param [String] private_connection_id
588
590
  # Required. The private connectivity identifier.
589
591
  # @param [String] request_id
@@ -614,13 +616,14 @@ module Google
614
616
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
615
617
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
616
618
  # @raise [Google::Apis::AuthorizationError] Authorization is required
617
- def create_project_location_private_connection(parent, private_connection_object = nil, private_connection_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
619
+ def create_project_location_private_connection(parent, private_connection_object = nil, force: nil, private_connection_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
618
620
  command = make_simple_command(:post, 'v1/{+parent}/privateConnections', options)
619
621
  command.request_representation = Google::Apis::DatastreamV1::PrivateConnection::Representation
620
622
  command.request_object = private_connection_object
621
623
  command.response_representation = Google::Apis::DatastreamV1::Operation::Representation
622
624
  command.response_class = Google::Apis::DatastreamV1::Operation
623
625
  command.params['parent'] = parent unless parent.nil?
626
+ command.query['force'] = force unless force.nil?
624
627
  command.query['privateConnectionId'] = private_connection_id unless private_connection_id.nil?
625
628
  command.query['requestId'] = request_id unless request_id.nil?
626
629
  command.query['fields'] = fields unless fields.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastream_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-07 00:00:00.000000000 Z
11
+ date: 2022-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1
63
63
  post_install_message:
64
64
  rdoc_options: []