google-apis-networkservices_v1 0.4.0 → 0.5.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: 9166d1f07063515d8dcef276ed6d6a4025a8df87c0fa245222960189905f4cf3
4
- data.tar.gz: 2466a1f45f5eb4b9713372ad6a911fbd09330a5b596fb87e6141953cbf4ace91
3
+ metadata.gz: 918d6dac4c679997b40dd643918aca45774f3dbd08e07cd9a2fea5399a74ad32
4
+ data.tar.gz: 42d1fb8061152e0717826bd6e20241476f7bcbe7cbdaaad6d5a2142a815cdd97
5
5
  SHA512:
6
- metadata.gz: 5f15933d2557a28b2e61c04484e8b074c2365e63c64907e999fd28eac2751ca50fcc0b840142f1c937d5bd949ff8c0949ee947c66366db5ff524a5417ab25886
7
- data.tar.gz: e8fcf91eb4e5c74ae37e56442e34231a0966221c25610f9e9fe3a44a177f1b7fea604fbdc27f378251e6da8f0aa2a4610d27d5b4d6173426ed1ce6bbef0afcb0
6
+ metadata.gz: 34b1ad98b7063fc32a791d846442522991fa4ba2af664dd31ceb627bdb9f3cc0e8de9b574cb01356f0f3c2ab78f7b2ebc9807e5a706dc2287996f66f98b23798
7
+ data.tar.gz: e72b72d53d9f477dec5414880b119b4f42e9a8e784eb3739e9fb8073bf694c359a582013add0ba70a4609a6c8273a82e672cf8be00063d34eb1e307fb7d5e591
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.5.0 (2021-11-14)
4
+
5
+ * Regenerated from discovery document revision 20211109
6
+
3
7
  ### v0.4.0 (2021-10-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20211019
@@ -288,8 +288,7 @@ module Google
288
288
  # Optional. This field specifies the URL of AuthorizationPolicy resource that
289
289
  # applies authorization policies to the inbound traffic at the matched endpoints.
290
290
  # Refer to Authorization. If this field is not specified, authorization is
291
- # disabled(no authz checks) for this endpoint. Applicable only when
292
- # EndpointPolicyType is SIDECAR_PROXY.
291
+ # disabled(no authz checks) for this endpoint.
293
292
  # Corresponds to the JSON property `authorizationPolicy`
294
293
  # @return [String]
295
294
  attr_accessor :authorization_policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkservicesV1
18
18
  # Version of the google-apis-networkservices_v1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.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 = "20211019"
25
+ REVISION = "20211109"
26
26
  end
27
27
  end
28
28
  end
@@ -128,13 +128,16 @@ module Google
128
128
  # REQUIRED: The resource for which the policy is being requested. See the
129
129
  # operation documentation for the appropriate value for this field.
130
130
  # @param [Fixnum] options_requested_policy_version
131
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
132
- # 3. Requests specifying an invalid value will be rejected. Requests for
133
- # policies with any conditional bindings must specify version 3. Policies
134
- # without any conditional bindings may specify any valid value or leave the
135
- # field unset. To learn which resources support conditions in their IAM policies,
136
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
137
- # resource-policies).
131
+ # Optional. The maximum policy version that will be used to format the policy.
132
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
133
+ # rejected. Requests for policies with any conditional role bindings must
134
+ # specify version 3. Policies with no conditional role bindings may specify any
135
+ # valid value or leave the field unset. The policy in the response might use the
136
+ # policy version that you specified, or it might use a lower policy version. For
137
+ # example, if you specify version 3, but the policy has no conditional role
138
+ # bindings, the response uses version 1. To learn which resources support
139
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
140
+ # google.com/iam/help/conditions/resource-policies).
138
141
  # @param [String] fields
139
142
  # Selector specifying which fields to include in a partial response.
140
143
  # @param [String] quota_user
@@ -243,13 +246,16 @@ module Google
243
246
  # REQUIRED: The resource for which the policy is being requested. See the
244
247
  # operation documentation for the appropriate value for this field.
245
248
  # @param [Fixnum] options_requested_policy_version
246
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
247
- # 3. Requests specifying an invalid value will be rejected. Requests for
248
- # policies with any conditional bindings must specify version 3. Policies
249
- # without any conditional bindings may specify any valid value or leave the
250
- # field unset. To learn which resources support conditions in their IAM policies,
251
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
252
- # resource-policies).
249
+ # Optional. The maximum policy version that will be used to format the policy.
250
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
251
+ # rejected. Requests for policies with any conditional role bindings must
252
+ # specify version 3. Policies with no conditional role bindings may specify any
253
+ # valid value or leave the field unset. The policy in the response might use the
254
+ # policy version that you specified, or it might use a lower policy version. For
255
+ # example, if you specify version 3, but the policy has no conditional role
256
+ # bindings, the response uses version 1. To learn which resources support
257
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
258
+ # google.com/iam/help/conditions/resource-policies).
253
259
  # @param [String] fields
254
260
  # Selector specifying which fields to include in a partial response.
255
261
  # @param [String] quota_user
@@ -358,13 +364,16 @@ module Google
358
364
  # REQUIRED: The resource for which the policy is being requested. See the
359
365
  # operation documentation for the appropriate value for this field.
360
366
  # @param [Fixnum] options_requested_policy_version
361
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
362
- # 3. Requests specifying an invalid value will be rejected. Requests for
363
- # policies with any conditional bindings must specify version 3. Policies
364
- # without any conditional bindings may specify any valid value or leave the
365
- # field unset. To learn which resources support conditions in their IAM policies,
366
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
367
- # resource-policies).
367
+ # Optional. The maximum policy version that will be used to format the policy.
368
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
369
+ # rejected. Requests for policies with any conditional role bindings must
370
+ # specify version 3. Policies with no conditional role bindings may specify any
371
+ # valid value or leave the field unset. The policy in the response might use the
372
+ # policy version that you specified, or it might use a lower policy version. For
373
+ # example, if you specify version 3, but the policy has no conditional role
374
+ # bindings, the response uses version 1. To learn which resources support
375
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
376
+ # google.com/iam/help/conditions/resource-policies).
368
377
  # @param [String] fields
369
378
  # Selector specifying which fields to include in a partial response.
370
379
  # @param [String] quota_user
@@ -573,13 +582,16 @@ module Google
573
582
  # REQUIRED: The resource for which the policy is being requested. See the
574
583
  # operation documentation for the appropriate value for this field.
575
584
  # @param [Fixnum] options_requested_policy_version
576
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
577
- # 3. Requests specifying an invalid value will be rejected. Requests for
578
- # policies with any conditional bindings must specify version 3. Policies
579
- # without any conditional bindings may specify any valid value or leave the
580
- # field unset. To learn which resources support conditions in their IAM policies,
581
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
582
- # resource-policies).
585
+ # Optional. The maximum policy version that will be used to format the policy.
586
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
587
+ # rejected. Requests for policies with any conditional role bindings must
588
+ # specify version 3. Policies with no conditional role bindings may specify any
589
+ # valid value or leave the field unset. The policy in the response might use the
590
+ # policy version that you specified, or it might use a lower policy version. For
591
+ # example, if you specify version 3, but the policy has no conditional role
592
+ # bindings, the response uses version 1. To learn which resources support
593
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
594
+ # google.com/iam/help/conditions/resource-policies).
583
595
  # @param [String] fields
584
596
  # Selector specifying which fields to include in a partial response.
585
597
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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-01 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-networkservices_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.5.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
63
63
  post_install_message:
64
64
  rdoc_options: []