google-apis-apigeeregistry_v1 0.9.0 → 0.10.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: 7f9a065c88ba3dda45e2b3fbf39e71dd9af689cf37de7a00134d931fadd2d091
4
- data.tar.gz: 6844244a62e93fa19a15812b3e4ea85bdcea8dec239d90b1b506d5a8b47a73ec
3
+ metadata.gz: 3a388ca55d0f1cf90a61906f488a744901e371e889b398511a9f00a8085b6d22
4
+ data.tar.gz: ac9d5307963e2fb29971d53675d2882986b6842f50a22385373f783ad5e64ee1
5
5
  SHA512:
6
- metadata.gz: 2d070c4e27d7956cd77dc14364b71fd690be578bd588ffb57c0490119f1ab8bd583578816abef3084780c79cd7292f9e7d3146db00e1bfbd8048dbf1f7844c3d
7
- data.tar.gz: a350236fde66ebde1e2f874ac7b35f4917e674a3bf424d6126c2ab2566c70ee8c04990a8f206e4b69d9a62a0733ddab903fe58b12163380fdf5a9697720140f3
6
+ metadata.gz: 4b1dbe30b750ef7713d54434e820b8a34d0a08182f0953119cdbac03174fd580963bc91522755abb6d609fb8f7cef1d7725c800e9d4ad0c0323ad3fafbc15b47
7
+ data.tar.gz: d8632fbdc24345e56fb610983378cdc06318095e3efa4e3bebaae6c89e46316f99505b3390a66f3694902b38b0160d9b5c2ef50d24168911c78f2cf2521b8e9c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigeeregistry_v1
2
2
 
3
+ ### v0.10.0 (2022-10-12)
4
+
5
+ * Regenerated from discovery document revision 20220929
6
+
3
7
  ### v0.9.0 (2022-09-22)
4
8
 
5
9
  * Regenerated using generator version 0.10.0
@@ -74,13 +74,14 @@ module Google
74
74
  # @return [String]
75
75
  attr_accessor :name
76
76
 
77
- # The recommended deployment of the API. Format: `apis/`api`/deployments/`
78
- # deployment``
77
+ # The recommended deployment of the API. Format: `projects/`project`/locations/`
78
+ # location`/apis/`api`/deployments/`deployment``
79
79
  # Corresponds to the JSON property `recommendedDeployment`
80
80
  # @return [String]
81
81
  attr_accessor :recommended_deployment
82
82
 
83
- # The recommended version of the API. Format: `apis/`api`/versions/`version``
83
+ # The recommended version of the API. Format: `projects/`project`/locations/`
84
+ # location`/apis/`api`/versions/`version``
84
85
  # Corresponds to the JSON property `recommendedVersion`
85
86
  # @return [String]
86
87
  attr_accessor :recommended_version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeregistryV1
18
18
  # Version of the google-apis-apigeeregistry_v1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220831"
25
+ REVISION = "20220929"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigeeregistry_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigeeregistry_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigeeregistry_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigeeregistry_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigeeregistry_v1
63
63
  post_install_message:
64
64
  rdoc_options: []