google-cloud-support 1.1.2 → 1.1.3

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: 308a2dbef83e299a73d25a542ac324639ca21c214d120492082c3e6e35e221d5
4
- data.tar.gz: 8a1bd5d5954a9f0eb49c58142dc60b9360a0afec9ee756576fc8634579b89b85
3
+ metadata.gz: 69ed17b93911bdf0686046cb70e0b299946229d6269504aaec93855e84a6a8b2
4
+ data.tar.gz: fca5b00dee1f861a856a3591d4e7d9f878c9cbe8bf0fdd816976a3b55245d4cd
5
5
  SHA512:
6
- metadata.gz: 003c73d0fa85f882583aeece4bbbb49ab5cbd7027cde44bf85fd6a33f616cefaa0b50b4592c0ff6303eda2d0022c6b789f3cfb8058a785cc23b78118a0cace51
7
- data.tar.gz: f5d75afa558022da9504aed1664999cf2a815ef74baf6840c1c42ae613be4eeb0b5337a798a86c14574fc1a494cdf992d55722d3113c638791d3c0e5852e9f8a
6
+ metadata.gz: 9eb87c0b4a418597bf8e8f9761ef01df1c3cd307c0bdab784affb5091e3c480db05b9e48df770a5188d9b5edb45b333dc6c1a5437912ae3b4e5532980f8cc5b3
7
+ data.tar.gz: a83d7001d7507c5cbd7773b07da217a41c3e6f3e1a746a720fa628c55a432150ea6888c88f00050c3397c9abac2a85fd16629cecef8898563970e49b5b18aa2d
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/cloudsupport.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/support"
39
+
40
+ client = Google::Cloud::Support.case_attachment_service
41
+ request = ::Google::Cloud::Support::V2::ListAttachmentsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_attachments 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 Support
23
- VERSION = "1.1.2"
23
+ VERSION = "1.1.3"
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-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
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: Manages Google Cloud technical support cases for Customer Care support offerings.
81
81
  test_files: []