google-apis-datastream_v1 0.16.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 841d211a7badf34129be65712bc09125122d98c53f57ed994fc3cc1f6e7bb697
4
- data.tar.gz: a3e75e8a097031152701e228e310925c0faec08640c8c737ffc51705866c558a
3
+ metadata.gz: 3bcd222a36c3113ba9a45d3571e0dc1187190e00b996daff5b4aef94668b9d57
4
+ data.tar.gz: 16ed32154b001a17a2e53bc344255cd48e27ff55ea9633a6bb74eae3536f28d1
5
5
  SHA512:
6
- metadata.gz: 86fa0d16941b4ea270794eb5d9a097dc658acb9cf3b3b36b5bf6a294604be0c546da51a0c504c68ef321b9bffe64c4ff2cc2062b9a47ea0ca5d8d60f72a0110e
7
- data.tar.gz: 9c21a9c8f4c5692ba62df6a0028f46c403f3a1926314a005258ed73c45545652da2d70349a45e5e57aaafef4cc15cb3989708424a8ebda22ced5769db986a8db
6
+ metadata.gz: 07b1a18e64f2a6ed7060506a73f91685ea1d2774434ceef87dc0c482eb1e76e9c65185ce49d873965f8197e88b79e4fdb687c7558b44a2b8837f1249755d28e1
7
+ data.tar.gz: 9f5ba5c82af75874a4a915511576517d5105df9b71d5bda3b0de07f32ed28c190909dcaf8bebbce3739d2bcc60d2fbd58251da671a8843123d9b9976a594e002
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.17.0 (2022-11-01)
8
+
9
+ * Regenerated from discovery document revision 20221019
10
+ * Regenerated using generator version 0.11.0
11
+
3
12
  ### v0.16.0 (2022-09-20)
4
13
 
5
14
  * Regenerated using generator version 0.10.0
@@ -1805,8 +1805,8 @@ module Google
1805
1805
  # @return [String]
1806
1806
  attr_accessor :publication
1807
1807
 
1808
- # Required. The name of the logical replication slot that's configured with the
1809
- # pgoutput plugin.
1808
+ # Required. Immutable. The name of the logical replication slot that's
1809
+ # configured with the pgoutput plugin.
1810
1810
  # Corresponds to the JSON property `replicationSlot`
1811
1811
  # @return [String]
1812
1812
  attr_accessor :replication_slot
@@ -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.16.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220817"
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.16.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-09-26 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.16.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: []