google-apis-servicenetworking_v1 0.61.0 → 0.63.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db79ef8e56cd0ae9c4ca4fcb3db2021c58b4cc49a5064d24fcde6581226af381
4
- data.tar.gz: 54aa666c2c865b86ceab518f741ecd633f9622a60679b204be90e7c037049c4e
3
+ metadata.gz: f5ecc60dfa8f655007bdc9a88f2b3e39018abacc815d35102456a3207413cf9b
4
+ data.tar.gz: 8e5b45aab823464efb4f372038672389b7479673e569083cd6ff3d19f1ca5c1c
5
5
  SHA512:
6
- metadata.gz: 350a4182399b0515e9c1a4eb6f2f876ea3b163d93eaafc4198140c32ef91ae0cb9d00ffe7617e9c34abdec4e8e7745c9b6fd67493b78a5dc473b96d68aaa1341
7
- data.tar.gz: 3e1c16b3c7c536c233a1c1655b77770353b5bb09546edec567aa7f3f7d841465fe878a1ddf564a7189cfc3606e91a6ce9c09e1fbd35ebdb642d744d6c2a4ceef
6
+ metadata.gz: d97a29dc3dc18fc54d9a4898a8a12c82faf2265e34ad65e2859d97566b61abf33f04ce6f0bd6f9e6f34909a3ff205d28029c75711ddfd044896ba5417793f19e
7
+ data.tar.gz: 353df1c8342fef4c3e1b705f9a2e92a81035b0ba9a1dd0150c3daeb9a865066dcf9ab317b1c81c052cc644e287024854e4fc31b139600f29be93d8fcd5e48104
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.62.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240716
11
+
3
12
  ### v0.61.0 (2024-06-30)
4
13
 
5
14
  * Regenerated from discovery document revision 20240626
@@ -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)
@@ -1246,12 +1259,14 @@ module Google
1246
1259
  # @return [Array<String>]
1247
1260
  attr_accessor :allowed_response_extensions
1248
1261
 
1249
- # A list of full type names of provided contexts.
1262
+ # A list of full type names of provided contexts. It is used to support
1263
+ # propagating HTTP headers and ETags from the response extension.
1250
1264
  # Corresponds to the JSON property `provided`
1251
1265
  # @return [Array<String>]
1252
1266
  attr_accessor :provided
1253
1267
 
1254
- # A list of full type names of requested contexts.
1268
+ # A list of full type names of requested contexts, only the requested context
1269
+ # will be made available to the backend.
1255
1270
  # Corresponds to the JSON property `requested`
1256
1271
  # @return [Array<String>]
1257
1272
  attr_accessor :requested
@@ -1575,17 +1590,14 @@ module Google
1575
1590
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
1576
1591
  # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
1577
1592
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
1578
- # google.calendar.Calendar.Put description: > ... code_snippet_rules: - selector:
1579
- # google.calendar.Calendar.Delete code_snippets: - includes: - github_include:
1580
- # region_tag: calendar_delete code_language: JAVA account: GoogleCloudPlatform
1581
- # project: java-docs-samples file: calendar/delete.java Documentation is
1582
- # provided in markdown syntax. In addition to standard markdown features,
1583
- # definition lists, tables and fenced code blocks are supported. Section headers
1584
- # can be provided and are interpreted relative to the section nesting of the
1585
- # context where a documentation fragment is embedded. Documentation from the IDL
1586
- # is merged with documentation defined via the config at normalization time,
1587
- # where documentation provided by config rules overrides IDL provided. A number
1588
- # of constructs specific to the API platform are supported in documentation text.
1593
+ # google.calendar.Calendar.Put description: > ... Documentation is provided in
1594
+ # markdown syntax. In addition to standard markdown features, definition lists,
1595
+ # tables and fenced code blocks are supported. Section headers can be provided
1596
+ # and are interpreted relative to the section nesting of the context where a
1597
+ # documentation fragment is embedded. Documentation from the IDL is merged with
1598
+ # documentation defined via the config at normalization time, where
1599
+ # documentation provided by config rules overrides IDL provided. A number of
1600
+ # constructs specific to the API platform are supported in documentation text.
1589
1601
  # In order to reference a proto element, the following notation can be used: [
1590
1602
  # fully.qualified.proto.name][] To override the display text used for the link,
1591
1603
  # this can be used: [display text][fully.qualified.proto.name] Text can be
@@ -2372,27 +2384,27 @@ module Google
2372
2384
  # effect as the proto annotation. This can be particularly useful if you have a
2373
2385
  # proto that is reused in multiple services. Note that any transcoding specified
2374
2386
  # in the service config will override any matching transcoding configuration in
2375
- # the proto. Example below selects a gRPC method and applies HttpRule to it.
2376
- # http: rules: - selector: example.v1.Messaging.GetMessage get: /v1/messages/`
2377
- # message_id`/`sub.subfield` Special notes When gRPC Transcoding is used to map
2378
- # a gRPC to JSON REST endpoints, the proto to JSON conversion must follow the [
2379
- # proto3 specification](https://developers.google.com/protocol-buffers/docs/
2380
- # proto3#json). While the single segment variable follows the semantics of [RFC
2381
- # 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String
2382
- # Expansion, the multi segment variable **does not** follow RFC 6570 Section 3.2.
2383
- # 3 Reserved Expansion. The reason is that the Reserved Expansion does not
2384
- # expand special characters like `?` and `#`, which would lead to invalid URLs.
2385
- # As the result, gRPC Transcoding uses a custom encoding for multi segment
2386
- # variables. The path variables **must not** refer to any repeated or mapped
2387
- # field, because client libraries are not capable of handling such variable
2388
- # expansion. The path variables **must not** capture the leading "/" character.
2389
- # The reason is that the most common use case "`var`" does not capture the
2390
- # leading "/" character. For consistency, all path variables must share the same
2391
- # behavior. Repeated message fields must not be mapped to URL query parameters,
2392
- # because no client library can support such complicated mapping. If an API
2393
- # needs to use a JSON array for request or response body, it can map the request
2394
- # or response body to a repeated field. However, some gRPC Transcoding
2395
- # implementations may not support this feature.
2387
+ # the proto. The following example selects a gRPC method and applies an `
2388
+ # HttpRule` to it: http: rules: - selector: example.v1.Messaging.GetMessage get:
2389
+ # /v1/messages/`message_id`/`sub.subfield` Special notes When gRPC Transcoding
2390
+ # is used to map a gRPC to JSON REST endpoints, the proto to JSON conversion
2391
+ # must follow the [proto3 specification](https://developers.google.com/protocol-
2392
+ # buffers/docs/proto3#json). While the single segment variable follows the
2393
+ # semantics of [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2
2394
+ # Simple String Expansion, the multi segment variable **does not** follow RFC
2395
+ # 6570 Section 3.2.3 Reserved Expansion. The reason is that the Reserved
2396
+ # Expansion does not expand special characters like `?` and `#`, which would
2397
+ # lead to invalid URLs. As the result, gRPC Transcoding uses a custom encoding
2398
+ # for multi segment variables. The path variables **must not** refer to any
2399
+ # repeated or mapped field, because client libraries are not capable of handling
2400
+ # such variable expansion. The path variables **must not** capture the leading "/
2401
+ # " character. The reason is that the most common use case "`var`" does not
2402
+ # capture the leading "/" character. For consistency, all path variables must
2403
+ # share the same behavior. Repeated message fields must not be mapped to URL
2404
+ # query parameters, because no client library can support such complicated
2405
+ # mapping. If an API needs to use a JSON array for request or response body, it
2406
+ # can map the request or response body to a repeated field. However, some gRPC
2407
+ # Transcoding implementations may not support this feature.
2396
2408
  class HttpRule
2397
2409
  include Google::Apis::Core::Hashable
2398
2410
 
@@ -3671,10 +3683,10 @@ module Google
3671
3683
  # granularity. The role must be one of the following: - 'roles/container.
3672
3684
  # hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.
3673
3685
  # securityAdmin' applied on the shared VPC host project - 'roles/compute.
3674
- # networkAdmin' applied on the shared VPC host project - 'roles/compute.xpnAdmin'
3686
+ # networkAdmin' applied on the shared VPC host project - 'roles/tpu.xpnAgent'
3675
3687
  # applied on the shared VPC host project - 'roles/dns.admin' applied on the
3676
3688
  # shared VPC host project - 'roles/logging.admin' applied on the shared VPC host
3677
- # project
3689
+ # project - 'roles/monitoring.viewer' applied on the shared VPC host project
3678
3690
  # Corresponds to the JSON property `role`
3679
3691
  # @return [String]
3680
3692
  attr_accessor :role
@@ -4416,17 +4428,14 @@ module Google
4416
4428
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
4417
4429
  # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
4418
4430
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
4419
- # google.calendar.Calendar.Put description: > ... code_snippet_rules: - selector:
4420
- # google.calendar.Calendar.Delete code_snippets: - includes: - github_include:
4421
- # region_tag: calendar_delete code_language: JAVA account: GoogleCloudPlatform
4422
- # project: java-docs-samples file: calendar/delete.java Documentation is
4423
- # provided in markdown syntax. In addition to standard markdown features,
4424
- # definition lists, tables and fenced code blocks are supported. Section headers
4425
- # can be provided and are interpreted relative to the section nesting of the
4426
- # context where a documentation fragment is embedded. Documentation from the IDL
4427
- # is merged with documentation defined via the config at normalization time,
4428
- # where documentation provided by config rules overrides IDL provided. A number
4429
- # of constructs specific to the API platform are supported in documentation text.
4431
+ # google.calendar.Calendar.Put description: > ... Documentation is provided in
4432
+ # markdown syntax. In addition to standard markdown features, definition lists,
4433
+ # tables and fenced code blocks are supported. Section headers can be provided
4434
+ # and are interpreted relative to the section nesting of the context where a
4435
+ # documentation fragment is embedded. Documentation from the IDL is merged with
4436
+ # documentation defined via the config at normalization time, where
4437
+ # documentation provided by config rules overrides IDL provided. A number of
4438
+ # constructs specific to the API platform are supported in documentation text.
4430
4439
  # In order to reference a proto element, the following notation can be used: [
4431
4440
  # fully.qualified.proto.name][] To override the display text used for the link,
4432
4441
  # this can be used: [display text][fully.qualified.proto.name] Text can be
@@ -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.61.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 = "20240626"
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.61.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-06-30 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.61.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: []