google-cloud-apigee_registry 1.3.1 → 1.3.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: f39ebabb0fe48eebf087e5bd6f816b5c75dcecf40e920d9899fd9195fce51163
4
- data.tar.gz: dc8a04d047670a9374033fbe1aaebc99dd59485d5dd7f7301c58d42ebebaaa92
3
+ metadata.gz: 17b0783892e35ff73a3f01cfc9c97d08adf085d5ebfda051f024b46f0d4964a5
4
+ data.tar.gz: c8d148be371667654cf98b6116f638a89f6f24e7809e0e2b267cc8293d79d100
5
5
  SHA512:
6
- metadata.gz: 77cec4f37f5e5afe67a114dc6265997120a9e93c9a8832831af397943170fbe343759e1f3e47d3382e5af898fabac32553a76da43ef0192d467332c49144d4c7
7
- data.tar.gz: a0b331c6dedeacb93346f7b2cf877d7f3c50357f593bd4b7905ea1a65fe3b7a83ed9e12e7fc9f1c372a44b49b5e55519728e17cd4150c24968e5273dc1b5e29e
6
+ metadata.gz: df19b5016ce2a6aec5a86afe5f4bec66cabb3dad16fd3ee88842a3f09adc34333f4c35d9e5e41e7e4e4e35f28ca354622075e784565ac928fcb8b7bac62a469d
7
+ data.tar.gz: dddce9b87e2bd48acca0ccb73db6869b268da24b5333296aebd57fb4c8fd6950c6152d9d0d02559263e15fc07cc76d13edf3bcbd8be1271e2043929c580d1cb2
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/apigeeregistry.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/apigee_registry"
39
+
40
+ client = Google::Cloud::ApigeeRegistry.provisioning
41
+ request = ::Google::Cloud::ApigeeRegistry::V1::CreateInstanceRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_instance 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 ApigeeRegistry
23
- VERSION = "1.3.1"
23
+ VERSION = "1.3.2"
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-apigee_registry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  requirements: []
84
- rubygems_version: 3.6.8
84
+ rubygems_version: 3.6.9
85
85
  specification_version: 4
86
86
  summary: API Client library for the Apigee Registry API
87
87
  test_files: []