google-apis-servicenetworking_v1beta 0.63.0 → 0.64.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: eb07dab1afd0ac5473f2d6c7596b5c612f083743986209615d3d32367d8a77ad
|
4
|
+
data.tar.gz: 6daaa5be3e2e4daba1036dff221501a08916e8d492c50f9f4fd0bc2f47ae30ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c175db661081b1d73cd0b597933a399aed215e75cb0f21632cdc91d4da9b62d69b3d47c575c3e7b001b38428c97c59582165076ce4e3f180b186a24bc8bd753e
|
7
|
+
data.tar.gz: 156563ae692274ca3c933d02d363bde9d261382ebbd338b3d022f990d65fe5d9c5c6e8916b088d416183393a58fcaef6c5d416c084c7bf5d5a75b16b9cf1a4e1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1beta
|
2
2
|
|
3
|
+
### v0.64.0 (2025-06-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250604
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.63.0 (2025-05-21)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250518
|
@@ -902,17 +902,17 @@ module Google
|
|
902
902
|
class CloudSqlConfig
|
903
903
|
include Google::Apis::Core::Hashable
|
904
904
|
|
905
|
-
# Peering service used for peering with the Cloud SQL project.
|
905
|
+
# Required. Peering service used for peering with the Cloud SQL project.
|
906
906
|
# Corresponds to the JSON property `service`
|
907
907
|
# @return [String]
|
908
908
|
attr_accessor :service
|
909
909
|
|
910
|
-
# The name of the umbrella network in the Cloud SQL umbrella project.
|
910
|
+
# Required. The name of the umbrella network in the Cloud SQL umbrella project.
|
911
911
|
# Corresponds to the JSON property `umbrellaNetwork`
|
912
912
|
# @return [String]
|
913
913
|
attr_accessor :umbrella_network
|
914
914
|
|
915
|
-
# The project number of the Cloud SQL umbrella project.
|
915
|
+
# Required. The project number of the Cloud SQL umbrella project.
|
916
916
|
# Corresponds to the JSON property `umbrellaProject`
|
917
917
|
# @return [Fixnum]
|
918
918
|
attr_accessor :umbrella_project
|
@@ -968,11 +968,11 @@ module Google
|
|
968
968
|
class Connection
|
969
969
|
include Google::Apis::Core::Hashable
|
970
970
|
|
971
|
-
# The name of service consumer's VPC network that's connected with
|
972
|
-
# producer network, in the following format: `projects/`project`/global/
|
973
|
-
#
|
974
|
-
# the VPC service consumer's VPC network. ``network`` is the name of
|
975
|
-
# consumer's VPC network.
|
971
|
+
# Required. The name of service consumer's VPC network that's connected with
|
972
|
+
# service producer network, in the following format: `projects/`project`/global/
|
973
|
+
# networks/`network``. ``project`` is a project number, such as in `12345` that
|
974
|
+
# includes the VPC service consumer's VPC network. ``network`` is the name of
|
975
|
+
# the service consumer's VPC network.
|
976
976
|
# Corresponds to the JSON property `network`
|
977
977
|
# @return [String]
|
978
978
|
attr_accessor :network
|
@@ -3396,9 +3396,10 @@ module Google
|
|
3396
3396
|
# @return [String]
|
3397
3397
|
attr_accessor :dns_suffix
|
3398
3398
|
|
3399
|
-
# User assigned name for this resource. Must be unique within the
|
3400
|
-
# network. The name must be 1-63 characters long, must begin with a
|
3401
|
-
# with a letter or digit, and only contain lowercase letters, digits
|
3399
|
+
# Required. User assigned name for this resource. Must be unique within the
|
3400
|
+
# consumer network. The name must be 1-63 characters long, must begin with a
|
3401
|
+
# letter, end with a letter or digit, and only contain lowercase letters, digits
|
3402
|
+
# or dashes.
|
3402
3403
|
# Corresponds to the JSON property `name`
|
3403
3404
|
# @return [String]
|
3404
3405
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1beta
|
18
18
|
# Version of the google-apis-servicenetworking_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.64.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 = "20250604"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.64.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_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.64.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|