google-apis-apigee_v1 0.49.0 → 0.50.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: ce7419915b1bf6a1801ba9ed210d782b896c16ccc0e1c5accef8f2605a72e15a
4
- data.tar.gz: bebecac3d433075a9ca02f05ced70c8b10fd384f033c6276a770038aa1017d89
3
+ metadata.gz: 94e6930539d4772735095c2e01d6688fe9289901bae997ee2a7dcb21f6ba9055
4
+ data.tar.gz: 1797f099c7483036a75d8fdbbef192883653be976e6fca4ce0b4d1ee59f7f217
5
5
  SHA512:
6
- metadata.gz: 9e277594b798edb8fce80df3ea877116051e097717a5bd6b277aec6b9cf93f2289547eb27148bea58e83d5603a085045d847a7258b3359c017dec5bca43e6844
7
- data.tar.gz: 2ef05e394b64f41ca0c7da70c77fe04aaed422f2d60fe3d28b449bf0205748bd6966d95b89ce2d602ec18d1efe5660f42ee1afac73a067624b017426d98d10ff
6
+ metadata.gz: c26ea29dc2eba6fe88366278da3f619ce6f871dc011a7a5717ddf43a8e09ae4af817fd24dbb14dcf5754785afd9dea35eb3da74f58a06dd05367a86c79533d57
7
+ data.tar.gz: 146edc53c2e7101715942e898d6e15b57b32745bb02da1dbd847a081e336ae22dcd47d78046c6f6f828b9481217f814619ff87c8b24378a72e74c3438203f7db
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.50.0 (2022-07-12)
4
+
5
+ * Regenerated from discovery document revision 20220707
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.49.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -479,7 +479,20 @@ module Google
479
479
  class GoogleCloudApigeeV1ApiProduct
480
480
  include Google::Apis::Core::Hashable
481
481
 
482
- #
482
+ # Comma-separated list of API resources to be bundled in the API product. By
483
+ # default, the resource paths are mapped from the `proxy.pathsuffix` variable.
484
+ # The proxy path suffix is defined as the URI fragment following the
485
+ # ProxyEndpoint base path. For example, if the `apiResources` element is defined
486
+ # to be `/forecastrss` and the base path defined for the API proxy is `/weather`,
487
+ # then only requests to `/weather/forecastrss` are permitted by the API product.
488
+ # You can select a specific path, or you can select all subpaths with the
489
+ # following wildcard: - `/**`: Indicates that all sub-URIs are included. - `/*` :
490
+ # Indicates that only URIs one level down are included. By default, / supports
491
+ # the same resources as /** as well as the base path defined by the API proxy.
492
+ # For example, if the base path of the API proxy is `/v1/weatherapikey`, then
493
+ # the API product supports requests to `/v1/weatherapikey` and to any sub-URIs,
494
+ # such as `/v1/weatherapikey/forecastrss`, `/v1/weatherapikey/region/CA`, and so
495
+ # on. For more information, see Managing API products.
483
496
  # Corresponds to the JSON property `apiResources`
484
497
  # @return [Array<String>]
485
498
  attr_accessor :api_resources
@@ -514,21 +527,7 @@ module Google
514
527
  attr_accessor :created_at
515
528
 
516
529
  # Description of the API product. Include key information about the API product
517
- # that is not captured by other fields. Comma-separated list of API resources to
518
- # be bundled in the API product. By default, the resource paths are mapped from
519
- # the `proxy.pathsuffix` variable. The proxy path suffix is defined as the URI
520
- # fragment following the ProxyEndpoint base path. For example, if the `
521
- # apiResources` element is defined to be `/forecastrss` and the base path
522
- # defined for the API proxy is `/weather`, then only requests to `/weather/
523
- # forecastrss` are permitted by the API product. You can select a specific path,
524
- # or you can select all subpaths with the following wildcard: - `/**`: Indicates
525
- # that all sub-URIs are included. - `/*` : Indicates that only URIs one level
526
- # down are included. By default, / supports the same resources as /** as well as
527
- # the base path defined by the API proxy. For example, if the base path of the
528
- # API proxy is `/v1/weatherapikey`, then the API product supports requests to `/
529
- # v1/weatherapikey` and to any sub-URIs, such as `/v1/weatherapikey/forecastrss`,
530
- # `/v1/weatherapikey/region/CA`, and so on. For more information, see Managing
531
- # API products.
530
+ # that is not captured by other fields.
532
531
  # Corresponds to the JSON property `description`
533
532
  # @return [String]
534
533
  attr_accessor :description
@@ -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.49.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220623"
25
+ REVISION = "20220707"
26
26
  end
27
27
  end
28
28
  end
@@ -4153,8 +4153,10 @@ module Google
4153
4153
  execute_or_queue_command(command, &block)
4154
4154
  end
4155
4155
 
4156
- # Deletes an environment from an organization. **Note**: You must delete all key
4157
- # value maps and key value entries before you can delete an environment.
4156
+ # Deletes an environment from an organization. **Warning: You must delete all
4157
+ # key value maps and key value entries before you delete an environment.**
4158
+ # Otherwise, if you re-create the environment the key value map entry operations
4159
+ # will encounter encryption/decryption discrepancies.
4158
4160
  # @param [String] name
4159
4161
  # Required. Name of the environment. Use the following structure in your request:
4160
4162
  # `organizations/`org`/environments/`env``
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.49.0
4
+ version: 0.50.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-07-18 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.49.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.50.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: []