google-apis-networkconnectivity_v1 0.9.0 → 0.10.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: 39ad4e5a940a221840815dd7d9f87b7bea661300443d7f750274cc3f58f2fd37
|
4
|
+
data.tar.gz: bd85721f8c59447047d819006ff90549cae421fd166c822b24fe97808a541431
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e18a4c14b658859497b6b33b4c6abf0ea3ddd5bbd0b593a72c7752b2806082c13aa899d40fb0e96e3fac9c5528336e3e12cf29f0c47ff35f219d770a775f6c8
|
7
|
+
data.tar.gz: 90056f790706a3d8781b06db1a897301ead7eac35f69589978953935f823d76e36c847222387cafaaf7980c5021477759010417e1f7e8e1edf7ea6988ebacedb
|
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 NetworkconnectivityV1
|
18
18
|
# Version of the google-apis-networkconnectivity_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.10.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 = "20220505"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -247,8 +247,9 @@ module Google
|
|
247
247
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
248
248
|
# resource exists and does not have a policy set.
|
249
249
|
# @param [String] resource
|
250
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
251
|
-
#
|
250
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
251
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
252
|
+
# appropriate value for this field.
|
252
253
|
# @param [Fixnum] options_requested_policy_version
|
253
254
|
# Optional. The maximum policy version that will be used to format the policy.
|
254
255
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -388,8 +389,9 @@ module Google
|
|
388
389
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
389
390
|
# PERMISSION_DENIED` errors.
|
390
391
|
# @param [String] resource
|
391
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
392
|
-
#
|
392
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
393
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
394
|
+
# appropriate value for this field.
|
393
395
|
# @param [Google::Apis::NetworkconnectivityV1::SetIamPolicyRequest] set_iam_policy_request_object
|
394
396
|
# @param [String] fields
|
395
397
|
# Selector specifying which fields to include in a partial response.
|
@@ -426,8 +428,9 @@ module Google
|
|
426
428
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
427
429
|
# This operation may "fail open" without warning.
|
428
430
|
# @param [String] resource
|
429
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
430
|
-
#
|
431
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
432
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
433
|
+
# appropriate value for this field.
|
431
434
|
# @param [Google::Apis::NetworkconnectivityV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
432
435
|
# @param [String] fields
|
433
436
|
# Selector specifying which fields to include in a partial response.
|
@@ -461,8 +464,9 @@ module Google
|
|
461
464
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
462
465
|
# resource exists and does not have a policy set.
|
463
466
|
# @param [String] resource
|
464
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
465
|
-
#
|
467
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
468
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
469
|
+
# appropriate value for this field.
|
466
470
|
# @param [Fixnum] options_requested_policy_version
|
467
471
|
# Optional. The maximum policy version that will be used to format the policy.
|
468
472
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -506,8 +510,9 @@ module Google
|
|
506
510
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
507
511
|
# PERMISSION_DENIED` errors.
|
508
512
|
# @param [String] resource
|
509
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
510
|
-
#
|
513
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
514
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
515
|
+
# appropriate value for this field.
|
511
516
|
# @param [Google::Apis::NetworkconnectivityV1::SetIamPolicyRequest] set_iam_policy_request_object
|
512
517
|
# @param [String] fields
|
513
518
|
# Selector specifying which fields to include in a partial response.
|
@@ -544,8 +549,9 @@ module Google
|
|
544
549
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
545
550
|
# This operation may "fail open" without warning.
|
546
551
|
# @param [String] resource
|
547
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
548
|
-
#
|
552
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
553
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
554
|
+
# appropriate value for this field.
|
549
555
|
# @param [Google::Apis::NetworkconnectivityV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
550
556
|
# @param [String] fields
|
551
557
|
# Selector specifying which fields to include in a partial response.
|
@@ -851,8 +857,9 @@ module Google
|
|
851
857
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
852
858
|
# resource exists and does not have a policy set.
|
853
859
|
# @param [String] resource
|
854
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
855
|
-
#
|
860
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
861
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
862
|
+
# appropriate value for this field.
|
856
863
|
# @param [Fixnum] options_requested_policy_version
|
857
864
|
# Optional. The maximum policy version that will be used to format the policy.
|
858
865
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -993,8 +1000,9 @@ module Google
|
|
993
1000
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
994
1001
|
# PERMISSION_DENIED` errors.
|
995
1002
|
# @param [String] resource
|
996
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
997
|
-
#
|
1003
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
1004
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
1005
|
+
# appropriate value for this field.
|
998
1006
|
# @param [Google::Apis::NetworkconnectivityV1::SetIamPolicyRequest] set_iam_policy_request_object
|
999
1007
|
# @param [String] fields
|
1000
1008
|
# Selector specifying which fields to include in a partial response.
|
@@ -1031,8 +1039,9 @@ module Google
|
|
1031
1039
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
1032
1040
|
# This operation may "fail open" without warning.
|
1033
1041
|
# @param [String] resource
|
1034
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
1035
|
-
#
|
1042
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
1043
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
1044
|
+
# appropriate value for this field.
|
1036
1045
|
# @param [Google::Apis::NetworkconnectivityV1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
1037
1046
|
# @param [String] fields
|
1038
1047
|
# 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-networkconnectivity_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.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-networkconnectivity_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.10.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|