google-apis-networkconnectivity_v1alpha1 0.16.0 → 0.19.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: 68c851d57d97195ad77cfdb88bfc3b3f11cc4ef5cc4ec6b9be5145cfa1b44964
4
- data.tar.gz: 7c52aad4cdf196c53562e1b9337e84f205eec2fb283a9cfdce6c9bb18bcc33de
3
+ metadata.gz: 2d1bd045eff4ba3d76113e8ff220dd7da33b78868d12a00fcf4b47b5aa6a8a80
4
+ data.tar.gz: 2e651890508e0407505b09d14d0c282330bb76381718d6ed7456baa7108bdfc4
5
5
  SHA512:
6
- metadata.gz: feeb8573c5d47e69e14f734a0e0e316318bbef8ec786f6eff8627b21c41750ad7f59e699a922afb41306e313707e6582282331f07db54644e7c249414e5e6ffb
7
- data.tar.gz: b5ffd1a1d20edaeb25bc9d79d794011c93ac30d162a676a8008793478e95c47830a8f3b0e749b2c8e86eff00a7c528f8e158172f07543c82418a69eeac0da75c
6
+ metadata.gz: a4d630fea54ba2447e9c856c1a3af225fa5247e654c309c14f906e22eaaea50366630ce87f671892bb3402be45f7e34854819cf44e2582f6e2bfc2e983a2749f
7
+ data.tar.gz: 41ee0cf00aa90453ff9b9f2573ada4730cb59cbd53b80839d2b61f0af1701af95c58d8f625a6d8891937e819cfcf8a5c54e38082c45a2372db88d972ccc15851
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-networkconnectivity_v1alpha1
2
2
 
3
+ ### v0.19.0 (2022-06-21)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.18.0 (2022-06-02)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.17.0 (2022-05-10)
12
+
13
+ * Regenerated from discovery document revision 20220505
14
+
3
15
  ### v0.16.0 (2022-04-30)
4
16
 
5
17
  * Regenerated from discovery document revision 20220426
@@ -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 from
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 NetworkconnectivityV1alpha1
18
18
  # Version of the google-apis-networkconnectivity_v1alpha1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220426"
25
+ REVISION = "20220505"
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 the
129
- # operation documentation for the appropriate value for this field.
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 the
174
- # operation documentation for the appropriate value for this field.
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::NetworkconnectivityV1alpha1::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 the
212
- # operation documentation for the appropriate value for this field.
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::NetworkconnectivityV1alpha1::TestIamPermissionsRequest] test_iam_permissions_request_object
214
217
  # @param [String] fields
215
218
  # Selector specifying which fields to include in a partial response.
@@ -363,8 +366,9 @@ module Google
363
366
  # Gets the access control policy for a resource. Returns an empty policy if the
364
367
  # resource exists and does not have a policy set.
365
368
  # @param [String] resource
366
- # REQUIRED: The resource for which the policy is being requested. See the
367
- # operation documentation for the appropriate value for this field.
369
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
370
+ # names](https://cloud.google.com/apis/design/resource_names) for the
371
+ # appropriate value for this field.
368
372
  # @param [Fixnum] options_requested_policy_version
369
373
  # Optional. The maximum policy version that will be used to format the policy.
370
374
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -502,8 +506,9 @@ module Google
502
506
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
503
507
  # PERMISSION_DENIED` errors.
504
508
  # @param [String] resource
505
- # REQUIRED: The resource for which the policy is being specified. See the
506
- # operation documentation for the appropriate value for this field.
509
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
510
+ # names](https://cloud.google.com/apis/design/resource_names) for the
511
+ # appropriate value for this field.
507
512
  # @param [Google::Apis::NetworkconnectivityV1alpha1::SetIamPolicyRequest] set_iam_policy_request_object
508
513
  # @param [String] fields
509
514
  # Selector specifying which fields to include in a partial response.
@@ -540,8 +545,9 @@ module Google
540
545
  # permission-aware UIs and command-line tools, not for authorization checking.
541
546
  # This operation may "fail open" without warning.
542
547
  # @param [String] resource
543
- # REQUIRED: The resource for which the policy detail is being requested. See the
544
- # operation documentation for the appropriate value for this field.
548
+ # REQUIRED: The resource for which the policy detail is being requested. See [
549
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
550
+ # appropriate value for this field.
545
551
  # @param [Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsRequest] test_iam_permissions_request_object
546
552
  # @param [String] fields
547
553
  # Selector specifying which fields to include in a partial response.
@@ -575,8 +581,9 @@ module Google
575
581
  # Gets the access control policy for a resource. Returns an empty policy if the
576
582
  # resource exists and does not have a policy set.
577
583
  # @param [String] resource
578
- # REQUIRED: The resource for which the policy is being requested. See the
579
- # operation documentation for the appropriate value for this field.
584
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
585
+ # names](https://cloud.google.com/apis/design/resource_names) for the
586
+ # appropriate value for this field.
580
587
  # @param [Fixnum] options_requested_policy_version
581
588
  # Optional. The maximum policy version that will be used to format the policy.
582
589
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -620,8 +627,9 @@ module Google
620
627
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
621
628
  # PERMISSION_DENIED` errors.
622
629
  # @param [String] resource
623
- # REQUIRED: The resource for which the policy is being specified. See the
624
- # operation documentation for the appropriate value for this field.
630
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
631
+ # names](https://cloud.google.com/apis/design/resource_names) for the
632
+ # appropriate value for this field.
625
633
  # @param [Google::Apis::NetworkconnectivityV1alpha1::SetIamPolicyRequest] set_iam_policy_request_object
626
634
  # @param [String] fields
627
635
  # Selector specifying which fields to include in a partial response.
@@ -658,8 +666,9 @@ module Google
658
666
  # permission-aware UIs and command-line tools, not for authorization checking.
659
667
  # This operation may "fail open" without warning.
660
668
  # @param [String] resource
661
- # REQUIRED: The resource for which the policy detail is being requested. See the
662
- # operation documentation for the appropriate value for this field.
669
+ # REQUIRED: The resource for which the policy detail is being requested. See [
670
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
671
+ # appropriate value for this field.
663
672
  # @param [Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsRequest] test_iam_permissions_request_object
664
673
  # @param [String] fields
665
674
  # Selector specifying which fields to include in a partial response.
@@ -843,8 +852,9 @@ module Google
843
852
  # Gets the access control policy for a resource. Returns an empty policy if the
844
853
  # resource exists and does not have a policy set.
845
854
  # @param [String] resource
846
- # REQUIRED: The resource for which the policy is being requested. See the
847
- # operation documentation for the appropriate value for this field.
855
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
856
+ # names](https://cloud.google.com/apis/design/resource_names) for the
857
+ # appropriate value for this field.
848
858
  # @param [Fixnum] options_requested_policy_version
849
859
  # Optional. The maximum policy version that will be used to format the policy.
850
860
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -888,8 +898,9 @@ module Google
888
898
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
889
899
  # PERMISSION_DENIED` errors.
890
900
  # @param [String] resource
891
- # REQUIRED: The resource for which the policy is being specified. See the
892
- # operation documentation for the appropriate value for this field.
901
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
902
+ # names](https://cloud.google.com/apis/design/resource_names) for the
903
+ # appropriate value for this field.
893
904
  # @param [Google::Apis::NetworkconnectivityV1alpha1::SetIamPolicyRequest] set_iam_policy_request_object
894
905
  # @param [String] fields
895
906
  # Selector specifying which fields to include in a partial response.
@@ -926,8 +937,9 @@ module Google
926
937
  # permission-aware UIs and command-line tools, not for authorization checking.
927
938
  # This operation may "fail open" without warning.
928
939
  # @param [String] resource
929
- # REQUIRED: The resource for which the policy detail is being requested. See the
930
- # operation documentation for the appropriate value for this field.
940
+ # REQUIRED: The resource for which the policy detail is being requested. See [
941
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
942
+ # appropriate value for this field.
931
943
  # @param [Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsRequest] test_iam_permissions_request_object
932
944
  # @param [String] fields
933
945
  # Selector specifying which fields to include in a partial response.
@@ -1081,8 +1093,9 @@ module Google
1081
1093
  # Gets the access control policy for a resource. Returns an empty policy if the
1082
1094
  # resource exists and does not have a policy set.
1083
1095
  # @param [String] resource
1084
- # REQUIRED: The resource for which the policy is being requested. See the
1085
- # operation documentation for the appropriate value for this field.
1096
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1097
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1098
+ # appropriate value for this field.
1086
1099
  # @param [Fixnum] options_requested_policy_version
1087
1100
  # Optional. The maximum policy version that will be used to format the policy.
1088
1101
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1220,8 +1233,9 @@ module Google
1220
1233
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1221
1234
  # PERMISSION_DENIED` errors.
1222
1235
  # @param [String] resource
1223
- # REQUIRED: The resource for which the policy is being specified. See the
1224
- # operation documentation for the appropriate value for this field.
1236
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1237
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1238
+ # appropriate value for this field.
1225
1239
  # @param [Google::Apis::NetworkconnectivityV1alpha1::SetIamPolicyRequest] set_iam_policy_request_object
1226
1240
  # @param [String] fields
1227
1241
  # Selector specifying which fields to include in a partial response.
@@ -1258,8 +1272,9 @@ module Google
1258
1272
  # permission-aware UIs and command-line tools, not for authorization checking.
1259
1273
  # This operation may "fail open" without warning.
1260
1274
  # @param [String] resource
1261
- # REQUIRED: The resource for which the policy detail is being requested. See the
1262
- # operation documentation for the appropriate value for this field.
1275
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1276
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1277
+ # appropriate value for this field.
1263
1278
  # @param [Google::Apis::NetworkconnectivityV1alpha1::TestIamPermissionsRequest] test_iam_permissions_request_object
1264
1279
  # @param [String] fields
1265
1280
  # 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_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.19.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-05-02 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Connectivity API V1alpha1