google-cloud-storage-control 1.1.1 → 1.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: 8cff843c3c3176702d94115d320d3762b1c818ac1e567477c5516be2e07c4198
4
- data.tar.gz: 5acef7106cde47800c4def51f213acbc52bb38d7b21b01f9ad635252b5804841
3
+ metadata.gz: '0038ca0718e612bc2ede58d08275696cf28684587b306bdf9137621d91303fc8'
4
+ data.tar.gz: 21431fff9c828ea9c416ff03ae37cb681629ffc90e71609dfd75291cd35c2981
5
5
  SHA512:
6
- metadata.gz: 2f64d880e5e85ee63c8f6166ffa3a8eb6cef9ff979281ffd3df4c62416ea24076fac8c49393dd10a13fff481edb2c87e5a48e11c47ab183e61e67f8c36e548d3
7
- data.tar.gz: 3c8e9e696b50441cdc827a58f56f8bf9072a29a448638cc97c3d6ccc0ad5bb600c4a5b234abbd5e48685be75006ad976de48dfea1eae80fe3448950184c96b0b
6
+ metadata.gz: b98d5c073c074f1c345cdff1f923770f56dfc816fbc6334ac4359a2dd37976a9fb8c09c5750a5352e22ac35b48654203b6fe6e2b08dd4e0ed6ac11b72c085524
7
+ data.tar.gz: f9baee9a5e5dcf6e1dca55b5b8412637e926a813d77fada48914a2f5c6176d721bd53b89c28107cdb229a79743a2d34f4fa763b744012d501563a4a64e9faf4f
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/storage.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/storage/control"
39
+
40
+ client = Google::Cloud::Storage::Control.storage_control
41
+ request = ::Google::Cloud::Storage::Control::V2::CreateFolderRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_folder request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Storage
23
23
  module Control
24
- VERSION = "1.1.1"
24
+ VERSION = "1.1.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-storage-control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.6.8
83
+ rubygems_version: 3.6.9
84
84
  specification_version: 4
85
85
  summary: The Storage Control API lets you perform metadata-specific, control plane,
86
86
  and long-running operations. The Storage Control API creates one space to perform