google-apis-apigee_v1 0.47.0 → 0.48.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: 989c147d0930822de073acc2c3c05c1884d353e9bf3a8400817e57903b03db2d
4
- data.tar.gz: 7112d0b7d63537f73fef4fc7817af83a559b0e81445d5eadc28cd3cef6683b9a
3
+ metadata.gz: 5c9c235e8e13f9dc69cc3ec2e4c41eac16ace8ba4b36039b3789b3523ffec51c
4
+ data.tar.gz: 1e77b36b39b4b4c503aaa378dea53ca76a8f9816ffef4c9c6769e6e0ee74aeba
5
5
  SHA512:
6
- metadata.gz: a9687d8371569a5a2e6652f11f0689e49fa51af49ee059d5a58b6de82a28cde8e38898fec09bea592fd4dcf14262bf1553b0d662c2a414704d4c40becba7812b
7
- data.tar.gz: 1c6c0a25df5e1996d9309a01226b55f7eecf147aa10374b43578bd483fa9469c6e14f95c3c924565ae5e3ba61ab88a364cd7a58a5edfe30c0e1dd153a0c9a41b
6
+ metadata.gz: 0d7073849a8b577ed98555a85fb34bbf9dd5dd646f8cda6def2f2e94d59867d3fd1f299a3f02e221765badd891cc8d5dad55ca67295019b8932aac6754aee4d9
7
+ data.tar.gz: 2161932451251b09b9cb47d32a0be20305dff6158a465431ecbcec87641faa251cc8612dc95d6cc1dbc9cccd9842c9b59e56e7587493f25a4e09ed874cc5b514
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.48.0 (2022-06-18)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+ * Regenerated from discovery document revision 20220609
7
+
3
8
  ### v0.47.0 (2022-06-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20220602
@@ -3049,6 +3049,13 @@ module Google
3049
3049
  # @return [String]
3050
3050
  attr_accessor :display_name
3051
3051
 
3052
+ # Optional. Url of the forward proxy to be applied to the runtime instances in
3053
+ # this environment. Must be in the format of `scheme`://`hostname`:`port`. Note
3054
+ # that scheme must be one of "http" or "https", and port must be supplied.
3055
+ # Corresponds to the JSON property `forwardProxyUri`
3056
+ # @return [String]
3057
+ attr_accessor :forward_proxy_uri
3058
+
3052
3059
  # Output only. Last modification time of this environment as milliseconds since
3053
3060
  # epoch.
3054
3061
  # Corresponds to the JSON property `lastModifiedAt`
@@ -3084,6 +3091,7 @@ module Google
3084
3091
  @deployment_type = args[:deployment_type] if args.key?(:deployment_type)
3085
3092
  @description = args[:description] if args.key?(:description)
3086
3093
  @display_name = args[:display_name] if args.key?(:display_name)
3094
+ @forward_proxy_uri = args[:forward_proxy_uri] if args.key?(:forward_proxy_uri)
3087
3095
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
3088
3096
  @name = args[:name] if args.key?(:name)
3089
3097
  @properties = args[:properties] if args.key?(:properties)
@@ -3132,6 +3140,13 @@ module Google
3132
3140
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1FlowHookConfig>]
3133
3141
  attr_accessor :flowhooks
3134
3142
 
3143
+ # The forward proxy's url to be used by the runtime. When set, runtime will send
3144
+ # requests to the target via the given forward proxy. This is only used by
3145
+ # programmable gateways.
3146
+ # Corresponds to the JSON property `forwardProxyUri`
3147
+ # @return [String]
3148
+ attr_accessor :forward_proxy_uri
3149
+
3135
3150
  # The location for the gateway config blob as a URI, e.g. a Cloud Storage URI.
3136
3151
  # This is only used by Envoy-based gateways.
3137
3152
  # Corresponds to the JSON property `gatewayConfigLocation`
@@ -3212,6 +3227,7 @@ module Google
3212
3227
  @deployments = args[:deployments] if args.key?(:deployments)
3213
3228
  @feature_flags = args[:feature_flags] if args.key?(:feature_flags)
3214
3229
  @flowhooks = args[:flowhooks] if args.key?(:flowhooks)
3230
+ @forward_proxy_uri = args[:forward_proxy_uri] if args.key?(:forward_proxy_uri)
3215
3231
  @gateway_config_location = args[:gateway_config_location] if args.key?(:gateway_config_location)
3216
3232
  @keystores = args[:keystores] if args.key?(:keystores)
3217
3233
  @name = args[:name] if args.key?(:name)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeV1
18
18
  # Version of the google-apis-apigee_v1 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220602"
25
+ REVISION = "20220609"
26
26
  end
27
27
  end
28
28
  end
@@ -2000,6 +2000,7 @@ module Google
2000
2000
  property :deployment_type, as: 'deploymentType'
2001
2001
  property :description, as: 'description'
2002
2002
  property :display_name, as: 'displayName'
2003
+ property :forward_proxy_uri, as: 'forwardProxyUri'
2003
2004
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
2004
2005
  property :name, as: 'name'
2005
2006
  property :properties, as: 'properties', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties::Representation
@@ -2022,6 +2023,7 @@ module Google
2022
2023
  hash :feature_flags, as: 'featureFlags'
2023
2024
  collection :flowhooks, as: 'flowhooks', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1FlowHookConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1FlowHookConfig::Representation
2024
2025
 
2026
+ property :forward_proxy_uri, as: 'forwardProxyUri'
2025
2027
  property :gateway_config_location, as: 'gatewayConfigLocation'
2026
2028
  collection :keystores, as: 'keystores', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeystoreConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeystoreConfig::Representation
2027
2029
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigee_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-apigee_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.48.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
63
63
  post_install_message:
64
64
  rdoc_options: []