google-apis-datastream_v1 0.21.0 → 0.23.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: 5e0be7dde3aeb479a8b235535c9cc905f64ba8ad1b8d24b4551e08000ff0e54b
4
- data.tar.gz: ee5abac42a11ec04f2a60f6950bf4a0d618a760196d5d4ae332e0a5010397c5e
3
+ metadata.gz: ff588150c10bbbf65183bf12f826fc5e5f7a49dc553b527b54d5e562e7d84ab0
4
+ data.tar.gz: 1da5dae9e69d3c0b33995653e7803ffb58dce96fb9f282d96b0e1c932a0c75e9
5
5
  SHA512:
6
- metadata.gz: adf582ee28a10e40256a53b840f5aa46bc65eb8ea173018a52e195a35170bfdaaf72c5e768cc7f0018ae2cd36a91c8b6035c85730a4cabaf25b197312aefab10
7
- data.tar.gz: 1b88d5334ea1665dc650b8c8aeb7b1235dccc628a1a66c9d18db9736df5ecbfb0fd265da23f1efc3655060b89874a7222930af8a301a8b47c5c796a17d920bfd
6
+ metadata.gz: 3aab7ceb3519a91d8498e37b87a3a2c4d98fa1030a6af32bf416b9067eaef7c554a44e0cae20680e4cf29f9c7a1adfac7d26a222c453767667e240d6c09c2062
7
+ data.tar.gz: b72e48eb2dc4f37a1c997141478461c11704863ded7a62efbb7f80d82482f88eba851c4efb5f04a33da9dd7082b9ac95dcf00ac49d5551995e29601971ebf21a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datastream_v1
2
2
 
3
+ ### v0.23.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230425
6
+
7
+ ### v0.22.0 (2023-03-19)
8
+
9
+ * Regenerated from discovery document revision 20230308
10
+
3
11
  ### v0.21.0 (2023-03-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230222
@@ -123,7 +123,7 @@ module Google
123
123
  end
124
124
  end
125
125
 
126
- #
126
+ # BigQuery destination configuration
127
127
  class BigQueryDestinationConfig
128
128
  include Google::Apis::Core::Hashable
129
129
 
@@ -244,7 +244,9 @@ module Google
244
244
  # @return [Google::Apis::DatastreamV1::PrivateConnectivity]
245
245
  attr_accessor :private_connectivity
246
246
 
247
- # Static IP address connectivity.
247
+ # Static IP address connectivity. Used when the source database is configured to
248
+ # allow incoming connections from the Datastream public IP addresses for the
249
+ # region specified in the connection profile.
248
250
  # Corresponds to the JSON property `staticServiceIpConnectivity`
249
251
  # @return [Google::Apis::DatastreamV1::StaticServiceIpConnectivity]
250
252
  attr_accessor :static_service_ip_connectivity
@@ -318,7 +320,7 @@ module Google
318
320
  class DestinationConfig
319
321
  include Google::Apis::Core::Hashable
320
322
 
321
- # BigQuery destination configuration.
323
+ # BigQuery destination configuration
322
324
  # Corresponds to the JSON property `bigqueryDestinationConfig`
323
325
  # @return [Google::Apis::DatastreamV1::BigQueryDestinationConfig]
324
326
  attr_accessor :bigquery_destination_config
@@ -587,7 +589,8 @@ module Google
587
589
  attr_accessor :avro_file_format
588
590
 
589
591
  # The maximum duration for which new events are added before a file is closed
590
- # and a new file is created.
592
+ # and a new file is created. Values within the range of 15-60 seconds are
593
+ # allowed.
591
594
  # Corresponds to the JSON property `fileRotationInterval`
592
595
  # @return [String]
593
596
  attr_accessor :file_rotation_interval
@@ -874,7 +877,7 @@ module Google
874
877
  end
875
878
  end
876
879
 
877
- # A resource that represents Google Cloud Platform location.
880
+ # A resource that represents a Google Cloud location.
878
881
  class Location
879
882
  include Google::Apis::Core::Hashable
880
883
 
@@ -2150,7 +2153,9 @@ module Google
2150
2153
  end
2151
2154
  end
2152
2155
 
2153
- # Static IP address connectivity.
2156
+ # Static IP address connectivity. Used when the source database is configured to
2157
+ # allow incoming connections from the Datastream public IP addresses for the
2158
+ # region specified in the connection profile.
2154
2159
  class StaticServiceIpConnectivity
2155
2160
  include Google::Apis::Core::Hashable
2156
2161
 
@@ -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.21.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230222"
25
+ REVISION = "20230425"
26
26
  end
27
27
  end
28
28
  end
@@ -535,13 +535,7 @@ module Google
535
535
  end
536
536
 
537
537
  # Lists operations that match the specified filter in the request. If the server
538
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
539
- # binding allows API services to override the binding to use different resource
540
- # name schemes, such as `users/*/operations`. To override the binding, API
541
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
542
- # service configuration. For backwards compatibility, the default name includes
543
- # the operations collection id, however overriding users must ensure the name
544
- # binding is the parent resource, without the operations collection id.
538
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
545
539
  # @param [String] name
546
540
  # The name of the operation's parent resource.
547
541
  # @param [String] filter
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.21.0
4
+ version: 0.23.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: 2023-03-05 00:00:00.000000000 Z
11
+ date: 2023-05-14 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.23.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: []