google-cloud-bigquery-migration 1.3.2 → 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: e7a70f09479d1c34bb0b4f14f59d2cc89d48ed3f1602edcbb65f7a71f415ca8d
4
- data.tar.gz: 46799a42939f697fc7d7bc3e59a741df8a5065566e6f93807e0a1081f1f49f0e
3
+ metadata.gz: ffa586484d8ed79da44f9a8a95e0d207f71ed0e5cf9cb2d5a85c342998f36d40
4
+ data.tar.gz: 954d0dd13fd44d0d653f2fb852428c443571490d924b822dd41c6466ed25f758
5
5
  SHA512:
6
- metadata.gz: ed9911c0619e5d708311443f8d42e4fabc79b4a831321ddcdc7c851b35225b7ff41b39f74b895d49e7672d0041d8f83a38d7aa773d73b38575c70de56e4b22fa
7
- data.tar.gz: 7396a0c8a19ec856f10b931c5b47d209944ee22e1618d5ddd89ae0b993ac191418955445b92130a60bd5dae164274b0572c8067237501d0f8e7783761dc422ab
6
+ metadata.gz: 245e1d23424d5f9310ee50c01eb2261071a57521ff785d4e3d78289db3268e7c207bea8c03414ad8709d7a6cca9791d889cbf4a745ae4d755afcf568c5c9172b
7
+ data.tar.gz: bfd23ecd003a4a6785f38057e54d83d0b5268116d3d3b025af67d0bd0c93db8162fbc6f73050c66c8527d39970123b13b0d4c32364de192ad91fca7bd9fa6bfa
data/README.md CHANGED
@@ -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.2"
24
+ VERSION = "1.3.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-migration
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.8
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: []