google-cloud-storage_transfer 1.5.1 → 1.6.0

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: bea79e14d418e2574bc4523e8c7c9f185700de740dc69bd70e26d1475a49f791
4
- data.tar.gz: b33e1fff695f6939007fb1407588608714ee2ba48f0ed90239f6575d40865c58
3
+ metadata.gz: 0e55b2028f2ebb7e6bbe2de926b92ccbae810aa3ebb1451daffb53a7f3f3eb0b
4
+ data.tar.gz: f28584b5e865f4417abeac1abc6cc8c874497ed3239c1c64313a10d85153cbef
5
5
  SHA512:
6
- metadata.gz: c883277838e7ba4ae29770a3d00a49987759ed34c2706a1d9b1309b7d8c2c905ca4fabb93327453f42993d8b0f4917b6ad48c441140920177fe61c488c8f655c
7
- data.tar.gz: 4eaed7ff3470312e9b179020e14592a860878dfe4a40bd4b32b7e2c0db124d08574c8faedfa6c744ab715b96f1ec84401de0f5fa44b7929a8f92d538a6afed47
6
+ metadata.gz: a77828b893b1e912f1f608a1d13cf47a7e97493e076ff5688ee4049d4a0d01d6c23b4f630f193daa7f41267f5001be0f141ea25fb940ff25b16c6e451e080144
7
+ data.tar.gz: 60fcd8714000537a473f19ed9a82b0d8222a7f723f724a3dae55005431143238ec2610e647603cc88dbb6d972f81aaa2d37b102a9d423cbb238e6832d5153042
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/storagetransfer.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/storage_transfer"
39
+
40
+ client = Google::Cloud::StorageTransfer.storage_transfer_service
41
+ request = ::Google::Cloud::StorageTransfer::V1::GetGoogleServiceAccountRequest.new # (request fields as keyword arguments...)
42
+ response = client.get_google_service_account request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module StorageTransfer
23
- VERSION = "1.5.1"
23
+ VERSION = "1.6.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-storage_transfer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -69,14 +69,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
- version: '3.0'
72
+ version: '3.2'
73
73
  required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - ">="
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.6.8
79
+ rubygems_version: 3.6.9
80
80
  specification_version: 4
81
81
  summary: API Client library for the Storage Transfer Service API
82
82
  test_files: []