google-apis-apigee_v1 0.31.0 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89f9271f9faccf1a1a6f90ddc74d64c9b4d225d890cca2b03048165d22ba2615
4
- data.tar.gz: f8cb1257bb4a146751a3ae1a25ebdf802014469297478515aee37de146161dd5
3
+ metadata.gz: 616df49b31b6ccea8697ae0ded0e168b5aaa0c9830a00a8ee2f136f967dfecc5
4
+ data.tar.gz: c009ae00f8fbcd1e29730f071519317f2c49164129b31bab3efd768d26a540cd
5
5
  SHA512:
6
- metadata.gz: bc92e62a1bad11c588982b0d3e0866f72a8d5bdb8a7f4aed7eceaa69f6e3f6f8d8fbf6b642f1f2b0f532658e1a15bd2bc1796a6c63d2c6d7d6c4aee29d4beda3
7
- data.tar.gz: ed0525dca73671afaff817647fedfea7630a2904a2a1f0c43165689e28dfee411185a57f65545326d25e0145fbb16aea363c25889f44dcf93c59ca92860da97f
6
+ metadata.gz: da4c7a1fa81673b06c7307730d385a12e04319c0987a8d7744c6ae95b99d5d7652caccbad57b209b75349907652264544b68b85042e42b83627270bd83f56a41
7
+ data.tar.gz: 7ea51f7fb63a46d4714c163777ca47abacc6830381c8f8102ef8f119afbe78434dcb6889f66bee676607dc0f7f16629e29a4fef69ab1e63756280fa0baf29f57
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.32.0 (2022-01-21)
4
+
5
+ * Regenerated from discovery document revision 20220119
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.31.0 (2022-01-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20220105
@@ -3758,6 +3758,18 @@ module Google
3758
3758
  # @return [String]
3759
3759
  attr_accessor :host
3760
3760
 
3761
+ # Optional. IP range represents the customer-provided CIDR block of length 22
3762
+ # that will be used for the Apigee instance creation. This optional range, if
3763
+ # provided, should be freely available as part of larger named range the
3764
+ # customer has allocated to the Service Networking peering. If this is not
3765
+ # provided, Apigee will automatically request for any available /22 CIDR block
3766
+ # from Service Networking. The customer should use this CIDR block for
3767
+ # configuring their firewall needs to allow traffic from Apigee. Input format: "
3768
+ # a.b.c.d/22", Output format: a.b.c.d/22, e.f.g.h/28"
3769
+ # Corresponds to the JSON property `ipRange`
3770
+ # @return [String]
3771
+ attr_accessor :ip_range
3772
+
3761
3773
  # Output only. Time the instance was last modified in milliseconds since epoch.
3762
3774
  # Corresponds to the JSON property `lastModifiedAt`
3763
3775
  # @return [Fixnum]
@@ -3810,6 +3822,7 @@ module Google
3810
3822
  @disk_encryption_key_name = args[:disk_encryption_key_name] if args.key?(:disk_encryption_key_name)
3811
3823
  @display_name = args[:display_name] if args.key?(:display_name)
3812
3824
  @host = args[:host] if args.key?(:host)
3825
+ @ip_range = args[:ip_range] if args.key?(:ip_range)
3813
3826
  @last_modified_at = args[:last_modified_at] if args.key?(:last_modified_at)
3814
3827
  @location = args[:location] if args.key?(:location)
3815
3828
  @name = args[:name] if args.key?(:name)
@@ -3992,17 +4005,18 @@ module Google
3992
4005
  end
3993
4006
  end
3994
4007
 
3995
- # A collection of key, value string pairs
4008
+ # Collection of key/value string pairs.
3996
4009
  class GoogleCloudApigeeV1KeyValueMap
3997
4010
  include Google::Apis::Core::Hashable
3998
4011
 
3999
- # Optional. If `true` entry values will be encrypted.
4012
+ # Optional. Flag that specifies whether entry values will be encrypted. Enable
4013
+ # to encrypt entry values.
4000
4014
  # Corresponds to the JSON property `encrypted`
4001
4015
  # @return [Boolean]
4002
4016
  attr_accessor :encrypted
4003
4017
  alias_method :encrypted?, :encrypted
4004
4018
 
4005
- # Required. The id of the key value map.
4019
+ # Required. ID of the key value map.
4006
4020
  # Corresponds to the JSON property `name`
4007
4021
  # @return [String]
4008
4022
  attr_accessor :name
@@ -7018,7 +7032,7 @@ module Google
7018
7032
  # @return [String]
7019
7033
  attr_accessor :protocol
7020
7034
 
7021
- # TLS configuration information for VirtualHosts and TargetServers.
7035
+ # TLS configuration information for virtual hosts and TargetServers.
7022
7036
  # Corresponds to the JSON property `sSLInfo`
7023
7037
  # @return [Google::Apis::ApigeeV1::GoogleCloudApigeeV1TlsInfo]
7024
7038
  attr_accessor :s_sl_info
@@ -7116,7 +7130,7 @@ module Google
7116
7130
  end
7117
7131
  end
7118
7132
 
7119
- # TLS configuration information for VirtualHosts and TargetServers.
7133
+ # TLS configuration information for virtual hosts and TargetServers.
7120
7134
  class GoogleCloudApigeeV1TlsInfo
7121
7135
  include Google::Apis::Core::Hashable
7122
7136
 
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220105"
25
+ REVISION = "20220119"
26
26
  end
27
27
  end
28
28
  end
@@ -2158,6 +2158,7 @@ module Google
2158
2158
  property :disk_encryption_key_name, as: 'diskEncryptionKeyName'
2159
2159
  property :display_name, as: 'displayName'
2160
2160
  property :host, as: 'host'
2161
+ property :ip_range, as: 'ipRange'
2161
2162
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
2162
2163
  property :location, as: 'location'
2163
2164
  property :name, as: 'name'
@@ -1454,10 +1454,10 @@ module Google
1454
1454
  execute_or_queue_command(command, &block)
1455
1455
  end
1456
1456
 
1457
- # Creates a key value map in an api proxy.
1457
+ # Creates a key value map in an API proxy.
1458
1458
  # @param [String] parent
1459
- # Required. The name of the environment in which to create the key value map.
1460
- # Must be of the form `organizations/`organization`/apis/`api``.
1459
+ # Required. Name of the environment in which to create the key value map. Use
1460
+ # the following structure in your request: `organizations/`org`/apis/`api``
1461
1461
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyValueMap] google_cloud_apigee_v1_key_value_map_object
1462
1462
  # @param [String] fields
1463
1463
  # Selector specifying which fields to include in a partial response.
@@ -1488,10 +1488,10 @@ module Google
1488
1488
  execute_or_queue_command(command, &block)
1489
1489
  end
1490
1490
 
1491
- # Delete a key value map in an api proxy.
1491
+ # Deletes a key value map from an API proxy.
1492
1492
  # @param [String] name
1493
- # Required. The name of the key value map. Must be of the form `organizations/`
1494
- # organization`/apis/`api`/keyvaluemaps/`keyvaluemap``.
1493
+ # Required. Name of the key value map. Use the following structure in your
1494
+ # request: `organizations/`org`/apis/`api`/keyvaluemaps/`keyvaluemap``
1495
1495
  # @param [String] fields
1496
1496
  # Selector specifying which fields to include in a partial response.
1497
1497
  # @param [String] quota_user
@@ -4165,7 +4165,8 @@ module Google
4165
4165
  # existing properties to the API, even if they are not being changed. If you
4166
4166
  # omit properties from the payload, the properties are removed. To get the
4167
4167
  # current list of properties for the environment, use the [Get Environment API](
4168
- # get).
4168
+ # get). **Note**: Both `PUT` and `POST` methods are supported for updating an
4169
+ # existing environment.
4169
4170
  # @param [String] name
4170
4171
  # Required. Name of the environment. Use the following structure in your request:
4171
4172
  # `organizations/`org`/environments/`env``
@@ -4244,7 +4245,8 @@ module Google
4244
4245
  # existing properties to the API, even if they are not being changed. If you
4245
4246
  # omit properties from the payload, the properties are removed. To get the
4246
4247
  # current list of properties for the environment, use the [Get Environment API](
4247
- # get).
4248
+ # get). **Note**: Both `PUT` and `POST` methods are supported for updating an
4249
+ # existing environment.
4248
4250
  # @param [String] name
4249
4251
  # Required. Name of the environment. Use the following structure in your request:
4250
4252
  # `organizations/`org`/environments/`env``
@@ -5661,8 +5663,9 @@ module Google
5661
5663
 
5662
5664
  # Creates a key value map in an environment.
5663
5665
  # @param [String] parent
5664
- # Required. The name of the environment in which to create the key value map.
5665
- # Must be of the form `organizations/`organization`/environments/`environment``.
5666
+ # Required. Name of the environment in which to create the key value map. Use
5667
+ # the following structure in your request: `organizations/`org`/environments/`
5668
+ # env``
5666
5669
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyValueMap] google_cloud_apigee_v1_key_value_map_object
5667
5670
  # @param [String] fields
5668
5671
  # Selector specifying which fields to include in a partial response.
@@ -5693,10 +5696,10 @@ module Google
5693
5696
  execute_or_queue_command(command, &block)
5694
5697
  end
5695
5698
 
5696
- # Delete a key value map in an environment.
5699
+ # Deletes a key value map from an environment.
5697
5700
  # @param [String] name
5698
- # Required. The name of the key value map. Must be of the form `organizations/`
5699
- # organization`/environments/`environment`/keyvaluemaps/`keyvaluemap``.
5701
+ # Required. Name of the key value map. Use the following structure in your
5702
+ # request: `organizations/`org`/environments/`env`/keyvaluemaps/`keyvaluemap``
5700
5703
  # @param [String] fields
5701
5704
  # Selector specifying which fields to include in a partial response.
5702
5705
  # @param [String] quota_user
@@ -7784,8 +7787,8 @@ module Google
7784
7787
 
7785
7788
  # Creates a key value map in an organization.
7786
7789
  # @param [String] parent
7787
- # Required. The name of the organization in which to create the key value map
7788
- # file. Must be of the form `organizations/`organization``.
7790
+ # Required. Name of the organization in which to create the key value map file.
7791
+ # Use the following structure in your request: `organizations/`org``
7789
7792
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyValueMap] google_cloud_apigee_v1_key_value_map_object
7790
7793
  # @param [String] fields
7791
7794
  # Selector specifying which fields to include in a partial response.
@@ -7816,10 +7819,10 @@ module Google
7816
7819
  execute_or_queue_command(command, &block)
7817
7820
  end
7818
7821
 
7819
- # Delete a key value map in an organization.
7822
+ # Deletes a key value map from an organization.
7820
7823
  # @param [String] name
7821
- # Required. The name of the key value map. Must be of the form `organizations/`
7822
- # organization`/keyvaluemaps/`keyvaluemap``.
7824
+ # Required. Name of the key value map. Use the following structure in your
7825
+ # request: `organizations/`org`/keyvaluemaps/`keyvaluemap``
7823
7826
  # @param [String] fields
7824
7827
  # Selector specifying which fields to include in a partial response.
7825
7828
  # @param [String] quota_user
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.31.0
4
+ version: 0.32.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-01-17 00:00:00.000000000 Z
11
+ date: 2022-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.32.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: []