File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
generated/google-apis-apihub_v1
lib/google/apis/apihub_v1 Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-apihub_v1
2
2
3
+ ### v0.2.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250514
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
### v0.1.0 (2025-05-18)
4
9
5
10
* Regenerated from discovery document revision 20250324
Original file line number Diff line number Diff line change @@ -1467,9 +1467,9 @@ class GoogleCloudApihubV1Deployment
1467
1467
# @return [String]
1468
1468
attr_accessor :name
1469
1469
1470
- # Required. A URI to the runtime resource. This URI can be used to manage the
1471
- # resource . For example, if the runtime resource is of type APIGEE_PROXY, then
1472
- # this field will contain the URI to the management UI of the proxy .
1470
+ # Required. A uri that uniquely identfies the deployment within a particular
1471
+ # gateway . For example, if the runtime resource is of type APIGEE_PROXY, then
1472
+ # this field will be a combination of org, proxy name and environment .
1473
1473
# Corresponds to the JSON property `resourceUri`
1474
1474
# @return [String]
1475
1475
attr_accessor :resource_uri
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module ApihubV1
18
18
# Version of the google-apis-apihub_v1 gem
19
- GEM_VERSION = "0.1 .0"
19
+ GEM_VERSION = "0.2 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17 .0"
22
+ GENERATOR_VERSION = "0.18 .0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250324 "
25
+ REVISION = "20250514 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments