google-apis-servicenetworking_v1beta 0.64.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
@@ -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
|
@@ -3438,6 +3452,16 @@ module Google
|
|
3438
3452
|
# @return [Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings]
|
3439
3453
|
attr_accessor :common
|
3440
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
|
+
|
3441
3465
|
def initialize(**args)
|
3442
3466
|
update!(**args)
|
3443
3467
|
end
|
@@ -3445,6 +3469,7 @@ module Google
|
|
3445
3469
|
# Update properties of this object
|
3446
3470
|
def update!(**args)
|
3447
3471
|
@common = args[:common] if args.key?(:common)
|
3472
|
+
@library_package = args[:library_package] if args.key?(:library_package)
|
3448
3473
|
end
|
3449
3474
|
end
|
3450
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
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:
|