google-cloud-support 1.1.1 → 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: 97d37c1f4a243cd0c227f3bca9b1bfd6e7f07b4279ab53f4fea75242cdf1044c
4
- data.tar.gz: 6b7ac4d4f8831cb64dacb75e910891f795490cd7b80042dcccdc046547765fb6
3
+ metadata.gz: 69ed17b93911bdf0686046cb70e0b299946229d6269504aaec93855e84a6a8b2
4
+ data.tar.gz: fca5b00dee1f861a856a3591d4e7d9f878c9cbe8bf0fdd816976a3b55245d4cd
5
5
  SHA512:
6
- metadata.gz: d67354b6f4fd003f48e0431a7599a1d46668d50d7a8ab4063b10d251110750ff587ad999e60435584099158e58a01f8fea4441f01c156acbaa1e315465de6534
7
- data.tar.gz: d796e4229ddd57fd20eaf31321f0c8c4c2b7d257a4dce5cdcbdf31cb6d5804f62aaef018a11e1644c1069d3a2c09863ab666ce95812d6f0a902c4324fad7bf1b
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.1"
23
+ VERSION = "1.1.3"
24
24
  end
25
25
  end
26
26
  end
@@ -63,7 +63,7 @@ module Google
63
63
  #
64
64
  # ## About CaseAttachmentService
65
65
  #
66
- # A service to manage file attachment for Google Cloud support cases.
66
+ # A service to manage file attachments for Google Cloud support cases.
67
67
  #
68
68
  # @param version [::String, ::Symbol] The API version to connect to. Optional.
69
69
  # Defaults to `:v2`.
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.1
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: []