google-apis-servicenetworking_v1 0.74.0 → 0.75.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 250e1148deb9928309885f92594b4fecb03dce4251be85dbc9e9e80d5a34cefe
|
4
|
+
data.tar.gz: 6e80bbf7aa35830a8f4d0e4755eab1dac1e3abf555b57e3781fc8a3b68298a03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6734c5f0f7d5615aad8641605183856f5c5511d51e22eea8c31195fea65f880e8a353ac95534af2efc7255a4cccb066ab5eef2f18b94a897dd3434d150fcbfb
|
7
|
+
data.tar.gz: 02f6db139d41f21f84fb653c8d592e25ec787c7dc1c11b8cfb8d47d9d333ce2082bb294477a726523198a58c7aa79edce9511067f7758725e51e1e4af34fa7de
|
data/CHANGELOG.md
CHANGED
@@ -231,15 +231,14 @@ module Google
|
|
231
231
|
attr_accessor :check_service_networking_use_permission
|
232
232
|
alias_method :check_service_networking_use_permission?, :check_service_networking_use_permission
|
233
233
|
|
234
|
-
# Optional. Specifies a custom time bucket for
|
235
|
-
# idempotency. If two equivalent concurrent requests are made,
|
236
|
-
#
|
234
|
+
# Optional. Specifies a custom time bucket for GCE subnetwork request
|
235
|
+
# idempotency. If two equivalent concurrent requests are made, GCE will know to
|
236
|
+
# ignore the request if it has already been completed or is in progress. Only
|
237
237
|
# requests with matching compute_idempotency_window have guaranteed idempotency.
|
238
238
|
# Changing this time window between requests results in undefined behavior. Zero
|
239
239
|
# (or empty) value with custom_compute_idempotency_window=true specifies no
|
240
|
-
# idempotency (i.e. no request ID is provided to
|
241
|
-
#
|
242
|
-
# revisit-sn-idempotency-window
|
240
|
+
# idempotency (i.e. no request ID is provided to GCE). Maximum value of 14 days (
|
241
|
+
# enforced by GCE limit).
|
243
242
|
# Corresponds to the JSON property `computeIdempotencyWindow`
|
244
243
|
# @return [String]
|
245
244
|
attr_accessor :compute_idempotency_window
|
@@ -370,10 +369,9 @@ module Google
|
|
370
369
|
attr_accessor :subnetwork_users
|
371
370
|
|
372
371
|
# Optional. Specifies if Service Networking should use a custom time bucket for
|
373
|
-
#
|
374
|
-
#
|
375
|
-
#
|
376
|
-
# For more information on how to use, see: go/revisit-sn-idempotency-window
|
372
|
+
# GCE idempotency. If false, Service Networking uses a 300 second (5 minute) GCE
|
373
|
+
# idempotency window. If true, Service Networking uses a custom idempotency
|
374
|
+
# window provided by the user in field compute_idempotency_window.
|
377
375
|
# Corresponds to the JSON property `useCustomComputeIdempotencyWindow`
|
378
376
|
# @return [Boolean]
|
379
377
|
attr_accessor :use_custom_compute_idempotency_window
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.75.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250316"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.75.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-23 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.75.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|