google-apis-networkservices_v1 0.8.0 → 0.9.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5256082719142f9cd9d308eee0c0f3a4fc9197beecc104905e4b5e2f82e2c959
|
4
|
+
data.tar.gz: cee45a5fa683e4d1fe5d79fcd8d48853ffd0c79ef1774a2768191a59ede07de6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12626d3c13a4193f209e4f89c498762eeff9d0c48250679e559ae3d70728eb31a013fd8483decc03d2d61338e0f289050dfd13ee7ebe840e955195ee2bbc8f51
|
7
|
+
data.tar.gz: cef0c3d87b8862c5fe3b558cc0f01be5630c672a15db73265955a64820408510c11c375c7e19570d73ed2f7b9297d39af04a1ff088284bdb786f0bcce65ed488
|
data/CHANGELOG.md
CHANGED
@@ -35,8 +35,8 @@ module Google
|
|
35
35
|
# "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
|
36
36
|
# , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
|
37
37
|
# this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
|
38
|
-
# exempts jose@example.com from DATA_READ logging, and aliya@example.com
|
39
|
-
# DATA_WRITE logging.
|
38
|
+
# exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
|
39
|
+
# from DATA_WRITE logging.
|
40
40
|
class AuditConfig
|
41
41
|
include Google::Apis::Core::Hashable
|
42
42
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.9.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 = "
|
25
|
+
REVISION = "20220506"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -125,8 +125,9 @@ module Google
|
|
125
125
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
126
126
|
# resource exists and does not have a policy set.
|
127
127
|
# @param [String] resource
|
128
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
129
|
-
#
|
128
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
129
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
130
|
+
# appropriate value for this field.
|
130
131
|
# @param [Fixnum] options_requested_policy_version
|
131
132
|
# Optional. The maximum policy version that will be used to format the policy.
|
132
133
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -170,8 +171,9 @@ module Google
|
|
170
171
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
171
172
|
# PERMISSION_DENIED` errors.
|
172
173
|
# @param [String] resource
|
173
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
174
|
-
#
|
174
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
175
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
176
|
+
# appropriate value for this field.
|
175
177
|
# @param [Google::Apis::NetworkservicesV1::SetIamPolicyRequest] set_iam_policy_request_object
|
176
178
|
# @param [String] fields
|
177
179
|
# Selector specifying which fields to include in a partial response.
|
@@ -208,8 +210,9 @@ module Google
|
|
208
210
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
209
211
|
# This operation may "fail open" without warning.
|
210
212
|
# @param [String] resource
|
211
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
212
|
-
#
|
213
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
214
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
215
|
+
# appropriate value for this field.
|
213
216
|
# @param [Google::Apis::NetworkservicesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
214
217
|
# @param [String] fields
|
215
218
|
# Selector specifying which fields to include in a partial response.
|
@@ -243,8 +246,9 @@ module Google
|
|
243
246
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
244
247
|
# resource exists and does not have a policy set.
|
245
248
|
# @param [String] resource
|
246
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
247
|
-
#
|
249
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
250
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
251
|
+
# appropriate value for this field.
|
248
252
|
# @param [Fixnum] options_requested_policy_version
|
249
253
|
# Optional. The maximum policy version that will be used to format the policy.
|
250
254
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -288,8 +292,9 @@ module Google
|
|
288
292
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
289
293
|
# PERMISSION_DENIED` errors.
|
290
294
|
# @param [String] resource
|
291
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
292
|
-
#
|
295
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
296
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
297
|
+
# appropriate value for this field.
|
293
298
|
# @param [Google::Apis::NetworkservicesV1::SetIamPolicyRequest] set_iam_policy_request_object
|
294
299
|
# @param [String] fields
|
295
300
|
# Selector specifying which fields to include in a partial response.
|
@@ -326,8 +331,9 @@ module Google
|
|
326
331
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
327
332
|
# This operation may "fail open" without warning.
|
328
333
|
# @param [String] resource
|
329
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
330
|
-
#
|
334
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
335
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
336
|
+
# appropriate value for this field.
|
331
337
|
# @param [Google::Apis::NetworkservicesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
332
338
|
# @param [String] fields
|
333
339
|
# Selector specifying which fields to include in a partial response.
|
@@ -361,8 +367,9 @@ module Google
|
|
361
367
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
362
368
|
# resource exists and does not have a policy set.
|
363
369
|
# @param [String] resource
|
364
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
365
|
-
#
|
370
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
371
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
372
|
+
# appropriate value for this field.
|
366
373
|
# @param [Fixnum] options_requested_policy_version
|
367
374
|
# Optional. The maximum policy version that will be used to format the policy.
|
368
375
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -406,8 +413,9 @@ module Google
|
|
406
413
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
407
414
|
# PERMISSION_DENIED` errors.
|
408
415
|
# @param [String] resource
|
409
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
410
|
-
#
|
416
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
417
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
418
|
+
# appropriate value for this field.
|
411
419
|
# @param [Google::Apis::NetworkservicesV1::SetIamPolicyRequest] set_iam_policy_request_object
|
412
420
|
# @param [String] fields
|
413
421
|
# Selector specifying which fields to include in a partial response.
|
@@ -444,8 +452,9 @@ module Google
|
|
444
452
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
445
453
|
# This operation may "fail open" without warning.
|
446
454
|
# @param [String] resource
|
447
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
448
|
-
#
|
455
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
456
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
457
|
+
# appropriate value for this field.
|
449
458
|
# @param [Google::Apis::NetworkservicesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
450
459
|
# @param [String] fields
|
451
460
|
# Selector specifying which fields to include in a partial response.
|
@@ -579,8 +588,9 @@ module Google
|
|
579
588
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
580
589
|
# resource exists and does not have a policy set.
|
581
590
|
# @param [String] resource
|
582
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
583
|
-
#
|
591
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
592
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
593
|
+
# appropriate value for this field.
|
584
594
|
# @param [Fixnum] options_requested_policy_version
|
585
595
|
# Optional. The maximum policy version that will be used to format the policy.
|
586
596
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -704,8 +714,9 @@ module Google
|
|
704
714
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
705
715
|
# PERMISSION_DENIED` errors.
|
706
716
|
# @param [String] resource
|
707
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
708
|
-
#
|
717
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
718
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
719
|
+
# appropriate value for this field.
|
709
720
|
# @param [Google::Apis::NetworkservicesV1::SetIamPolicyRequest] set_iam_policy_request_object
|
710
721
|
# @param [String] fields
|
711
722
|
# Selector specifying which fields to include in a partial response.
|
@@ -742,8 +753,9 @@ module Google
|
|
742
753
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
743
754
|
# This operation may "fail open" without warning.
|
744
755
|
# @param [String] resource
|
745
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
746
|
-
#
|
756
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
757
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
758
|
+
# appropriate value for this field.
|
747
759
|
# @param [Google::Apis::NetworkservicesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
748
760
|
# @param [String] fields
|
749
761
|
# Selector specifying which fields to include in a partial response.
|
@@ -1026,8 +1038,9 @@ module Google
|
|
1026
1038
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
1027
1039
|
# resource exists and does not have a policy set.
|
1028
1040
|
# @param [String] resource
|
1029
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
1030
|
-
#
|
1041
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
1042
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
1043
|
+
# appropriate value for this field.
|
1031
1044
|
# @param [Fixnum] options_requested_policy_version
|
1032
1045
|
# Optional. The maximum policy version that will be used to format the policy.
|
1033
1046
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -1110,8 +1123,9 @@ module Google
|
|
1110
1123
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
1111
1124
|
# PERMISSION_DENIED` errors.
|
1112
1125
|
# @param [String] resource
|
1113
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
1114
|
-
#
|
1126
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
1127
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
1128
|
+
# appropriate value for this field.
|
1115
1129
|
# @param [Google::Apis::NetworkservicesV1::SetIamPolicyRequest] set_iam_policy_request_object
|
1116
1130
|
# @param [String] fields
|
1117
1131
|
# Selector specifying which fields to include in a partial response.
|
@@ -1148,8 +1162,9 @@ module Google
|
|
1148
1162
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
1149
1163
|
# This operation may "fail open" without warning.
|
1150
1164
|
# @param [String] resource
|
1151
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
1152
|
-
#
|
1165
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
1166
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
1167
|
+
# appropriate value for this field.
|
1153
1168
|
# @param [Google::Apis::NetworkservicesV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
1154
1169
|
# @param [String] fields
|
1155
1170
|
# 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-networkservices_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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-
|
11
|
+
date: 2022-05-16 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.9.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: []
|