google-cloud-storage_batch_operations 0.1.0 → 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: 81cd5545640486334438a56eefcd4e6fb4aa481df5b4175a8ff1225655e95f57
4
- data.tar.gz: 3dfd4182e586b556ab1be332a4a2756a8f721e59a94ffb314a7903254e188441
3
+ metadata.gz: 991c6ca8bad211f5819e3c10f0e2a4c3cb1a0b5f49f987550c53fbca3fcfb256
4
+ data.tar.gz: a857b26e76a8574dfdd1bf3af67686ec9a443415c7e63fbe2882d92bec885d22
5
5
  SHA512:
6
- metadata.gz: fbb50c6578ae997b46213b10ac2139eee2ca923a12e4d2a4908841b64e81146013b335faa46bc84d0815c543701bef32e24b68963c895af75b389bf53f6d8d02
7
- data.tar.gz: 02a64be4fb1f99c6620344a7f6a37dac5b6fa6683d5bd97ac298e485bba79b74faf64a300dd7552233667458431cdcbeb898eaa84328c0a52e1f8d0668f4df9c
6
+ metadata.gz: 59eb9b7ffd17041044b9d71d6921016159c390979fc75f3c990ea049066e889c9f9304b090721d6e1ae4ab0ad220a9a88679ae3bca56e418d31b4da0f1fe87b1
7
+ data.tar.gz: c75393654440c4ddbd8bf572fab102e0dcc4a0457796d421b04f88d8ba81b2ef73a17e213b8093efc8cb4c9b5f3d13dd3474a2138422778b0ca1a58887778043
data/README.md CHANGED
@@ -7,7 +7,7 @@ google-cloud-storage_batch_operations is the official client library for the 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_batch_operations-v*`.
9
9
  The gem `google-cloud-storage_batch_operations` 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/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.0"
23
+ VERSION = "0.1.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_batch_operations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-18 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
@@ -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.5
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: []