google-cloud-storage_insights 2.0.0 → 2.0.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: 05b6acf56557fdbd7fb5e65e07296c12c65184c9dc39e5363bf352896a3f02d0
4
- data.tar.gz: 8cce337ccb21fd96ba2e01f7ed0bda1ca6aac61c5b6004a0af661097dbe3c13f
3
+ metadata.gz: c2fe64136ac8b00083737b35d5f70121b3e4ddf7e3c6ae77d8cce19cf5161892
4
+ data.tar.gz: 70df1053d911f2acacf27226ba63e5bfb900328887a18ac5860fa9dd7be24bcf
5
5
  SHA512:
6
- metadata.gz: 8bedd615b84c6b9f23c61ba2c27da61d4622482d4401333724311995540ec5c236e3d9f3280a41d691cadd627e02fa93de76c1485312401fd06ba2de09798053
7
- data.tar.gz: b0341e9b05d34e507e26be44b38becb9b761e54d704ba830d0b38ccfa9b5c6496e46847984c5677458197265a512ee90620bd7905f309c6e2f22b13d64c35b1c
6
+ metadata.gz: ad37d7eba99bb60fe0643ae9e43439dd75f5dd790b7ac2017081e2cdceb98568970d065afdffea6f46300bd0b36713d96fde5dd44cec37d419eb7d1be64f4410
7
+ data.tar.gz: 2b74664f066c7aae7ff259023cab89b8fc054ba620b3395e43a342aa395cbbf9f66046d31fa0314c8f349a4fc11cfad97abe0162ebed5095c80519ef91c5378f
data/README.md CHANGED
@@ -6,7 +6,7 @@ Provides insights capability on Google Cloud Storage.
6
6
  Actual client classes for the various versions of this API are defined in
7
7
  _versioned_ client gems, with names of the form `google-cloud-storage_insights-v*`.
8
8
  The gem `google-cloud-storage_insights` is the main client library that brings the
9
- verisoned gems in as dependencies, and provides high-level methods for
9
+ versioned gems in as dependencies, and provides high-level methods for
10
10
  constructing clients. More information on versioned clients can be found below
11
11
  in the section titled *Which client should I use?*.
12
12
 
@@ -33,6 +33,14 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Enable the API.](https://console.cloud.google.com/apis/library/storageinsights.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/cloud/storage_insights"
38
+
39
+ client = Google::Cloud::StorageInsights.storage_insights
40
+ request = ::Google::Cloud::StorageInsights::V1::ListReportConfigsRequest.new # (request fields as keyword arguments...)
41
+ response = client.list_report_configs request
42
+ ```
43
+
36
44
  ## Debug Logging
37
45
 
38
46
  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 StorageInsights
23
- VERSION = "2.0.0"
23
+ VERSION = "2.0.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_insights
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 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
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 3.6.3
71
+ rubygems_version: 3.6.9
72
72
  specification_version: 4
73
73
  summary: Provides insights capability on Google Cloud Storage.
74
74
  test_files: []