google-apis-apigee_v1 0.26.0 → 0.27.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: d5df0c3830c56bebf4f19e70ccd3b789acfbfe3356992cb6ac79469315af800d
4
- data.tar.gz: 3a6468bb3d87b35f80bc73fa8d88a71719c93f7edd5af09671ea3270d9e917fb
3
+ metadata.gz: 8510b16003bb9852f3f84506199a370d94f9a2c632b5bbc982defcb27efe15e1
4
+ data.tar.gz: c143f7f8712875bda1ca27e0471e39775d4c7c4c3dddb53754e7be60c4e44360
5
5
  SHA512:
6
- metadata.gz: '06298b0173f747cb598817a3be4b2567295c5fe2bfd40bb61d766e439dfdc823e7088268fbebc379af78a6bbedb484e1286f8d4cbc9c7cad5b9789d3a51bf15b'
7
- data.tar.gz: 5a7bdc9dd72588e591b0c9f0401c9ecf55dc026a675cb81ee08b6e9af6fb5cb603f1828309a2fe5152d496b3d5284948b06f2ddb8365a8a2fe0ebd9ac254c804
6
+ metadata.gz: 9aa2ef8c557f7ce04190d75200fd444e832b80da179cdff864bfd86c2092c92998f14d169be8bb496a4da5c23d1265a5c8523b59e19de1c33a718ee02d6cf62b
7
+ data.tar.gz: e513bbc6cdc84605870c16e60c9a8ba3169de57a48c2ff8353e19ba200a62953ab275d1fccc6e0926632495ce755beb00482ff32bbf2e830c932c59698f00053
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.27.0 (2021-11-10)
4
+
5
+ * Regenerated from discovery document revision 20211108
6
+
3
7
  ### v0.26.0 (2021-11-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20211101
@@ -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.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211101"
25
+ REVISION = "20211108"
26
26
  end
27
27
  end
28
28
  end
@@ -1767,7 +1767,8 @@ module Google
1767
1767
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollector] google_cloud_apigee_v1_data_collector_object
1768
1768
  # @param [String] data_collector_id
1769
1769
  # ID of the data collector. Overrides any ID in the data collector resource.
1770
- # Must begin with `dc_`.
1770
+ # Must be a string beginning with `dc_` that contains only letters, numbers, and
1771
+ # underscores.
1771
1772
  # @param [String] fields
1772
1773
  # Selector specifying which fields to include in a partial response.
1773
1774
  # @param [String] quota_user
@@ -3915,13 +3916,16 @@ module Google
3915
3916
  # REQUIRED: The resource for which the policy is being requested. See the
3916
3917
  # operation documentation for the appropriate value for this field.
3917
3918
  # @param [Fixnum] options_requested_policy_version
3918
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
3919
- # 3. Requests specifying an invalid value will be rejected. Requests for
3920
- # policies with any conditional bindings must specify version 3. Policies
3921
- # without any conditional bindings may specify any valid value or leave the
3922
- # field unset. To learn which resources support conditions in their IAM policies,
3923
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
3924
- # resource-policies).
3919
+ # Optional. The maximum policy version that will be used to format the policy.
3920
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
3921
+ # rejected. Requests for policies with any conditional role bindings must
3922
+ # specify version 3. Policies with no conditional role bindings may specify any
3923
+ # valid value or leave the field unset. The policy in the response might use the
3924
+ # policy version that you specified, or it might use a lower policy version. For
3925
+ # example, if you specify version 3, but the policy has no conditional role
3926
+ # bindings, the response uses version 1. To learn which resources support
3927
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3928
+ # google.com/iam/help/conditions/resource-policies).
3925
3929
  # @param [String] fields
3926
3930
  # Selector specifying which fields to include in a partial response.
3927
3931
  # @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.26.0
4
+ version: 0.27.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: 2021-11-08 00:00:00.000000000 Z
11
+ date: 2021-11-15 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.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.27.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: []