google-apis-servicenetworking_v1 0.79.0 → 0.81.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/servicenetworking_v1/classes.rb +45 -19
- data/lib/google/apis/servicenetworking_v1/gem_version.rb +2 -2
- data/lib/google/apis/servicenetworking_v1/representations.rb +13 -0
- data/lib/google/apis/servicenetworking_v1/service.rb +10 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7728fe4be6b93317e1605358668d3beeccd6c72eadaf1ac9d57c668cfdf86798
|
4
|
+
data.tar.gz: fe3433e495c17eb96d4d7afa080bcc4f4bfe848372bccfeff12736e99256b1b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ea74818a93a1386523f149b785bda340b3ec4e5a62f8c8badd47aeaf6555dcdf7fdb818f4d43d8640867f5e184b81827c415300d1787047c2022e10d920fe60
|
7
|
+
data.tar.gz: fde2523b20aa5ec65c300a2315e8e25f5ee78c0d6ee33c2eb102715dd450a06d89270d0b1520bc9fcd54dbbbc55cff26936103a3dd252b92b77341bf7b13a193
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1
|
2
2
|
|
3
|
+
### v0.81.0 (2025-06-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250618
|
6
|
+
|
7
|
+
### v0.80.0 (2025-06-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250604
|
10
|
+
|
3
11
|
### v0.79.0 (2025-05-25)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250521
|
@@ -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
|
@@ -1044,6 +1044,20 @@ module Google
|
|
1044
1044
|
end
|
1045
1045
|
end
|
1046
1046
|
|
1047
|
+
# Metadata provided through GetOperation request for the LRO generated by
|
1048
|
+
# Cleanup Connection API
|
1049
|
+
class CleanupConnectionMetadata
|
1050
|
+
include Google::Apis::Core::Hashable
|
1051
|
+
|
1052
|
+
def initialize(**args)
|
1053
|
+
update!(**args)
|
1054
|
+
end
|
1055
|
+
|
1056
|
+
# Update properties of this object
|
1057
|
+
def update!(**args)
|
1058
|
+
end
|
1059
|
+
end
|
1060
|
+
|
1047
1061
|
# Details about how and where to publish client libraries.
|
1048
1062
|
class ClientLibrarySettings
|
1049
1063
|
include Google::Apis::Core::Hashable
|
@@ -1131,17 +1145,17 @@ module Google
|
|
1131
1145
|
class CloudSqlConfig
|
1132
1146
|
include Google::Apis::Core::Hashable
|
1133
1147
|
|
1134
|
-
# Peering service used for peering with the Cloud SQL project.
|
1148
|
+
# Required. Peering service used for peering with the Cloud SQL project.
|
1135
1149
|
# Corresponds to the JSON property `service`
|
1136
1150
|
# @return [String]
|
1137
1151
|
attr_accessor :service
|
1138
1152
|
|
1139
|
-
# The name of the umbrella network in the Cloud SQL umbrella project.
|
1153
|
+
# Required. The name of the umbrella network in the Cloud SQL umbrella project.
|
1140
1154
|
# Corresponds to the JSON property `umbrellaNetwork`
|
1141
1155
|
# @return [String]
|
1142
1156
|
attr_accessor :umbrella_network
|
1143
1157
|
|
1144
|
-
# The project number of the Cloud SQL umbrella project.
|
1158
|
+
# Required. The project number of the Cloud SQL umbrella project.
|
1145
1159
|
# Corresponds to the JSON property `umbrellaProject`
|
1146
1160
|
# @return [Fixnum]
|
1147
1161
|
attr_accessor :umbrella_project
|
@@ -1197,11 +1211,11 @@ module Google
|
|
1197
1211
|
class Connection
|
1198
1212
|
include Google::Apis::Core::Hashable
|
1199
1213
|
|
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.
|
1214
|
+
# Required. The name of service consumer's VPC network that's connected with
|
1215
|
+
# service producer network, in the following format: `projects/`project`/global/
|
1216
|
+
# networks/`network``. ``project`` is a project number, such as in `12345` that
|
1217
|
+
# includes the VPC service consumer's VPC network. ``network`` is the name of
|
1218
|
+
# the service consumer's VPC network.
|
1205
1219
|
# Corresponds to the JSON property `network`
|
1206
1220
|
# @return [String]
|
1207
1221
|
attr_accessor :network
|
@@ -3861,9 +3875,10 @@ module Google
|
|
3861
3875
|
# @return [String]
|
3862
3876
|
attr_accessor :dns_suffix
|
3863
3877
|
|
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
|
3878
|
+
# Required. User assigned name for this resource. Must be unique within the
|
3879
|
+
# consumer network. The name must be 1-63 characters long, must begin with a
|
3880
|
+
# letter, end with a letter or digit, and only contain lowercase letters, digits
|
3881
|
+
# or dashes.
|
3867
3882
|
# Corresponds to the JSON property `name`
|
3868
3883
|
# @return [String]
|
3869
3884
|
attr_accessor :name
|
@@ -3902,6 +3917,16 @@ module Google
|
|
3902
3917
|
# @return [Google::Apis::ServicenetworkingV1::CommonLanguageSettings]
|
3903
3918
|
attr_accessor :common
|
3904
3919
|
|
3920
|
+
# The package name to use in Php. Clobbers the php_namespace option set in the
|
3921
|
+
# protobuf. This should be used **only** by APIs who have already set the
|
3922
|
+
# language_settings.php.package_name" field in gapic.yaml. API teams should use
|
3923
|
+
# the protobuf php_namespace option where possible. Example of a YAML
|
3924
|
+
# configuration:: publishing: library_settings: php_settings: library_package:
|
3925
|
+
# Google\Cloud\PubSub\V1
|
3926
|
+
# Corresponds to the JSON property `libraryPackage`
|
3927
|
+
# @return [String]
|
3928
|
+
attr_accessor :library_package
|
3929
|
+
|
3905
3930
|
def initialize(**args)
|
3906
3931
|
update!(**args)
|
3907
3932
|
end
|
@@ -3909,6 +3934,7 @@ module Google
|
|
3909
3934
|
# Update properties of this object
|
3910
3935
|
def update!(**args)
|
3911
3936
|
@common = args[:common] if args.key?(:common)
|
3937
|
+
@library_package = args[:library_package] if args.key?(:library_package)
|
3912
3938
|
end
|
3913
3939
|
end
|
3914
3940
|
|
@@ -4486,10 +4512,10 @@ module Google
|
|
4486
4512
|
# @return [Fixnum]
|
4487
4513
|
attr_accessor :ip_prefix_length
|
4488
4514
|
|
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.
|
4515
|
+
# Required. Network name in the consumer project. This network must have been
|
4516
|
+
# already peered with a shared VPC network using CreateConnection method. Must
|
4517
|
+
# be in a form 'projects/`project`/global/networks/`network`'. `project` is a
|
4518
|
+
# project number, as in '12345' `network` is network name.
|
4493
4519
|
# Corresponds to the JSON property `network`
|
4494
4520
|
# @return [String]
|
4495
4521
|
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.81.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 = "20250618"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -160,6 +160,12 @@ module Google
|
|
160
160
|
include Google::Apis::Core::JsonObjectSupport
|
161
161
|
end
|
162
162
|
|
163
|
+
class CleanupConnectionMetadata
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
163
169
|
class ClientLibrarySettings
|
164
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
171
|
|
@@ -1036,6 +1042,12 @@ module Google
|
|
1036
1042
|
end
|
1037
1043
|
end
|
1038
1044
|
|
1045
|
+
class CleanupConnectionMetadata
|
1046
|
+
# @private
|
1047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1048
|
+
end
|
1049
|
+
end
|
1050
|
+
|
1039
1051
|
class ClientLibrarySettings
|
1040
1052
|
# @private
|
1041
1053
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1727,6 +1739,7 @@ module Google
|
|
1727
1739
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1728
1740
|
property :common, as: 'common', class: Google::Apis::ServicenetworkingV1::CommonLanguageSettings, decorator: Google::Apis::ServicenetworkingV1::CommonLanguageSettings::Representation
|
1729
1741
|
|
1742
|
+
property :library_package, as: 'libraryPackage'
|
1730
1743
|
end
|
1731
1744
|
end
|
1732
1745
|
|
@@ -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.81.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.81.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:
|