google-cloud-app_hub 2.0.1 → 2.1.0

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: 072252eae8cdf122b20026efb12be6fba64344494029ed42765045adaa27773e
4
- data.tar.gz: 9fac8c22bb71fff6cc8fc1a8c2830f195d6b1bf25c40fb851bd0cf65e2041d36
3
+ metadata.gz: 9dca3b3a2324ab83271017a4ac081fe070a4aa035998fa129d0640ada131bd19
4
+ data.tar.gz: 3d89f3dc147b7fcc470813d8f9d8277d8426997f12af983e4aecf7274bb329e7
5
5
  SHA512:
6
- metadata.gz: 2683bcf2f7ce2f14bd2eb4e120efaf7dd0b9d47e1b7919ec08b14f053d85d78f9fe0d4dde1ee9096a5b4bc2f4308c08a93311a6ca4feb43ae95502716fb3a95c
7
- data.tar.gz: 1f9a4218368742d8179284cecb4c18010444fb918d6ce0770bb247a2728559be7dfc8f66e5172f524c58e91cfb4c8617d74f18cd6bf1cb8436724c150d728f13
6
+ metadata.gz: 90f1a23beae65306b8dc4055dd2fcc06aeb4693b391f49ec2f4e22f34dec3ca0ef5af9f994400e49cc2f1acd81e3cb9f0ad84cad8a5f813da04c408b5dad45bd
7
+ data.tar.gz: 90f69dad1f0fd8b86111eea57b64963dbd2de26537ebdd142da12c95145a5d2a636ec511e3bfde998d1f8b5022fb84e3e1a1f4342f1dcc85eb4c68aedc13821e
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/apphub.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/app_hub"
39
+
40
+ client = Google::Cloud::AppHub.app_hub
41
+ request = ::Google::Cloud::AppHub::V1::LookupServiceProjectAttachmentRequest.new # (request fields as keyword arguments...)
42
+ response = client.lookup_service_project_attachment 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 AppHub
23
- VERSION = "2.0.1"
23
+ VERSION = "2.1.0"
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-app_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -61,14 +61,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
62
  - - ">="
63
63
  - !ruby/object:Gem::Version
64
- version: '3.0'
64
+ version: '3.2'
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 3.6.8
71
+ rubygems_version: 3.6.9
72
72
  specification_version: 4
73
73
  summary: API Client library for the App Hub API
74
74
  test_files: []