google-cloud-apigee_registry 0.3.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8eb4eda39fe085e76e5c51c05d7555b6fd63278740ed8ed978acd6488f024083
4
- data.tar.gz: 4ac3b263324210312694bb9a89ca7b0357aa4ca8dff54932fc2fe227c19ab347
3
+ metadata.gz: a95dcce080e339521daf570c5a7f298415636fe2023fa600c1b0d4269b81c64c
4
+ data.tar.gz: aa71ab18f6a10723b8e5f1cdd2e450c937d8600bd46cdb69300b0f51a004fdd9
5
5
  SHA512:
6
- metadata.gz: abc178d223597635a57020557a2a151dc391ead3710d1d7e1d87466e68cfb2f510b07632d31d78d71a26e796b256a91679bb846679b38ccf8145b699b2418d53
7
- data.tar.gz: ded86839e297a75e56ca49dfcba6570db2dca6e681a6e16f6cfb0b28311c98272ac742f444863ec73eb22f42aa5dea529ef96db57457c82f689489ab7a749fe2
6
+ metadata.gz: 0b1eebd6f99bc316adda32db14af31a4e4c20dfafc71d5a202a5cd30baa306919ba3041ec604a72001c285928458d4fbfe7b86febbbd5cc62837c3192f429637
7
+ data.tar.gz: d40bf7e346bacae67ce58f0ba71f5171ce9cc3a62e2495b07c00cafe79ee1e34b133578ba617a40f6dbab220178fe0c62696bdf0f924dfb785935962608481d2
data/README.md CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-apigee_registry, to see the convenience methods f
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
- [google-cloud-apigee_registry-v1](https://googleapis.dev/ruby/google-cloud-apigee_registry-v1/latest).
19
+ [google-cloud-apigee_registry-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-apigee_registry-v1/latest).
20
20
 
21
21
  See also the [Product Documentation](https://cloud.google.com/apigee/docs/api-hub/get-started-registry-api/)
22
22
  for more usage information.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ApigeeRegistry
23
- VERSION = "0.3.0"
23
+ VERSION = "1.0.0"
24
24
  end
25
25
  end
26
26
  end
@@ -48,7 +48,7 @@ module Google
48
48
  # Create a new client object for Provisioning.
49
49
  #
50
50
  # By default, this returns an instance of
51
- # [Google::Cloud::ApigeeRegistry::V1::Provisioning::Client](https://googleapis.dev/ruby/google-cloud-apigee_registry-v1/latest/Google/Cloud/ApigeeRegistry/V1/Provisioning/Client.html)
51
+ # [Google::Cloud::ApigeeRegistry::V1::Provisioning::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-apigee_registry-v1/latest/Google-Cloud-ApigeeRegistry-V1-Provisioning-Client)
52
52
  # for a gRPC client for version V1 of the API.
53
53
  # However, you can specify a different API version by passing it in the
54
54
  # `version` parameter. If the Provisioning service is
@@ -83,7 +83,7 @@ module Google
83
83
  # Create a new client object for Registry.
84
84
  #
85
85
  # By default, this returns an instance of
86
- # [Google::Cloud::ApigeeRegistry::V1::Registry::Client](https://googleapis.dev/ruby/google-cloud-apigee_registry-v1/latest/Google/Cloud/ApigeeRegistry/V1/Registry/Client.html)
86
+ # [Google::Cloud::ApigeeRegistry::V1::Registry::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-apigee_registry-v1/latest/Google-Cloud-ApigeeRegistry-V1-Registry-Client)
87
87
  # for a gRPC client for version V1 of the API.
88
88
  # However, you can specify a different API version by passing it in the
89
89
  # `version` parameter. If the Registry service is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-apigee_registry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-09 00:00:00.000000000 Z
11
+ date: 2023-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-apigee_registry-v1