google-apis-servicenetworking_v1 0.78.0 → 0.79.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: 7d6e5312d4eb4bee29716f74ae3196b4be30f5c638b5ac139ae1b459f7f47353
|
4
|
+
data.tar.gz: 4b32d3b9d8907545252e8cab801b59672a2502c1a8bd5fe8a24dcc919efe18a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d22d24900555bda77cf91647cc71de00c93d1f6f34fe9b45bf5bf7bfa2db85d16e0bad80e49c7eeed1711e57fd47ca4caf2b0281cd678f99b1e90e46f78c3bd0
|
7
|
+
data.tar.gz: b8a624ada60f4b6fc785a14e39c26a0d0fb79066b7700fbabc1b416239eb6a9ed0be088cdc81a72e0030aba439232727b951ebfaef1dcff3749fd1594461dcb1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1
|
2
2
|
|
3
|
+
### v0.79.0 (2025-05-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250521
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.78.0 (2025-05-21)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250518
|
@@ -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.79.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250521"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -469,16 +469,17 @@ module Google
|
|
469
469
|
# List the private connections that are configured in a service consumer's VPC
|
470
470
|
# network.
|
471
471
|
# @param [String] parent
|
472
|
-
# The service that is managing peering connectivity for a service
|
473
|
-
# organization. For Google services that support this functionality,
|
474
|
-
# is `services/servicenetworking.googleapis.com`. If you specify `
|
475
|
-
# the parameter value, all configured peering services are listed.
|
472
|
+
# Required. The service that is managing peering connectivity for a service
|
473
|
+
# producer's organization. For Google services that support this functionality,
|
474
|
+
# this value is `services/servicenetworking.googleapis.com`. If you specify `
|
475
|
+
# services/-` as the parameter value, all configured peering services are listed.
|
476
476
|
# @param [String] network
|
477
|
-
# The name of service consumer's VPC network that's connected with
|
478
|
-
# producer network through a private connection. The network name must
|
479
|
-
# following format: `projects/`project`/global/networks/`network``. `
|
480
|
-
# a project number, such as in `12345` that includes the VPC service
|
481
|
-
# VPC network. `network` is the name of the service consumer's VPC
|
477
|
+
# Required. The name of service consumer's VPC network that's connected with
|
478
|
+
# service producer network through a private connection. The network name must
|
479
|
+
# be in the following format: `projects/`project`/global/networks/`network``. `
|
480
|
+
# project` is a project number, such as in `12345` that includes the VPC service
|
481
|
+
# consumer's VPC network. `network` is the name of the service consumer's VPC
|
482
|
+
# network.
|
482
483
|
# @param [String] fields
|
483
484
|
# Selector specifying which fields to include in a partial response.
|
484
485
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.79.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -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.79.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:
|