google-cloud-storage_batch_operations 0.1.1 → 0.2.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: 284f0b38226bff8a5919cb390a245b31fae233fcddaa799906a5f9bbc20a3067
4
- data.tar.gz: 0e8bb421ae24df0d7acb49a2fead7290978ebbbdea1bef086e87654040783027
3
+ metadata.gz: ff538c9aa23e340407235b2754595a91101dafe3395eca6c9fd597cac315df00
4
+ data.tar.gz: 0a6cc32c75485bd58fbe49df349afacf81e43c8b488316af4877999b0877c59b
5
5
  SHA512:
6
- metadata.gz: 9051148dca24bb8811a13bb746dfe3596baed670a8d40b75f7ce8349ce3fdff167ca621f6ef5bc56a0f8d318b7f9d715740d244d10e09493e8f16829339724af
7
- data.tar.gz: 35d4ff43a3e3dc55f9332857d02b178ec2be9f2bf5666b1cf7124bf8d23d7986caf14fd3f24ec5752bafb6027026fe7e2937b2442b3a2be504c1f90ad3bfa196
6
+ metadata.gz: 6a84ae2a3e0820ec6d2bd8be5de1e131647c0bd9d51c63a4de81e07fe0fd7e7492c22d4a7961a106418284b196104301e1692c5dbbde8b449a08ac26a6fb6613
7
+ data.tar.gz: a30dd162f4d364c90098f3de273dc62e6600f74ce45bc7cf089984a9aaf92d158b699c6e9131c9a2882403f8d08223f9f7902bb3bdc27dc02b4cb16b34f7fa94
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/storagebatchoperations.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/storage_batch_operations"
39
+
40
+ client = Google::Cloud::StorageBatchOperations.storage_batch_operations
41
+ request = ::Google::Cloud::StorageBatchOperations::V1::ListJobsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_jobs 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 StorageBatchOperations
23
- VERSION = "0.1.1"
23
+ VERSION = "0.2.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_batch_operations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
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 Storage Batch Operations API
81
81
  test_files: []