google-cloud-bigquery-migration-v2 0.14.0 → 0.14.1

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: 7e5400f7626047d498095354e3a8f93ea15d06335831c30d4fcaa55aea8112c6
4
- data.tar.gz: 6f43e5ec2d8a88130ddcfe3706021be1f39ccc2ddc94cc1230e0544ef9269973
3
+ metadata.gz: d094f4c88f24cc995caeae45cb930e08776f6667ed3a3b78713befedcc66e8b2
4
+ data.tar.gz: 7622b2f636af598424b5a1d3e136d2a6c97e1180a96fbf518da4fea8ce44c095
5
5
  SHA512:
6
- metadata.gz: f247d674c77d809e206d4f98a5726a611f6251144b1cccdfe64982916c36fdc54e311ad09e348a6ffe6450666f3cd2bfd966a7f50723b8d3bf8cd58f117b40b4
7
- data.tar.gz: 265a49f4ab16c6c48ad25a9df6c53c16f73ef2dbf61ae026d002fd6aacce8f88b34452c2b321d0defa7c78f4d61f19a1b5aa72e4df0e3903bc784f17db999f28
6
+ metadata.gz: 37c72c472b5f868cbfe80be6191045bb7aecbc0e9dc229b2665a9489941323c6fb6ffbd445ac7e0c55e0941b471758a542937ef4e9680e1d5deceda97856b6ca
7
+ data.tar.gz: 8bdfaf06cadb01743924c88ec88c91ffcb9ed35cb83f4c5b6a4dfd42bb66b6d0576d1ff6f3acc3ef22aa5fac824076d388deabeae2ba10559158ba04282b9423
data/README.md CHANGED
@@ -40,7 +40,7 @@ response = client.create_migration_workflow request
40
40
  View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-bigquery-migration-v2/latest)
41
41
  for class and method documentation.
42
42
 
43
- See also the [Product Documentation](https://cloud.google.com/bigquery/docs/reference/migration)
43
+ See also the [Product Documentation](https://cloud.google.com/bigquery/docs/migration-intro)
44
44
  for general usage information.
45
45
 
46
46
  ## Debug Logging
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Migration
24
24
  module V2
25
- VERSION = "0.14.0"
25
+ VERSION = "0.14.1"
26
26
  end
27
27
  end
28
28
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-migration-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-03-06 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  - !ruby/object:Gem::Version
118
118
  version: '0'
119
119
  requirements: []
120
- rubygems_version: 3.6.2
120
+ rubygems_version: 3.6.5
121
121
  specification_version: 4
122
122
  summary: The migration service, exposing apis for migration jobs operations, and agent
123
123
  management.