google-apis-servicenetworking_v1 0.79.0 → 0.80.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: 4a13a8f7f9840db4040dd72d5ab6e9319d1f6b791f3c91f8f60d09b2b4158dbb
|
4
|
+
data.tar.gz: a540147b66618dc6eaeba00f249fbe2df9542f2c6aceb5908fe155e3c97abeaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73f4c9517b9c404247855a988ecf05f300de7e9b23edb8942152ee1edf04fbc43f2ca75bb5f30b6a02312332a7a76ba1ed272e87f071b453502a7fc67edfabba
|
7
|
+
data.tar.gz: be92f16f5c8f2a99e3d28ff315431700d6a00dad945ff063dacebbee7d2021ce98a330f29dacfd2ddbff4fd8d98b0ff39d883539a335650d3db8638ad04b38e8
|
data/CHANGELOG.md
CHANGED
@@ -305,8 +305,8 @@ module Google
|
|
305
305
|
# @return [String]
|
306
306
|
attr_accessor :purpose
|
307
307
|
|
308
|
-
# Required. The name of a [region](/compute/docs/regions-
|
309
|
-
# such `europe-west1`.
|
308
|
+
# Required. The name of a [region](https://cloud.google.com/compute/docs/regions-
|
309
|
+
# zones) for the subnet, such `europe-west1`.
|
310
310
|
# Corresponds to the JSON property `region`
|
311
311
|
# @return [String]
|
312
312
|
attr_accessor :region
|
@@ -356,8 +356,8 @@ module Google
|
|
356
356
|
alias_method :skip_requested_address_validation?, :skip_requested_address_validation
|
357
357
|
|
358
358
|
# Required. A name for the new subnet. For information about the naming
|
359
|
-
# requirements, see [subnetwork](/compute/docs/reference/
|
360
|
-
# the Compute API documentation.
|
359
|
+
# requirements, see [subnetwork](https://cloud.google.com/compute/docs/reference/
|
360
|
+
# rest/v1/subnetworks) in the Compute API documentation.
|
361
361
|
# Corresponds to the JSON property `subnetwork`
|
362
362
|
# @return [String]
|
363
363
|
attr_accessor :subnetwork
|
@@ -1131,17 +1131,17 @@ module Google
|
|
1131
1131
|
class CloudSqlConfig
|
1132
1132
|
include Google::Apis::Core::Hashable
|
1133
1133
|
|
1134
|
-
# Peering service used for peering with the Cloud SQL project.
|
1134
|
+
# Required. Peering service used for peering with the Cloud SQL project.
|
1135
1135
|
# Corresponds to the JSON property `service`
|
1136
1136
|
# @return [String]
|
1137
1137
|
attr_accessor :service
|
1138
1138
|
|
1139
|
-
# The name of the umbrella network in the Cloud SQL umbrella project.
|
1139
|
+
# Required. The name of the umbrella network in the Cloud SQL umbrella project.
|
1140
1140
|
# Corresponds to the JSON property `umbrellaNetwork`
|
1141
1141
|
# @return [String]
|
1142
1142
|
attr_accessor :umbrella_network
|
1143
1143
|
|
1144
|
-
# The project number of the Cloud SQL umbrella project.
|
1144
|
+
# Required. The project number of the Cloud SQL umbrella project.
|
1145
1145
|
# Corresponds to the JSON property `umbrellaProject`
|
1146
1146
|
# @return [Fixnum]
|
1147
1147
|
attr_accessor :umbrella_project
|
@@ -1197,11 +1197,11 @@ module Google
|
|
1197
1197
|
class Connection
|
1198
1198
|
include Google::Apis::Core::Hashable
|
1199
1199
|
|
1200
|
-
# The name of service consumer's VPC network that's connected with
|
1201
|
-
# producer network, in the following format: `projects/`project`/global/
|
1202
|
-
#
|
1203
|
-
# the VPC service consumer's VPC network. ``network`` is the name of
|
1204
|
-
# consumer's VPC network.
|
1200
|
+
# Required. The name of service consumer's VPC network that's connected with
|
1201
|
+
# service producer network, in the following format: `projects/`project`/global/
|
1202
|
+
# networks/`network``. ``project`` is a project number, such as in `12345` that
|
1203
|
+
# includes the VPC service consumer's VPC network. ``network`` is the name of
|
1204
|
+
# the service consumer's VPC network.
|
1205
1205
|
# Corresponds to the JSON property `network`
|
1206
1206
|
# @return [String]
|
1207
1207
|
attr_accessor :network
|
@@ -3861,9 +3861,10 @@ module Google
|
|
3861
3861
|
# @return [String]
|
3862
3862
|
attr_accessor :dns_suffix
|
3863
3863
|
|
3864
|
-
# User assigned name for this resource. Must be unique within the
|
3865
|
-
# network. The name must be 1-63 characters long, must begin with a
|
3866
|
-
# with a letter or digit, and only contain lowercase letters, digits
|
3864
|
+
# Required. User assigned name for this resource. Must be unique within the
|
3865
|
+
# consumer network. The name must be 1-63 characters long, must begin with a
|
3866
|
+
# letter, end with a letter or digit, and only contain lowercase letters, digits
|
3867
|
+
# or dashes.
|
3867
3868
|
# Corresponds to the JSON property `name`
|
3868
3869
|
# @return [String]
|
3869
3870
|
attr_accessor :name
|
@@ -4486,10 +4487,10 @@ module Google
|
|
4486
4487
|
# @return [Fixnum]
|
4487
4488
|
attr_accessor :ip_prefix_length
|
4488
4489
|
|
4489
|
-
# Network name in the consumer project. This network must have been
|
4490
|
-
# peered with a shared VPC network using CreateConnection method. Must
|
4491
|
-
# form 'projects/`project`/global/networks/`network`'. `project` is a
|
4492
|
-
# number, as in '12345' `network` is network name.
|
4490
|
+
# Required. Network name in the consumer project. This network must have been
|
4491
|
+
# already peered with a shared VPC network using CreateConnection method. Must
|
4492
|
+
# be in a form 'projects/`project`/global/networks/`network`'. `project` is a
|
4493
|
+
# project number, as in '12345' `network` is network name.
|
4493
4494
|
# Corresponds to the JSON property `network`
|
4494
4495
|
# @return [String]
|
4495
4496
|
attr_accessor :network
|
@@ -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.80.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
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
|
@@ -243,9 +243,9 @@ module Google
|
|
243
243
|
|
244
244
|
# Disables VPC service controls for a connection.
|
245
245
|
# @param [String] parent
|
246
|
-
# The service that is managing peering connectivity for a service
|
247
|
-
# organization. For Google services that support this functionality,
|
248
|
-
# is `services/servicenetworking.googleapis.com`.
|
246
|
+
# Required. The service that is managing peering connectivity for a service
|
247
|
+
# producer's organization. For Google services that support this functionality,
|
248
|
+
# this value is `services/servicenetworking.googleapis.com`.
|
249
249
|
# @param [Google::Apis::ServicenetworkingV1::DisableVpcServiceControlsRequest] disable_vpc_service_controls_request_object
|
250
250
|
# @param [String] fields
|
251
251
|
# Selector specifying which fields to include in a partial response.
|
@@ -278,9 +278,9 @@ module Google
|
|
278
278
|
|
279
279
|
# Enables VPC service controls for a connection.
|
280
280
|
# @param [String] parent
|
281
|
-
# The service that is managing peering connectivity for a service
|
282
|
-
# organization. For Google services that support this functionality,
|
283
|
-
# is `services/servicenetworking.googleapis.com`.
|
281
|
+
# Required. The service that is managing peering connectivity for a service
|
282
|
+
# producer's organization. For Google services that support this functionality,
|
283
|
+
# this value is `services/servicenetworking.googleapis.com`.
|
284
284
|
# @param [Google::Apis::ServicenetworkingV1::EnableVpcServiceControlsRequest] enable_vpc_service_controls_request_object
|
285
285
|
# @param [String] fields
|
286
286
|
# Selector specifying which fields to include in a partial response.
|
@@ -395,9 +395,9 @@ module Google
|
|
395
395
|
# services in the service producer's organization, so it only needs to be
|
396
396
|
# invoked once.
|
397
397
|
# @param [String] parent
|
398
|
-
# The service that is managing peering connectivity for a service
|
399
|
-
# organization. For Google services that support this functionality,
|
400
|
-
# is `services/servicenetworking.googleapis.com`.
|
398
|
+
# Required. The service that is managing peering connectivity for a service
|
399
|
+
# producer's organization. For Google services that support this functionality,
|
400
|
+
# this value is `services/servicenetworking.googleapis.com`.
|
401
401
|
# @param [Google::Apis::ServicenetworkingV1::Connection] connection_object
|
402
402
|
# @param [String] fields
|
403
403
|
# Selector specifying which fields to include in a partial response.
|
@@ -510,7 +510,7 @@ module Google
|
|
510
510
|
|
511
511
|
# Updates the allocated ranges that are assigned to a connection.
|
512
512
|
# @param [String] name
|
513
|
-
# The private service connection that connects to a service producer
|
513
|
+
# Required. The private service connection that connects to a service producer
|
514
514
|
# organization. The name includes both the private service name and the VPC
|
515
515
|
# network peering name in the format of `services/`peering_service_name`/
|
516
516
|
# connections/`vpc_peering_name``. For Google services that support this
|
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.80.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.80.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:
|