google-cloud-storage_batch_operations 0.1.1 → 0.1.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: 284f0b38226bff8a5919cb390a245b31fae233fcddaa799906a5f9bbc20a3067
4
- data.tar.gz: 0e8bb421ae24df0d7acb49a2fead7290978ebbbdea1bef086e87654040783027
3
+ metadata.gz: 991c6ca8bad211f5819e3c10f0e2a4c3cb1a0b5f49f987550c53fbca3fcfb256
4
+ data.tar.gz: a857b26e76a8574dfdd1bf3af67686ec9a443415c7e63fbe2882d92bec885d22
5
5
  SHA512:
6
- metadata.gz: 9051148dca24bb8811a13bb746dfe3596baed670a8d40b75f7ce8349ce3fdff167ca621f6ef5bc56a0f8d318b7f9d715740d244d10e09493e8f16829339724af
7
- data.tar.gz: 35d4ff43a3e3dc55f9332857d02b178ec2be9f2bf5666b1cf7124bf8d23d7986caf14fd3f24ec5752bafb6027026fe7e2937b2442b3a2be504c1f90ad3bfa196
6
+ metadata.gz: 59eb9b7ffd17041044b9d71d6921016159c390979fc75f3c990ea049066e889c9f9304b090721d6e1ae4ab0ad220a9a88679ae3bca56e418d31b4da0f1fe87b1
7
+ data.tar.gz: c75393654440c4ddbd8bf572fab102e0dcc4a0457796d421b04f88d8ba81b2ef73a17e213b8093efc8cb4c9b5f3d13dd3474a2138422778b0ca1a58887778043
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.1.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_batch_operations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
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: []