@@ -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
0 commit comments