google-apis-networkservices_v1beta1 0.10.0 → 0.13.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: 74a9deff662f1ee3b74308e4d7fce83b819f25530023c89c547c79ce1192674f
4
- data.tar.gz: 9371f57ac55f1e64c8b41ee0aa0923cf483f18356983e80852a7193678c8f08c
3
+ metadata.gz: c5290436dd0ed25d04d2e5599dff4c940403a4f379201be9d47c2861d7df11ba
4
+ data.tar.gz: aa2396ecf75abc5a1ab73c148b02b01625fb659930fe2e4c88f3463676a2133b
5
5
  SHA512:
6
- metadata.gz: 8e45a09f1940907fea304c6c105547d843587580933e4b576946e963d11d1bf7556f8e6f35a593861aebcce4af9a70bfe7acab86f1eda0ec8e1714d36a8767aa
7
- data.tar.gz: a607dd94adc8e2f9bd6fe1e8abc73427e4b481df818ad27120135201b95439744a7ff9cafb56adf6a5f9912127cef4df2312ef634805174bc9d30fe41d68034a
6
+ metadata.gz: f8a97ad89d9a98bbef0e4480b1b17d52a10a46e436b52abff58890d43354a98f271d262884dd474a4defc1484f43466e28e6614e735a6ecd62fc14cea4cab08d
7
+ data.tar.gz: 1ab118fcf77235bc46dfc848ed006f796be0df1506605e772e555fc331053eb0e554b5a028dbffbb56153e8e7303e75493be63ab7766394f47573bdd70b856a9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.13.0 (2022-06-20)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.12.0 (2022-06-07)
8
+
9
+ * Regenerated from discovery document revision 20220511
10
+ * Regenerated using generator version 0.5.0
11
+
12
+ ### v0.11.0 (2022-04-30)
13
+
14
+ * Regenerated from discovery document revision 20220422
15
+
3
16
  ### v0.10.0 (2022-04-12)
4
17
 
5
18
  * Regenerated from discovery document revision 20220404
@@ -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
 
@@ -387,7 +387,7 @@ module Google
387
387
  attr_accessor :labels
388
388
 
389
389
  # Required. Name of the Gateway resource. It matches pattern `projects/*/
390
- # locations/global/gateways/`.
390
+ # locations/*/gateways/`.
391
391
  # Corresponds to the JSON property `name`
392
392
  # @return [String]
393
393
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkservicesV1beta1
18
18
  # Version of the google-apis-networkservices_v1beta1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.13.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 = "20220404"
25
+ REVISION = "20220511"
26
26
  end
27
27
  end
28
28
  end
@@ -225,8 +225,9 @@ module Google
225
225
  # Gets the access control policy for a resource. Returns an empty policy if the
226
226
  # resource exists and does not have a policy set.
227
227
  # @param [String] resource
228
- # REQUIRED: The resource for which the policy is being requested. See the
229
- # operation documentation for the appropriate value for this field.
228
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
229
+ # names](https://cloud.google.com/apis/design/resource_names) for the
230
+ # appropriate value for this field.
230
231
  # @param [Fixnum] options_requested_policy_version
231
232
  # Optional. The maximum policy version that will be used to format the policy.
232
233
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -350,8 +351,9 @@ module Google
350
351
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
351
352
  # PERMISSION_DENIED` errors.
352
353
  # @param [String] resource
353
- # REQUIRED: The resource for which the policy is being specified. See the
354
- # operation documentation for the appropriate value for this field.
354
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
355
+ # names](https://cloud.google.com/apis/design/resource_names) for the
356
+ # appropriate value for this field.
355
357
  # @param [Google::Apis::NetworkservicesV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
356
358
  # @param [String] fields
357
359
  # Selector specifying which fields to include in a partial response.
@@ -388,8 +390,9 @@ module Google
388
390
  # permission-aware UIs and command-line tools, not for authorization checking.
389
391
  # This operation may "fail open" without warning.
390
392
  # @param [String] resource
391
- # REQUIRED: The resource for which the policy detail is being requested. See the
392
- # operation documentation for the appropriate value for this field.
393
+ # REQUIRED: The resource for which the policy detail is being requested. See [
394
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
395
+ # appropriate value for this field.
393
396
  # @param [Google::Apis::NetworkservicesV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
394
397
  # @param [String] fields
395
398
  # Selector specifying which fields to include in a partial response.
@@ -423,7 +426,7 @@ module Google
423
426
  # Creates a new Gateway in a given project and location.
424
427
  # @param [String] parent
425
428
  # Required. The parent resource of the Gateway. Must be in the format `projects/*
426
- # /locations/global`.
429
+ # /locations/*`.
427
430
  # @param [Google::Apis::NetworkservicesV1beta1::Gateway] gateway_object
428
431
  # @param [String] gateway_id
429
432
  # Required. Short name of the Gateway resource to be created.
@@ -460,7 +463,7 @@ module Google
460
463
  # Deletes a single Gateway.
461
464
  # @param [String] name
462
465
  # Required. A name of the Gateway to delete. Must be in the format `projects/*/
463
- # locations/global/gateways/*`.
466
+ # locations/*/gateways/*`.
464
467
  # @param [String] fields
465
468
  # Selector specifying which fields to include in a partial response.
466
469
  # @param [String] quota_user
@@ -491,7 +494,7 @@ module Google
491
494
  # Gets details of a single Gateway.
492
495
  # @param [String] name
493
496
  # Required. A name of the Gateway to get. Must be in the format `projects/*/
494
- # locations/global/gateways/*`.
497
+ # locations/*/gateways/*`.
495
498
  # @param [String] fields
496
499
  # Selector specifying which fields to include in a partial response.
497
500
  # @param [String] quota_user
@@ -522,8 +525,9 @@ module Google
522
525
  # Gets the access control policy for a resource. Returns an empty policy if the
523
526
  # resource exists and does not have a policy set.
524
527
  # @param [String] resource
525
- # REQUIRED: The resource for which the policy is being requested. See the
526
- # operation documentation for the appropriate value for this field.
528
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
529
+ # names](https://cloud.google.com/apis/design/resource_names) for the
530
+ # appropriate value for this field.
527
531
  # @param [Fixnum] options_requested_policy_version
528
532
  # Optional. The maximum policy version that will be used to format the policy.
529
533
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -566,7 +570,7 @@ module Google
566
570
  # Lists Gateways in a given project and location.
567
571
  # @param [String] parent
568
572
  # Required. The project and location from which the Gateways should be listed,
569
- # specified in the format `projects/*/locations/global`.
573
+ # specified in the format `projects/*/locations/*`.
570
574
  # @param [Fixnum] page_size
571
575
  # Maximum number of Gateways to return per call.
572
576
  # @param [String] page_token
@@ -605,7 +609,7 @@ module Google
605
609
  # Updates the parameters of a single Gateway.
606
610
  # @param [String] name
607
611
  # Required. Name of the Gateway resource. It matches pattern `projects/*/
608
- # locations/global/gateways/`.
612
+ # locations/*/gateways/`.
609
613
  # @param [Google::Apis::NetworkservicesV1beta1::Gateway] gateway_object
610
614
  # @param [String] update_mask
611
615
  # Optional. Field mask is used to specify the fields to be overwritten in the
@@ -647,8 +651,9 @@ module Google
647
651
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
648
652
  # PERMISSION_DENIED` errors.
649
653
  # @param [String] resource
650
- # REQUIRED: The resource for which the policy is being specified. See the
651
- # operation documentation for the appropriate value for this field.
654
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
655
+ # names](https://cloud.google.com/apis/design/resource_names) for the
656
+ # appropriate value for this field.
652
657
  # @param [Google::Apis::NetworkservicesV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
653
658
  # @param [String] fields
654
659
  # Selector specifying which fields to include in a partial response.
@@ -685,8 +690,9 @@ module Google
685
690
  # permission-aware UIs and command-line tools, not for authorization checking.
686
691
  # This operation may "fail open" without warning.
687
692
  # @param [String] resource
688
- # REQUIRED: The resource for which the policy detail is being requested. See the
689
- # operation documentation for the appropriate value for this field.
693
+ # REQUIRED: The resource for which the policy detail is being requested. See [
694
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
695
+ # appropriate value for this field.
690
696
  # @param [Google::Apis::NetworkservicesV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
691
697
  # @param [String] fields
692
698
  # Selector specifying which fields to include in a partial response.
@@ -1177,8 +1183,9 @@ module Google
1177
1183
  # Gets the access control policy for a resource. Returns an empty policy if the
1178
1184
  # resource exists and does not have a policy set.
1179
1185
  # @param [String] resource
1180
- # REQUIRED: The resource for which the policy is being requested. See the
1181
- # operation documentation for the appropriate value for this field.
1186
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1187
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1188
+ # appropriate value for this field.
1182
1189
  # @param [Fixnum] options_requested_policy_version
1183
1190
  # Optional. The maximum policy version that will be used to format the policy.
1184
1191
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1302,8 +1309,9 @@ module Google
1302
1309
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1303
1310
  # PERMISSION_DENIED` errors.
1304
1311
  # @param [String] resource
1305
- # REQUIRED: The resource for which the policy is being specified. See the
1306
- # operation documentation for the appropriate value for this field.
1312
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1313
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1314
+ # appropriate value for this field.
1307
1315
  # @param [Google::Apis::NetworkservicesV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
1308
1316
  # @param [String] fields
1309
1317
  # Selector specifying which fields to include in a partial response.
@@ -1340,8 +1348,9 @@ module Google
1340
1348
  # permission-aware UIs and command-line tools, not for authorization checking.
1341
1349
  # This operation may "fail open" without warning.
1342
1350
  # @param [String] resource
1343
- # REQUIRED: The resource for which the policy detail is being requested. See the
1344
- # operation documentation for the appropriate value for this field.
1351
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1352
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1353
+ # appropriate value for this field.
1345
1354
  # @param [Google::Apis::NetworkservicesV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
1346
1355
  # @param [String] fields
1347
1356
  # Selector specifying which fields to include in a partial response.
@@ -1624,8 +1633,9 @@ module Google
1624
1633
  # Gets the access control policy for a resource. Returns an empty policy if the
1625
1634
  # resource exists and does not have a policy set.
1626
1635
  # @param [String] resource
1627
- # REQUIRED: The resource for which the policy is being requested. See the
1628
- # operation documentation for the appropriate value for this field.
1636
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
1637
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1638
+ # appropriate value for this field.
1629
1639
  # @param [Fixnum] options_requested_policy_version
1630
1640
  # Optional. The maximum policy version that will be used to format the policy.
1631
1641
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1708,8 +1718,9 @@ module Google
1708
1718
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1709
1719
  # PERMISSION_DENIED` errors.
1710
1720
  # @param [String] resource
1711
- # REQUIRED: The resource for which the policy is being specified. See the
1712
- # operation documentation for the appropriate value for this field.
1721
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
1722
+ # names](https://cloud.google.com/apis/design/resource_names) for the
1723
+ # appropriate value for this field.
1713
1724
  # @param [Google::Apis::NetworkservicesV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
1714
1725
  # @param [String] fields
1715
1726
  # Selector specifying which fields to include in a partial response.
@@ -1746,8 +1757,9 @@ module Google
1746
1757
  # permission-aware UIs and command-line tools, not for authorization checking.
1747
1758
  # This operation may "fail open" without warning.
1748
1759
  # @param [String] resource
1749
- # REQUIRED: The resource for which the policy detail is being requested. See the
1750
- # operation documentation for the appropriate value for this field.
1760
+ # REQUIRED: The resource for which the policy detail is being requested. See [
1761
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
1762
+ # appropriate value for this field.
1751
1763
  # @param [Google::Apis::NetworkservicesV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
1752
1764
  # @param [String] fields
1753
1765
  # 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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.13.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-04-18 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-networkservices_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
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 Services API V1beta1