google-cloud-storage_transfer 1.5.0 → 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: 91cf71b87a6bb05deeb2ab5a5a977f5a2f7e2033ff86933d722a18f88e6c2446
4
- data.tar.gz: 53f13d90d7cbad2036eda42e38e6e2eed3b9a8e60750012c52698a0ea967f817
3
+ metadata.gz: 24534a825b506df2c577daad9da2d580d65bcfed1ea67c03110b5f2250dbd499
4
+ data.tar.gz: 6365483f9ef676648075c0874209bae1e3716276048bb1f3cc80fe53a921dec1
5
5
  SHA512:
6
- metadata.gz: c8623fd15babec48a5fc79091adf9787f28ef2733a07811d6f3c7bae5b49f5a4c09718a5c047511c2eba3bcbdb63958d1b768e8ec19b770e8678c1e635dee3b6
7
- data.tar.gz: fed6699824490630eca55ce6ae7af7285eff7daa14ae38d8fe6b27df6f6bc5784735d445710624552c186bd145652a7764baf3cc24fd1309a9a8f2cb21b27ed1
6
+ metadata.gz: f964cca943874e76a711db2d9f7a6b32498996ba60cda8cca34cd8aa55666a4f3761cf2f65c77d4ed8ffa81488bb68ac5610bbbf06b75c758fc5b2f07093c9a1
7
+ data.tar.gz: 3213844297af62ab38de4d383c7cbb21c590778d369c3740bb4e4e4043d081d45b497ec2b8732f7180c2a8cb62df1b2281f229b87a3ac43504b5cfc2d0be9189
data/README.md CHANGED
@@ -7,7 +7,7 @@ Storage Transfer Service allows you to quickly import online data into Cloud Sto
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-storage_transfer-v*`.
9
9
  The gem `google-cloud-storage_transfer` 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/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.0"
23
+ VERSION = "1.5.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-storage_transfer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.2
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: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -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.2
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: []