google-cloud-apigee_registry 1.3.1 → 1.4.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: f39ebabb0fe48eebf087e5bd6f816b5c75dcecf40e920d9899fd9195fce51163
4
- data.tar.gz: dc8a04d047670a9374033fbe1aaebc99dd59485d5dd7f7301c58d42ebebaaa92
3
+ metadata.gz: 3074036c9014c538aa374363d6c15538a5f804db90284c5b05a286a052772006
4
+ data.tar.gz: 73e3f6c508e6db97e523165e18e6659f9667a78d0f632501dc88008588171e74
5
5
  SHA512:
6
- metadata.gz: 77cec4f37f5e5afe67a114dc6265997120a9e93c9a8832831af397943170fbe343759e1f3e47d3382e5af898fabac32553a76da43ef0192d467332c49144d4c7
7
- data.tar.gz: a0b331c6dedeacb93346f7b2cf877d7f3c50357f593bd4b7905ea1a65fe3b7a83ed9e12e7fc9f1c372a44b49b5e55519728e17cd4150c24968e5273dc1b5e29e
6
+ metadata.gz: 915bb9339783cf9b58cf9eb3cc10e2b69380a1684eabacc090c83b449504f0206e57a1400c2318dd5b60a76e8249e5e7eb4ea00d96f90c8de70b0ffc41e9830c
7
+ data.tar.gz: 6ca37bfe494744fce3361215b73ba0680ef433a570e995fe3f603542909ed45b4b424b40e973893b0f8dfcee819bdd8c7b3fdce753898d4ab83e283f5337ae9f
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.4.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-apigee_registry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -74,14 +74,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - ">="
76
76
  - !ruby/object:Gem::Version
77
- version: '3.0'
77
+ version: '3.2'
78
78
  required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - ">="
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: []