google-apis-apigee_v1 0.49.0 → 0.52.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: 49ad84f10ac8fa92cab5ab85f5fd05f9344b9ee7f3ee85be431e6e4b1e91c555
4
+ data.tar.gz: 9985013a8c4c11e5baf1242ef70e83da3768f6c2d6467ef28af15dad6cc5f529
5
5
  SHA512:
6
- metadata.gz: 9e277594b798edb8fce80df3ea877116051e097717a5bd6b277aec6b9cf93f2289547eb27148bea58e83d5603a085045d847a7258b3359c017dec5bca43e6844
7
- data.tar.gz: 2ef05e394b64f41ca0c7da70c77fe04aaed422f2d60fe3d28b449bf0205748bd6966d95b89ce2d602ec18d1efe5660f42ee1afac73a067624b017426d98d10ff
6
+ metadata.gz: '0099da4979597b2faa4027d6e23584c4e93a5916c81823b6838c6fddd3d8f71c30d16ba8f33b1d0cc580942601f130ae73610bb6d7088011a01b197e18081484'
7
+ data.tar.gz: 81bc5f9d2e4d999ae561f4ef763f23cdd9552a4c2de7b424ef83fc6e142ce7e94e370a55e6b3bb0e2934d9e971c5d3d19e7e5b0e3069db05d0eb70525d5c980e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.52.0 (2022-08-02)
4
+
5
+ * Regenerated from discovery document revision 20220728
6
+
7
+ ### v0.51.0 (2022-07-27)
8
+
9
+ * Regenerated from discovery document revision 20220725
10
+
11
+ ### v0.50.0 (2022-07-12)
12
+
13
+ * Regenerated from discovery document revision 20220707
14
+ * Regenerated using generator version 0.9.0
15
+
3
16
  ### v0.49.0 (2022-06-30)
4
17
 
5
18
  * 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
@@ -3063,8 +3062,9 @@ module Google
3063
3062
  end
3064
3063
  end
3065
3064
 
3066
- # Apigee endpoint attachment. For more information, see Southbound networking
3067
- # patterns.
3065
+ # Apigee endpoint attachment. For more information, see [Southbound networking
3066
+ # patterns] (https://cloud.google.com/apigee/docs/api-platform/architecture/
3067
+ # southbound-networking-patterns-endpoints).
3068
3068
  class GoogleCloudApigeeV1EndpointAttachment
3069
3069
  include Google::Apis::Core::Hashable
3070
3070
 
@@ -4057,14 +4057,14 @@ module Google
4057
4057
  # @return [String]
4058
4058
  attr_accessor :host
4059
4059
 
4060
- # Optional. IP range represents the customer-provided CIDR block of length 22
4061
- # that will be used for the Apigee instance creation. This optional range, if
4062
- # provided, should be freely available as part of larger named range the
4063
- # customer has allocated to the Service Networking peering. If this is not
4064
- # provided, Apigee will automatically request for any available /22 CIDR block
4065
- # from Service Networking. The customer should use this CIDR block for
4066
- # configuring their firewall needs to allow traffic from Apigee. Input format: "
4067
- # a.b.c.d/22", Output format: a.b.c.d/22, e.f.g.h/28"
4060
+ # Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to
4061
+ # create the Apigee instance. Providing CIDR ranges is optional. You can provide
4062
+ # just /22 or /28 or both (or neither). Ranges you provide should be freely
4063
+ # available as part of a larger named range you have allocated to the Service
4064
+ # Networking peering. If this parameter is not provided, Apigee automatically
4065
+ # requests an available /22 and /28 CIDR block from Service Networking. Use the /
4066
+ # 22 CIDR block for configuring your firewall needs to allow traffic from Apigee.
4067
+ # Input formats: `a.b.c.d/22` or `e.f.g.h/28` or `a.b.c.d/22,e.f.g.h/28`
4068
4068
  # Corresponds to the JSON property `ipRange`
4069
4069
  # @return [String]
4070
4070
  attr_accessor :ip_range
@@ -4380,7 +4380,7 @@ module Google
4380
4380
  attr_accessor :aliases
4381
4381
 
4382
4382
  # Required. Resource ID for this keystore. Values must match the regular
4383
- # expression `[\w[:space:]-.]`1,255``.
4383
+ # expression `[\w[:space:].-]`1,255``.
4384
4384
  # Corresponds to the JSON property `name`
4385
4385
  # @return [String]
4386
4386
  attr_accessor :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.49.0"
19
+ GEM_VERSION = "0.52.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 = "20220728"
26
26
  end
27
27
  end
28
28
  end
@@ -122,14 +122,14 @@ module Google
122
122
 
123
123
  # Delete an Apigee organization. For organizations with BillingType EVALUATION,
124
124
  # an immediate deletion is performed. For paid organizations, a soft-deletion is
125
- # performed. The organization can be restored within the soft-deletion period -
125
+ # performed. The organization can be restored within the soft-deletion period
126
126
  # which can be controlled using the retention field in the request.
127
127
  # @param [String] name
128
128
  # Required. Name of the organization. Use the following structure in your
129
129
  # request: `organizations/`org``
130
130
  # @param [String] retention
131
- # Optional. This setting is only applicable for organizations that are soft-
132
- # deleted (i.e. BillingType is not EVALUATION). It controls how long
131
+ # Optional. This setting is applicable only for organizations that are soft-
132
+ # deleted (i.e., BillingType is not EVALUATION). It controls how long
133
133
  # Organization data will be retained after the initial delete operation
134
134
  # completes. During this period, the Organization may be restored to its last
135
135
  # known state. After this period, the Organization will no longer be able to be
@@ -2675,26 +2675,25 @@ module Google
2675
2675
  # Manages access to a developer app by enabling you to: * Approve or revoke a
2676
2676
  # developer app * Generate a new consumer key and secret for a developer app To
2677
2677
  # approve or revoke a developer app, set the `action` query parameter to `
2678
- # approved` or `revoked`, respectively, and the `Content-Type` header to `
2678
+ # approve` or `revoke`, respectively, and the `Content-Type` header to `
2679
2679
  # application/octet-stream`. If a developer app is revoked, none of its API keys
2680
- # are valid for API calls even though the keys are still `approved`. If
2681
- # successful, the API call returns the following HTTP status code: `204 No
2682
- # Content` To generate a new consumer key and secret for a developer app, pass
2683
- # the new key/secret details. Rather than replace an existing key, this API
2684
- # generates a new key. In this case, multiple key pairs may be associated with a
2685
- # single developer app. Each key pair has an independent status (`approved` or `
2686
- # revoked`) and expiration time. Any approved, non-expired key can be used in an
2687
- # API call. For example, if you're using API key rotation, you can generate new
2688
- # keys with expiration times that overlap keys that are going to expire. You
2689
- # might also generate a new consumer key/secret if the security of the original
2690
- # key/secret is compromised. The `keyExpiresIn` property defines the expiration
2691
- # time for the API key in milliseconds. If you don't set this property or set it
2692
- # to `-1`, the API key never expires. **Notes**: * When generating a new key/
2693
- # secret, this API replaces the existing attributes, notes, and callback URLs
2694
- # with those specified in the request. Include or exclude any existing
2695
- # information that you want to retain or delete, respectively. * To migrate
2696
- # existing consumer keys and secrets to hybrid from another system, see the
2697
- # CreateDeveloperAppKey API.
2680
+ # are valid for API calls even though the keys are still approved. If successful,
2681
+ # the API call returns the following HTTP status code: `204 No Content` To
2682
+ # generate a new consumer key and secret for a developer app, pass the new key/
2683
+ # secret details. Rather than replace an existing key, this API generates a new
2684
+ # key. In this case, multiple key pairs may be associated with a single
2685
+ # developer app. Each key pair has an independent status (`approve` or `revoke`)
2686
+ # and expiration time. Any approved, non-expired key can be used in an API call.
2687
+ # For example, if you're using API key rotation, you can generate new keys with
2688
+ # expiration times that overlap keys that are going to expire. You might also
2689
+ # generate a new consumer key/secret if the security of the original key/secret
2690
+ # is compromised. The `keyExpiresIn` property defines the expiration time for
2691
+ # the API key in milliseconds. If you don't set this property or set it to `-1`,
2692
+ # the API key never expires. **Notes**: * When generating a new key/secret, this
2693
+ # API replaces the existing attributes, notes, and callback URLs with those
2694
+ # specified in the request. Include or exclude any existing information that you
2695
+ # want to retain or delete, respectively. * To migrate existing consumer keys
2696
+ # and secrets to hybrid from another system, see the CreateDeveloperAppKey API.
2698
2697
  # @param [String] name
2699
2698
  # Required. Name of the developer app. Use the following structure in your
2700
2699
  # request: `organizations/`org`/developers/`developer_email`/apps/`app``
@@ -4153,8 +4152,10 @@ module Google
4153
4152
  execute_or_queue_command(command, &block)
4154
4153
  end
4155
4154
 
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.
4155
+ # Deletes an environment from an organization. **Warning: You must delete all
4156
+ # key value maps and key value entries before you delete an environment.**
4157
+ # Otherwise, if you re-create the environment the key value map entry operations
4158
+ # will encounter encryption/decryption discrepancies.
4158
4159
  # @param [String] name
4159
4160
  # Required. Name of the environment. Use the following structure in your request:
4160
4161
  # `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.52.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-08-08 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.52.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: []