google-apis-apigee_v1 0.35.0 → 0.36.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: 176882c80e05b154bda00bc06cc235c21f5b53563f8c93d606cebe8039ba7ce3
4
- data.tar.gz: 31893d4336737555fe65b052bdb0584469e4ed0659009c00a7a26665fdf887cd
3
+ metadata.gz: 1f803a88e65a3e12061a52491bb4be3cdb11d1a437d8c3958121802e92991132
4
+ data.tar.gz: 2b10c0f9300a47be35191e2425ddf3145c849f6083a9c2f22aab045ee952c7b9
5
5
  SHA512:
6
- metadata.gz: dcfa78db9fcf0a1deaf29c70fff0c75fb8d27964762ce776620708def3162171ad6023951dd77c8ca5a50b3e7ec9b6364475001f9710f11b52186ee5af50c1d6
7
- data.tar.gz: 3b7f71e9cff7a61d31d0d877154de65096b384c3dfa088f807078558ebb026f988fe9008019e9b3ab3f22d54e23fb4e4a744e732d9d6a1826fafbd5458ceaa65
6
+ metadata.gz: ad254d0ee9289b4eb5857e866cf00bbe03e746cd403c06fe9d314c9b50df1dd8c6513a622081c3ed5c9614cd70ceafb8d580918247f332feaaf5210c2074fbf1
7
+ data.tar.gz: 240153f869a436e20f8ba87b5887ba951da7a002dbf7225b39c66c15d5f8e0676e89f9120c3cefacb0a85eb589fa3eacd0f7b668a4fc9546ab716d31039ca0ca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.36.0 (2022-02-23)
4
+
5
+ * Regenerated from discovery document revision 20220217
6
+
3
7
  ### v0.35.0 (2022-02-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20220210
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220210"
25
+ REVISION = "20220217"
26
26
  end
27
27
  end
28
28
  end
@@ -4652,18 +4652,18 @@ module Google
4652
4652
  # deployment is rejected if other revisions of the API proxy are deployed in the
4653
4653
  # environment.
4654
4654
  # @param [Boolean] sequenced_rollout
4655
- # Flag that specifies whether to enable sequenced rollout. If set to `true`, a
4656
- # best-effort attempt will be made to roll out the routing rules corresponding
4657
- # to this deployment and the environment changes to add this deployment in a
4658
- # safe order. This reduces the risk of downtime that could be caused by changing
4659
- # the environment group's routing before the new destination for the affected
4660
- # traffic is ready to receive it. This should only be necessary if the new
4661
- # deployment will be capturing traffic from another environment under a shared
4662
- # environment group or if traffic will be rerouted to a different environment
4663
- # due to a base path removal. The [GenerateDeployChangeReport API](
4664
- # GenerateDeployChangeReport) may be used to examine routing changes before
4665
- # issuing the deployment request, and its response will indicate if a sequenced
4666
- # rollout is recommended for the deployment.
4655
+ # Flag that specifies whether to enable sequenced rollout. If set to `true`, the
4656
+ # routing rules for this deployment and the environment changes to add the
4657
+ # deployment will be rolled out in a safe order. This reduces the risk of
4658
+ # downtime that could be caused by changing the environment group's routing
4659
+ # before the new destination for the affected traffic is ready to receive it.
4660
+ # This should only be necessary if the new deployment will be capturing traffic
4661
+ # from another environment under a shared environment group or if traffic will
4662
+ # be rerouted to a different environment due to a base path removal. The [
4663
+ # GenerateDeployChangeReport API](GenerateDeployChangeReport) may be used to
4664
+ # examine routing changes before issuing the deployment request, and its
4665
+ # response will indicate if a sequenced rollout is recommended for the
4666
+ # deployment.
4667
4667
  # @param [String] service_account
4668
4668
  # Google Cloud IAM service account. The service account represents the identity
4669
4669
  # of the deployed proxy, and determines what permissions it has. The format must
@@ -4740,15 +4740,15 @@ module Google
4740
4740
  # Required. Name of the API proxy revision deployment in the following format: `
4741
4741
  # organizations/`org`/environments/`env`/apis/`api`/revisions/`rev``
4742
4742
  # @param [Boolean] sequenced_rollout
4743
- # Flag that specifies whether to enable sequenced rollout. If set to `true`, a
4744
- # best-effort attempt will be made to remove the environment group routing rules
4745
- # corresponding to this deployment before removing the deployment from the
4746
- # runtime. This is likely to be a rare use case; it is only needed when the
4747
- # intended effect of undeploying this proxy is to cause the traffic it currently
4748
- # handles to be rerouted to some other existing proxy in the environment group.
4749
- # The [GenerateUndeployChangeReport API](GenerateUndeployChangeReport) may be
4750
- # used to examine routing changes before issuing the undeployment request, and
4751
- # its response will indicate if a sequenced rollout is recommended for the
4743
+ # Flag that specifies whether to enable sequenced rollout. If set to `true`, the
4744
+ # environment group routing rules corresponding to this deployment will be
4745
+ # removed before removing the deployment from the runtime. This is likely to be
4746
+ # a rare use case; it is only needed when the intended effect of undeploying
4747
+ # this proxy is to cause the traffic it currently handles to be rerouted to some
4748
+ # other existing proxy in the environment group. The [
4749
+ # GenerateUndeployChangeReport API](GenerateUndeployChangeReport) may be used to
4750
+ # examine routing changes before issuing the undeployment request, and its
4751
+ # response will indicate if a sequenced rollout is recommended for the
4752
4752
  # undeployment.
4753
4753
  # @param [String] fields
4754
4754
  # Selector specifying which fields to include in a partial response.
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.35.0
4
+ version: 0.36.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-02-21 00:00:00.000000000 Z
11
+ date: 2022-02-28 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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.36.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: []