Skip to content

Commit 9801afe

Browse files
feat: Automated regeneration of apigee v1 client (#17418)
Auto-created at 2024-01-23 01:06:14 +0000 using the toys pull request generator.
1 parent 319d48b commit 9801afe

6 files changed

Lines changed: 160 additions & 22 deletions

File tree

api_names_out.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30362,6 +30362,8 @@
3036230362
"/apigee:v1/apigee.organizations.apis.keyvaluemaps.entries.list/pageSize": page_size
3036330363
"/apigee:v1/apigee.organizations.apis.keyvaluemaps.entries.list/pageToken": page_token
3036430364
"/apigee:v1/apigee.organizations.apis.keyvaluemaps.entries.list/parent": parent
30365+
"/apigee:v1/apigee.organizations.apis.keyvaluemaps.entries.update": update_organization_api_keyvaluemap_entry
30366+
"/apigee:v1/apigee.organizations.apis.keyvaluemaps.entries.update/name": name
3036530367
"/apigee:v1/apigee.organizations.apis.list": list_organization_apis
3036630368
"/apigee:v1/apigee.organizations.apis.list/includeMetaData": include_meta_data
3036730369
"/apigee:v1/apigee.organizations.apis.list/includeRevisions": include_revisions
@@ -30730,6 +30732,8 @@
3073030732
"/apigee:v1/apigee.organizations.environments.keyvaluemaps.entries.list/pageSize": page_size
3073130733
"/apigee:v1/apigee.organizations.environments.keyvaluemaps.entries.list/pageToken": page_token
3073230734
"/apigee:v1/apigee.organizations.environments.keyvaluemaps.entries.list/parent": parent
30735+
"/apigee:v1/apigee.organizations.environments.keyvaluemaps.entries.update": update_organization_environment_keyvaluemap_entry
30736+
"/apigee:v1/apigee.organizations.environments.keyvaluemaps.entries.update/name": name
3073330737
"/apigee:v1/apigee.organizations.environments.modifyEnvironment": modify_organization_environment_environment
3073430738
"/apigee:v1/apigee.organizations.environments.modifyEnvironment/name": name
3073530739
"/apigee:v1/apigee.organizations.environments.modifyEnvironment/updateMask": update_mask
@@ -31036,6 +31040,8 @@
3103631040
"/apigee:v1/apigee.organizations.keyvaluemaps.entries.list/pageSize": page_size
3103731041
"/apigee:v1/apigee.organizations.keyvaluemaps.entries.list/pageToken": page_token
3103831042
"/apigee:v1/apigee.organizations.keyvaluemaps.entries.list/parent": parent
31043+
"/apigee:v1/apigee.organizations.keyvaluemaps.entries.update": update_organization_keyvaluemap_entry
31044+
"/apigee:v1/apigee.organizations.keyvaluemaps.entries.update/name": name
3103931045
"/apigee:v1/apigee.organizations.list": list_organizations
3104031046
"/apigee:v1/apigee.organizations.list/parent": parent
3104131047
"/apigee:v1/apigee.organizations.operations.get": get_organization_operation

generated/google-apis-apigee_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-apigee_v1
22

3+
### v0.82.0 (2024-01-23)
4+
5+
* Regenerated from discovery document revision 20240112
6+
* Regenerated using generator version 0.13.0
7+
38
### v0.81.0 (2023-12-24)
49

510
* Regenerated from discovery document revision 20231219

generated/google-apis-apigee_v1/google-apis-apigee_v1.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
2929
gem.require_paths = ["lib"]
3030

3131
gem.required_ruby_version = '>= 2.5'
32-
gem.add_runtime_dependency "google-apis-core", ">= 0.11.0", "< 2.a"
32+
gem.add_runtime_dependency "google-apis-core", ">= 0.12.0", "< 2.a"
3333
end

generated/google-apis-apigee_v1/lib/google/apis/apigee_v1/classes.rb

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3765,10 +3765,14 @@ class GoogleCloudApigeeV1Environment
37653765
# @return [String]
37663766
attr_accessor :display_name
37673767

3768-
# Optional. Url of the forward proxy to be applied to the runtime instances in
3768+
# Optional. URI of the forward proxy to be applied to the runtime instances in
37693769
# this environment. Must be in the format of `scheme`://`hostname`:`port`. Note
3770-
# that scheme must be one of "http" or "https", and port must be supplied. To
3771-
# remove a forward proxy setting, update the field to an empty value.
3770+
# that the scheme must be one of "http" or "https", and the port must be
3771+
# supplied. To remove a forward proxy setting, update the field to an empty
3772+
# value. Note: At this time, PUT operations to add forwardProxyUri to an
3773+
# existing environment fail if the environment has nodeConfig set up. To
3774+
# successfully add the forwardProxyUri setting in this case, include the
3775+
# NodeConfig details with the request.
37723776
# Corresponds to the JSON property `forwardProxyUri`
37733777
# @return [String]
37743778
attr_accessor :forward_proxy_uri
@@ -8765,7 +8769,7 @@ class GoogleCloudApigeeV1SecurityAction
87658769
# conditions elements are ANDed. For example if a SecurityAction has the
87668770
# following: api_keys: ["key1", "key2"] and developers: ["dev1", "dev2"] then
87678771
# this is interpreted as: enforce the action if the incoming request has ((
8768-
# api_key = "key1" OR api_key="key") AND (developer="dev1" OR developer="dev2"))
8772+
# api_key = "key1" OR api_key="key") AND (developer="dev1" OR developer="dev2")).
87698773
# Corresponds to the JSON property `conditionConfig`
87708774
# @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionConditionConfig]
87718775
attr_accessor :condition_config
@@ -8859,13 +8863,14 @@ def update!(**args)
88598863
# conditions elements are ANDed. For example if a SecurityAction has the
88608864
# following: api_keys: ["key1", "key2"] and developers: ["dev1", "dev2"] then
88618865
# this is interpreted as: enforce the action if the incoming request has ((
8862-
# api_key = "key1" OR api_key="key") AND (developer="dev1" OR developer="dev2"))
8866+
# api_key = "key1" OR api_key="key") AND (developer="dev1" OR developer="dev2")).
88638867
class GoogleCloudApigeeV1SecurityActionConditionConfig
88648868
include Google::Apis::Core::Hashable
88658869

88668870
# Optional. A list of Bot Reasons. Current options: Flooder, Brute Guessor,
88678871
# Static Content Scraper, OAuth Abuser, Robot Abuser, TorListRule, Advanced
8868-
# Anomaly Detection and Advanced API Scraper.
8872+
# Anomaly Detection, Advanced API Scraper, Search Engine Crawlers, Public Cloud,
8873+
# Public Cloud AWS, Public Cloud Azure, and Public Cloud GCP.
88698874
# Corresponds to the JSON property `botReasons`
88708875
# @return [Array<String>]
88718876
attr_accessor :bot_reasons

generated/google-apis-apigee_v1/lib/google/apis/apigee_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ApigeeV1
1818
# Version of the google-apis-apigee_v1 gem
19-
GEM_VERSION = "0.81.0"
19+
GEM_VERSION = "0.82.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.12.0"
22+
GENERATOR_VERSION = "0.13.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20231219"
25+
REVISION = "20240112"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)