google-cloud-storage_transfer 1.5.1 → 1.5.2

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: 24534a825b506df2c577daad9da2d580d65bcfed1ea67c03110b5f2250dbd499
4
+ data.tar.gz: 6365483f9ef676648075c0874209bae1e3716276048bb1f3cc80fe53a921dec1
5
5
  SHA512:
6
- metadata.gz: c883277838e7ba4ae29770a3d00a49987759ed34c2706a1d9b1309b7d8c2c905ca4fabb93327453f42993d8b0f4917b6ad48c441140920177fe61c488c8f655c
7
- data.tar.gz: 4eaed7ff3470312e9b179020e14592a860878dfe4a40bd4b32b7e2c0db124d08574c8faedfa6c744ab715b96f1ec84401de0f5fa44b7929a8f92d538a6afed47
6
+ metadata.gz: f964cca943874e76a711db2d9f7a6b32498996ba60cda8cca34cd8aa55666a4f3761cf2f65c77d4ed8ffa81488bb68ac5610bbbf06b75c758fc5b2f07093c9a1
7
+ data.tar.gz: 3213844297af62ab38de4d383c7cbb21c590778d369c3740bb4e4e4043d081d45b497ec2b8732f7180c2a8cb62df1b2281f229b87a3ac43504b5cfc2d0be9189
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.5.2"
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.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
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: []