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 11# Release history for google-apis-apihub_v1
22
3+ ### v0.2.0 (2025-05-25)
4+
5+ * Regenerated from discovery document revision 20250514
6+ * Regenerated using generator version 0.18.0
7+
38### v0.1.0 (2025-05-18)
49
510* Regenerated from discovery document revision 20250324
Original file line number Diff line number Diff line change @@ -1467,9 +1467,9 @@ class GoogleCloudApihubV1Deployment
14671467 # @return [String]
14681468 attr_accessor :name
14691469
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 .
14731473 # Corresponds to the JSON property `resourceUri`
14741474 # @return [String]
14751475 attr_accessor :resource_uri
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module ApihubV1
1818 # Version of the google-apis-apihub_v1 gem
19- GEM_VERSION = "0.1 .0"
19+ GEM_VERSION = "0.2 .0"
2020
2121 # Version of the code generator used to generate this client
22- GENERATOR_VERSION = "0.17 .0"
22+ GENERATOR_VERSION = "0.18 .0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250324 "
25+ REVISION = "20250514 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments