google-apis-networkservices_v1beta1 0.9.0 → 0.12.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: e5190f834ed20a8ec415abbc8df184534d0b0ee5ab198ad131a92c1a0db8423d
4
- data.tar.gz: 54cd1ffe715695db7c5d972a5130bd0ac7bcdf32235a0ddfd3b71cb618c4e0a3
3
+ metadata.gz: bd980751ac46ad5713dafcef31486f80710548f4d26cb1b1a9ac92ea58a48068
4
+ data.tar.gz: 878fb74f308d46873f3ee7865f4fa76c1de3ac0fd9c377f62031246988afdb6f
5
5
  SHA512:
6
- metadata.gz: '087ec7fea93f3f1c08b21f816aca6f28b040bccdee522b6f5e14f50472c74f12de4de115997a9da6dc478e7b8ea5a4b200d4954fecfb24598df0fd888239ad90'
7
- data.tar.gz: 72ec3014b2303bed76f3f57df516dcb325e4c462eb79a4ede4f362e0703ad33c0e2b85cdc7db017bdee4c127e3a4e20c2136732b446e91440344be20e7cf2527
6
+ metadata.gz: 6589f06ce4ed5abeff87c8469eb49f54efc84f34b4cba87f5c6b0f2b97fa06959b2905d4fead11cd643e9fd667ec503aefc86df93713192f41593356b47c9146
7
+ data.tar.gz: e87de70fd08948c800a2c674b0e5d38372a076b128c376a63e2b18a4c3e41690a192fccf082e39b78561e65eb8bfc4a6ba15df4e58bf6fc387e94a8983fff777
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.12.0 (2022-06-07)
4
+
5
+ * Regenerated from discovery document revision 20220511
6
+ * Regenerated using generator version 0.5.0
7
+
8
+ ### v0.11.0 (2022-04-30)
9
+
10
+ * Regenerated from discovery document revision 20220422
11
+
12
+ ### v0.10.0 (2022-04-12)
13
+
14
+ * Regenerated from discovery document revision 20220404
15
+
3
16
  ### v0.9.0 (2022-03-23)
4
17
 
5
18
  * Regenerated from discovery document revision 20220309
@@ -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
 
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::NetworkservicesV1beta1::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the principals requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Google Cloud resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -180,8 +180,7 @@ module Google
180
180
  # A generic empty message that you can re-use to avoid defining duplicated empty
181
181
  # messages in your APIs. A typical example is to use it as the request or the
182
182
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
183
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
184
- # `Empty` is empty JSON object ````.
183
+ # protobuf.Empty) returns (google.protobuf.Empty); `
185
184
  class Empty
186
185
  include Google::Apis::Core::Hashable
187
186
 
@@ -388,7 +387,7 @@ module Google
388
387
  attr_accessor :labels
389
388
 
390
389
  # Required. Name of the Gateway resource. It matches pattern `projects/*/
391
- # locations/global/gateways/`.
390
+ # locations/*/gateways/`.
392
391
  # Corresponds to the JSON property `name`
393
392
  # @return [String]
394
393
  attr_accessor :name
@@ -2346,13 +2345,6 @@ module Google
2346
2345
  # @return [String]
2347
2346
  attr_accessor :description
2348
2347
 
2349
- # Optional. The endpoint filter associated with the Service Binding. The syntax
2350
- # is described in http://cloud/service-directory/docs/reference/rpc/google.cloud.
2351
- # servicedirectory.v1#google.cloud.servicedirectory.v1.ResolveServiceRequest
2352
- # Corresponds to the JSON property `endpointFilter`
2353
- # @return [String]
2354
- attr_accessor :endpoint_filter
2355
-
2356
2348
  # Optional. Set of label tags associated with the ServiceBinding resource.
2357
2349
  # Corresponds to the JSON property `labels`
2358
2350
  # @return [Hash<String,String>]
@@ -2383,7 +2375,6 @@ module Google
2383
2375
  def update!(**args)
2384
2376
  @create_time = args[:create_time] if args.key?(:create_time)
2385
2377
  @description = args[:description] if args.key?(:description)
2386
- @endpoint_filter = args[:endpoint_filter] if args.key?(:endpoint_filter)
2387
2378
  @labels = args[:labels] if args.key?(:labels)
2388
2379
  @name = args[:name] if args.key?(:name)
2389
2380
  @service = args[:service] if args.key?(:service)
@@ -2686,7 +2677,7 @@ module Google
2686
2677
  include Google::Apis::Core::Hashable
2687
2678
 
2688
2679
  # The set of permissions to check for the `resource`. Permissions with wildcards
2689
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
2680
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
2690
2681
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
2691
2682
  # Corresponds to the JSON property `permissions`
2692
2683
  # @return [Array<String>]
@@ -2840,7 +2831,7 @@ module Google
2840
2831
  end
2841
2832
 
2842
2833
  # RouteMatch defines the predicate used to match requests to a given action.
2843
- # Multiple match types are ANDed for evaluation. If no routeMatch field is
2834
+ # Multiple match types are "AND"ed for evaluation. If no routeMatch field is
2844
2835
  # specified, this rule will unconditionally match traffic.
2845
2836
  class TlsRouteRouteMatch
2846
2837
  include Google::Apis::Core::Hashable
@@ -2883,7 +2874,7 @@ module Google
2883
2874
  attr_accessor :action
2884
2875
 
2885
2876
  # Required. RouteMatch defines the predicate used to match requests to a given
2886
- # action. Multiple match types are ORed for evaluation.
2877
+ # action. Multiple match types are "OR"ed for evaluation.
2887
2878
  # Corresponds to the JSON property `matches`
2888
2879
  # @return [Array<Google::Apis::NetworkservicesV1beta1::TlsRouteRouteMatch>]
2889
2880
  attr_accessor :matches
@@ -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.9.0"
19
+ GEM_VERSION = "0.12.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.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220309"
25
+ REVISION = "20220511"
26
26
  end
27
27
  end
28
28
  end
@@ -1012,7 +1012,6 @@ module Google
1012
1012
  class Representation < Google::Apis::Core::JsonRepresentation
1013
1013
  property :create_time, as: 'createTime'
1014
1014
  property :description, as: 'description'
1015
- property :endpoint_filter, as: 'endpointFilter'
1016
1015
  hash :labels, as: 'labels'
1017
1016
  property :name, as: 'name'
1018
1017
  property :service, as: 'service'
@@ -84,8 +84,8 @@ module Google
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
86
  # A filter to narrow down results to a preferred subset. The filtering language
87
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
- # AIP-160](https://google.aip.dev/160).
87
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
88
+ # in [AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
90
  # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
@@ -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
@@ -1704,53 +1714,13 @@ module Google
1704
1714
  execute_or_queue_command(command, &block)
1705
1715
  end
1706
1716
 
1707
- # Updates the parameters of a single ServiceBinding.
1708
- # @param [String] name
1709
- # Required. Name of the ServiceBinding resource. It matches pattern `projects/*/
1710
- # locations/global/serviceBindings/service_binding_name>`.
1711
- # @param [Google::Apis::NetworkservicesV1beta1::ServiceBinding] service_binding_object
1712
- # @param [String] update_mask
1713
- # Optional. Field mask is used to specify the fields to be overwritten in the
1714
- # ServiceBinding resource by the update. The fields specified in the update_mask
1715
- # are relative to the resource, not the full request. A field will be
1716
- # overwritten if it is in the mask. If the user does not provide a mask then all
1717
- # fields will be overwritten.
1718
- # @param [String] fields
1719
- # Selector specifying which fields to include in a partial response.
1720
- # @param [String] quota_user
1721
- # Available to use for quota purposes for server-side applications. Can be any
1722
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1723
- # @param [Google::Apis::RequestOptions] options
1724
- # Request-specific options
1725
- #
1726
- # @yield [result, err] Result & error if block supplied
1727
- # @yieldparam result [Google::Apis::NetworkservicesV1beta1::Operation] parsed result object
1728
- # @yieldparam err [StandardError] error object if request failed
1729
- #
1730
- # @return [Google::Apis::NetworkservicesV1beta1::Operation]
1731
- #
1732
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1733
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1734
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1735
- def patch_project_location_service_binding(name, service_binding_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1736
- command = make_simple_command(:patch, 'v1beta1/{+name}', options)
1737
- command.request_representation = Google::Apis::NetworkservicesV1beta1::ServiceBinding::Representation
1738
- command.request_object = service_binding_object
1739
- command.response_representation = Google::Apis::NetworkservicesV1beta1::Operation::Representation
1740
- command.response_class = Google::Apis::NetworkservicesV1beta1::Operation
1741
- command.params['name'] = name unless name.nil?
1742
- command.query['updateMask'] = update_mask unless update_mask.nil?
1743
- command.query['fields'] = fields unless fields.nil?
1744
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1745
- execute_or_queue_command(command, &block)
1746
- end
1747
-
1748
1717
  # Sets the access control policy on the specified resource. Replaces any
1749
1718
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1750
1719
  # PERMISSION_DENIED` errors.
1751
1720
  # @param [String] resource
1752
- # REQUIRED: The resource for which the policy is being specified. See the
1753
- # 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.
1754
1724
  # @param [Google::Apis::NetworkservicesV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
1755
1725
  # @param [String] fields
1756
1726
  # Selector specifying which fields to include in a partial response.
@@ -1787,8 +1757,9 @@ module Google
1787
1757
  # permission-aware UIs and command-line tools, not for authorization checking.
1788
1758
  # This operation may "fail open" without warning.
1789
1759
  # @param [String] resource
1790
- # REQUIRED: The resource for which the policy detail is being requested. See the
1791
- # 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.
1792
1763
  # @param [Google::Apis::NetworkservicesV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
1793
1764
  # @param [String] fields
1794
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.9.0
4
+ version: 0.12.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-03-28 00:00:00.000000000 Z
11
+ date: 2022-06-13 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.5'
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.5'
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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.12.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