google-apis-servicenetworking_v1 0.62.0 → 0.63.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: 1d70c01b384e22264e5842da21bfb6702576dcea5c169a8520d0ad939be1949e
4
- data.tar.gz: 6bc5facc3db40ca606a62714559e6d9236b85acdae9063d9adad17dc0a9531c0
3
+ metadata.gz: f5ecc60dfa8f655007bdc9a88f2b3e39018abacc815d35102456a3207413cf9b
4
+ data.tar.gz: 8e5b45aab823464efb4f372038672389b7479673e569083cd6ff3d19f1ca5c1c
5
5
  SHA512:
6
- metadata.gz: 884099d7c41db42e0e81e802e52501c363ff31772cb96d4817f8ea45843b44d1394e2ffab42a8984d8893450f1ce6df2ab2f1aed550df5966c37deb440049af5
7
- data.tar.gz: 4d3a9e939c7e39beac50eb5d7aa484bfabcaf2289f4df1c86e00dec37d40f8f35548574d4711450cb3b86dec95c86b8a041bff0052efdb28524f7b5ff91dbde5
6
+ metadata.gz: d97a29dc3dc18fc54d9a4898a8a12c82faf2265e34ad65e2859d97566b61abf33f04ce6f0bd6f9e6f34909a3ff205d28029c75711ddfd044896ba5417793f19e
7
+ data.tar.gz: 353df1c8342fef4c3e1b705f9a2e92a81035b0ba9a1dd0150c3daeb9a865066dcf9ab317b1c81c052cc644e287024854e4fc31b139600f29be93d8fcd5e48104
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.63.0 (2024-08-25)
4
+
5
+ * Regenerated from discovery document revision 20240820
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.62.0 (2024-07-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20240716
@@ -344,6 +344,18 @@ module Google
344
344
  # @return [Array<Google::Apis::ServicenetworkingV1::SecondaryIpRangeSpec>]
345
345
  attr_accessor :secondary_ip_range_specs
346
346
 
347
+ # Optional. Skips validating if the requested_address is in use by SN VPC’s
348
+ # peering group. Compute Engine will still perform this check and fail the
349
+ # request if the requested_address is in use. Note that Compute Engine does not
350
+ # check for the existence of dynamic routes when performing this check. Caller
351
+ # of this API should make sure that there are no dynamic routes overlapping with
352
+ # the requested_address/prefix_length IP address range otherwise the created
353
+ # subnet could cause misrouting.
354
+ # Corresponds to the JSON property `skipRequestedAddressValidation`
355
+ # @return [Boolean]
356
+ attr_accessor :skip_requested_address_validation
357
+ alias_method :skip_requested_address_validation?, :skip_requested_address_validation
358
+
347
359
  # Required. A name for the new subnet. For information about the naming
348
360
  # requirements, see [subnetwork](/compute/docs/reference/rest/v1/subnetworks) in
349
361
  # the Compute API documentation.
@@ -389,6 +401,7 @@ module Google
389
401
  @requested_ranges = args[:requested_ranges] if args.key?(:requested_ranges)
390
402
  @role = args[:role] if args.key?(:role)
391
403
  @secondary_ip_range_specs = args[:secondary_ip_range_specs] if args.key?(:secondary_ip_range_specs)
404
+ @skip_requested_address_validation = args[:skip_requested_address_validation] if args.key?(:skip_requested_address_validation)
392
405
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
393
406
  @subnetwork_users = args[:subnetwork_users] if args.key?(:subnetwork_users)
394
407
  @use_custom_compute_idempotency_window = args[:use_custom_compute_idempotency_window] if args.key?(:use_custom_compute_idempotency_window)
@@ -3670,10 +3683,10 @@ module Google
3670
3683
  # granularity. The role must be one of the following: - 'roles/container.
3671
3684
  # hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.
3672
3685
  # securityAdmin' applied on the shared VPC host project - 'roles/compute.
3673
- # networkAdmin' applied on the shared VPC host project - 'roles/compute.xpnAdmin'
3686
+ # networkAdmin' applied on the shared VPC host project - 'roles/tpu.xpnAgent'
3674
3687
  # applied on the shared VPC host project - 'roles/dns.admin' applied on the
3675
3688
  # shared VPC host project - 'roles/logging.admin' applied on the shared VPC host
3676
- # project
3689
+ # project - 'roles/monitoring.viewer' applied on the shared VPC host project
3677
3690
  # Corresponds to the JSON property `role`
3678
3691
  # @return [String]
3679
3692
  attr_accessor :role
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicenetworkingV1
18
18
  # Version of the google-apis-servicenetworking_v1 gem
19
- GEM_VERSION = "0.62.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240716"
25
+ REVISION = "20240820"
26
26
  end
27
27
  end
28
28
  end
@@ -844,6 +844,7 @@ module Google
844
844
  property :role, as: 'role'
845
845
  collection :secondary_ip_range_specs, as: 'secondaryIpRangeSpecs', class: Google::Apis::ServicenetworkingV1::SecondaryIpRangeSpec, decorator: Google::Apis::ServicenetworkingV1::SecondaryIpRangeSpec::Representation
846
846
 
847
+ property :skip_requested_address_validation, as: 'skipRequestedAddressValidation'
847
848
  property :subnetwork, as: 'subnetwork'
848
849
  collection :subnetwork_users, as: 'subnetworkUsers'
849
850
  property :use_custom_compute_idempotency_window, as: 'useCustomComputeIdempotencyWindow'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-servicenetworking_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.63.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: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-25 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-servicenetworking_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.63.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
63
63
  post_install_message:
64
64
  rdoc_options: []