google-apis-servicenetworking_v1beta 0.63.0 → 0.65.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: 72fa6f63f62867f5405f493edf183dd7ae47b3a681ae7fba66c4b6bd5b231b61
|
4
|
+
data.tar.gz: df31e19a196e0ed99eac75bd5d47215210e91f3efb1bba0c8242fb63ac1ff04b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83e59846dc73d933ba79739d1c010f4ee599ff4b7c3d9a856900e7966786e3bbdbeb60aa6752279d3db6fb0c151d3046ecec7fbafcb2cf2eb0dfc70cd1793183
|
7
|
+
data.tar.gz: abcedc97bc611d919c5ef4b2ec2c40695d9c27c9263b2b167d1dc7e6447be75db98ca53a55f4bdef086e5149aae4627dbd9297686e2e6e62867452ac94a2c36f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1beta
|
2
2
|
|
3
|
+
### v0.65.0 (2025-06-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250618
|
6
|
+
|
7
|
+
### v0.64.0 (2025-06-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250604
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.63.0 (2025-05-21)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250518
|
@@ -815,6 +815,20 @@ module Google
|
|
815
815
|
end
|
816
816
|
end
|
817
817
|
|
818
|
+
# Metadata provided through GetOperation request for the LRO generated by
|
819
|
+
# Cleanup Connection API
|
820
|
+
class CleanupConnectionMetadata
|
821
|
+
include Google::Apis::Core::Hashable
|
822
|
+
|
823
|
+
def initialize(**args)
|
824
|
+
update!(**args)
|
825
|
+
end
|
826
|
+
|
827
|
+
# Update properties of this object
|
828
|
+
def update!(**args)
|
829
|
+
end
|
830
|
+
end
|
831
|
+
|
818
832
|
# Details about how and where to publish client libraries.
|
819
833
|
class ClientLibrarySettings
|
820
834
|
include Google::Apis::Core::Hashable
|
@@ -902,17 +916,17 @@ module Google
|
|
902
916
|
class CloudSqlConfig
|
903
917
|
include Google::Apis::Core::Hashable
|
904
918
|
|
905
|
-
# Peering service used for peering with the Cloud SQL project.
|
919
|
+
# Required. Peering service used for peering with the Cloud SQL project.
|
906
920
|
# Corresponds to the JSON property `service`
|
907
921
|
# @return [String]
|
908
922
|
attr_accessor :service
|
909
923
|
|
910
|
-
# The name of the umbrella network in the Cloud SQL umbrella project.
|
924
|
+
# Required. The name of the umbrella network in the Cloud SQL umbrella project.
|
911
925
|
# Corresponds to the JSON property `umbrellaNetwork`
|
912
926
|
# @return [String]
|
913
927
|
attr_accessor :umbrella_network
|
914
928
|
|
915
|
-
# The project number of the Cloud SQL umbrella project.
|
929
|
+
# Required. The project number of the Cloud SQL umbrella project.
|
916
930
|
# Corresponds to the JSON property `umbrellaProject`
|
917
931
|
# @return [Fixnum]
|
918
932
|
attr_accessor :umbrella_project
|
@@ -968,11 +982,11 @@ module Google
|
|
968
982
|
class Connection
|
969
983
|
include Google::Apis::Core::Hashable
|
970
984
|
|
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.
|
985
|
+
# Required. The name of service consumer's VPC network that's connected with
|
986
|
+
# service producer network, in the following format: `projects/`project`/global/
|
987
|
+
# networks/`network``. ``project`` is a project number, such as in `12345` that
|
988
|
+
# includes the VPC service consumer's VPC network. ``network`` is the name of
|
989
|
+
# the service consumer's VPC network.
|
976
990
|
# Corresponds to the JSON property `network`
|
977
991
|
# @return [String]
|
978
992
|
attr_accessor :network
|
@@ -3396,9 +3410,10 @@ module Google
|
|
3396
3410
|
# @return [String]
|
3397
3411
|
attr_accessor :dns_suffix
|
3398
3412
|
|
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
|
3413
|
+
# Required. User assigned name for this resource. Must be unique within the
|
3414
|
+
# consumer network. The name must be 1-63 characters long, must begin with a
|
3415
|
+
# letter, end with a letter or digit, and only contain lowercase letters, digits
|
3416
|
+
# or dashes.
|
3402
3417
|
# Corresponds to the JSON property `name`
|
3403
3418
|
# @return [String]
|
3404
3419
|
attr_accessor :name
|
@@ -3437,6 +3452,16 @@ module Google
|
|
3437
3452
|
# @return [Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings]
|
3438
3453
|
attr_accessor :common
|
3439
3454
|
|
3455
|
+
# The package name to use in Php. Clobbers the php_namespace option set in the
|
3456
|
+
# protobuf. This should be used **only** by APIs who have already set the
|
3457
|
+
# language_settings.php.package_name" field in gapic.yaml. API teams should use
|
3458
|
+
# the protobuf php_namespace option where possible. Example of a YAML
|
3459
|
+
# configuration:: publishing: library_settings: php_settings: library_package:
|
3460
|
+
# Google\Cloud\PubSub\V1
|
3461
|
+
# Corresponds to the JSON property `libraryPackage`
|
3462
|
+
# @return [String]
|
3463
|
+
attr_accessor :library_package
|
3464
|
+
|
3440
3465
|
def initialize(**args)
|
3441
3466
|
update!(**args)
|
3442
3467
|
end
|
@@ -3444,6 +3469,7 @@ module Google
|
|
3444
3469
|
# Update properties of this object
|
3445
3470
|
def update!(**args)
|
3446
3471
|
@common = args[:common] if args.key?(:common)
|
3472
|
+
@library_package = args[:library_package] if args.key?(:library_package)
|
3447
3473
|
end
|
3448
3474
|
end
|
3449
3475
|
|
@@ -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.65.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 = "20250618"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -136,6 +136,12 @@ module Google
|
|
136
136
|
include Google::Apis::Core::JsonObjectSupport
|
137
137
|
end
|
138
138
|
|
139
|
+
class CleanupConnectionMetadata
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
139
145
|
class ClientLibrarySettings
|
140
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
147
|
|
@@ -851,6 +857,12 @@ module Google
|
|
851
857
|
end
|
852
858
|
end
|
853
859
|
|
860
|
+
class CleanupConnectionMetadata
|
861
|
+
# @private
|
862
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
863
|
+
end
|
864
|
+
end
|
865
|
+
|
854
866
|
class ClientLibrarySettings
|
855
867
|
# @private
|
856
868
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1455,6 +1467,7 @@ module Google
|
|
1455
1467
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1456
1468
|
property :common, as: 'common', class: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings, decorator: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings::Representation
|
1457
1469
|
|
1470
|
+
property :library_package, as: 'libraryPackage'
|
1458
1471
|
end
|
1459
1472
|
end
|
1460
1473
|
|
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.65.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.65.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:
|