google-cloud-bigquery-migration 1.3.1 → 1.3.3

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: c9de56a030a70634b9d0007c85a5dc4a84a033ef6683447737f4dd4fdf6b7a27
4
- data.tar.gz: bdb627dae69a871172fdb3bec08c782bd0ee25dc8efc48cbc7e05e7256d40129
3
+ metadata.gz: ffa586484d8ed79da44f9a8a95e0d207f71ed0e5cf9cb2d5a85c342998f36d40
4
+ data.tar.gz: 954d0dd13fd44d0d653f2fb852428c443571490d924b822dd41c6466ed25f758
5
5
  SHA512:
6
- metadata.gz: 4dffe711d70cfa3b5f29840d56c6fcf37faafb6d7bad6ae07dbc2254210069a8f52b0ccec9731b286cd4b892204b66ee3fe8d0c42ec5a07aa6566e241bcd2f04
7
- data.tar.gz: 45389caba6984be27c8b346bece312517855bc117f1634efc0fc4e9bb7bf7a112308e61c25d0bde4df7de580e7b7d838c4a9665db60ff2ec71693910a7ea828f
6
+ metadata.gz: 245e1d23424d5f9310ee50c01eb2261071a57521ff785d4e3d78289db3268e7c207bea8c03414ad8709d7a6cca9791d889cbf4a745ae4d755afcf568c5c9172b
7
+ data.tar.gz: bfd23ecd003a4a6785f38057e54d83d0b5268116d3d3b025af67d0bd0c93db8162fbc6f73050c66c8527d39970123b13b0d4c32364de192ad91fca7bd9fa6bfa
data/README.md CHANGED
@@ -7,7 +7,7 @@ The BigQuery Migration Service is a comprehensive solution for migrating your da
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-bigquery-migration-v*`.
9
9
  The gem `google-cloud-bigquery-migration` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/bigquerymigration.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/bigquery/migration"
39
+
40
+ client = Google::Cloud::Bigquery::Migration.migration_service
41
+ request = ::Google::Cloud::Bigquery::Migration::V2::CreateMigrationWorkflowRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_migration_workflow request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigquery
23
23
  module Migration
24
- VERSION = "1.3.1"
24
+ VERSION = "1.3.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-migration
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-06 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-bigquery-migration-v2
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.5
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the BigQuery Migration API
81
81
  test_files: []