google-apis-servicenetworking_v1beta 0.64.0 → 0.66.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: d8c3a32ea63247960b45bde95d25e609636836ae481ea5fb7a2ecad913e53dea
|
4
|
+
data.tar.gz: 9f451bd98880055d33485cbcf394e7d9dddd9e5a72427a76678c8836234b7864
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a573baf43b8120d5741d15d9c067681c42394de6014a49a22af27c25afd7783f07564e7434bd6898b58ce7b0f9cadaa0fb373d7b43a6a7010c1d566523ba7a9f
|
7
|
+
data.tar.gz: b76a24d4fdf5a095182fb164ff408510a8abe2c68ff7d441cccd85b34a4fdc292aa0745488e7b0622144689ad21d59c7f4ee6dcf8d37ad16f20cc9036fcb05cf
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1beta
|
2
2
|
|
3
|
+
### v0.66.0 (2025-07-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250713
|
6
|
+
|
7
|
+
### v0.65.0 (2025-06-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250618
|
10
|
+
|
3
11
|
### v0.64.0 (2025-06-08)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250604
|
@@ -200,6 +200,11 @@ module Google
|
|
200
200
|
class Api
|
201
201
|
include Google::Apis::Core::Hashable
|
202
202
|
|
203
|
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
204
|
+
# Corresponds to the JSON property `edition`
|
205
|
+
# @return [String]
|
206
|
+
attr_accessor :edition
|
207
|
+
|
203
208
|
# The methods of this interface, in unspecified order.
|
204
209
|
# Corresponds to the JSON property `methods`
|
205
210
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::MethodProp>]
|
@@ -255,6 +260,7 @@ module Google
|
|
255
260
|
|
256
261
|
# Update properties of this object
|
257
262
|
def update!(**args)
|
263
|
+
@edition = args[:edition] if args.key?(:edition)
|
258
264
|
@methods_prop = args[:methods_prop] if args.key?(:methods_prop)
|
259
265
|
@mixins = args[:mixins] if args.key?(:mixins)
|
260
266
|
@name = args[:name] if args.key?(:name)
|
@@ -573,7 +579,7 @@ module Google
|
|
573
579
|
# @return [Hash<String,Google::Apis::ServicenetworkingV1beta::BackendRule>]
|
574
580
|
attr_accessor :overrides_by_request_protocol
|
575
581
|
|
576
|
-
#
|
582
|
+
# no-lint
|
577
583
|
# Corresponds to the JSON property `pathTranslation`
|
578
584
|
# @return [String]
|
579
585
|
attr_accessor :path_translation
|
@@ -815,6 +821,20 @@ module Google
|
|
815
821
|
end
|
816
822
|
end
|
817
823
|
|
824
|
+
# Metadata provided through GetOperation request for the LRO generated by
|
825
|
+
# Cleanup Connection API
|
826
|
+
class CleanupConnectionMetadata
|
827
|
+
include Google::Apis::Core::Hashable
|
828
|
+
|
829
|
+
def initialize(**args)
|
830
|
+
update!(**args)
|
831
|
+
end
|
832
|
+
|
833
|
+
# Update properties of this object
|
834
|
+
def update!(**args)
|
835
|
+
end
|
836
|
+
end
|
837
|
+
|
818
838
|
# Details about how and where to publish client libraries.
|
819
839
|
class ClientLibrarySettings
|
820
840
|
include Google::Apis::Core::Hashable
|
@@ -1958,7 +1978,8 @@ module Google
|
|
1958
1978
|
|
1959
1979
|
# Map of service names to renamed services. Keys are the package relative
|
1960
1980
|
# service names and values are the name to be used for the service client and
|
1961
|
-
# call options. publishing: go_settings: renamed_services: Publisher:
|
1981
|
+
# call options. Example: publishing: go_settings: renamed_services: Publisher:
|
1982
|
+
# TopicAdmin
|
1962
1983
|
# Corresponds to the JSON property `renamedServices`
|
1963
1984
|
# @return [Hash<String,String>]
|
1964
1985
|
attr_accessor :renamed_services
|
@@ -2633,6 +2654,11 @@ module Google
|
|
2633
2654
|
class MethodProp
|
2634
2655
|
include Google::Apis::Core::Hashable
|
2635
2656
|
|
2657
|
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
2658
|
+
# Corresponds to the JSON property `edition`
|
2659
|
+
# @return [String]
|
2660
|
+
attr_accessor :edition
|
2661
|
+
|
2636
2662
|
# The simple name of this method.
|
2637
2663
|
# Corresponds to the JSON property `name`
|
2638
2664
|
# @return [String]
|
@@ -2676,6 +2702,7 @@ module Google
|
|
2676
2702
|
|
2677
2703
|
# Update properties of this object
|
2678
2704
|
def update!(**args)
|
2705
|
+
@edition = args[:edition] if args.key?(:edition)
|
2679
2706
|
@name = args[:name] if args.key?(:name)
|
2680
2707
|
@options = args[:options] if args.key?(:options)
|
2681
2708
|
@request_streaming = args[:request_streaming] if args.key?(:request_streaming)
|
@@ -3438,6 +3465,16 @@ module Google
|
|
3438
3465
|
# @return [Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings]
|
3439
3466
|
attr_accessor :common
|
3440
3467
|
|
3468
|
+
# The package name to use in Php. Clobbers the php_namespace option set in the
|
3469
|
+
# protobuf. This should be used **only** by APIs who have already set the
|
3470
|
+
# language_settings.php.package_name" field in gapic.yaml. API teams should use
|
3471
|
+
# the protobuf php_namespace option where possible. Example of a YAML
|
3472
|
+
# configuration:: publishing: library_settings: php_settings: library_package:
|
3473
|
+
# Google\Cloud\PubSub\V1
|
3474
|
+
# Corresponds to the JSON property `libraryPackage`
|
3475
|
+
# @return [String]
|
3476
|
+
attr_accessor :library_package
|
3477
|
+
|
3441
3478
|
def initialize(**args)
|
3442
3479
|
update!(**args)
|
3443
3480
|
end
|
@@ -3445,6 +3482,7 @@ module Google
|
|
3445
3482
|
# Update properties of this object
|
3446
3483
|
def update!(**args)
|
3447
3484
|
@common = args[:common] if args.key?(:common)
|
3485
|
+
@library_package = args[:library_package] if args.key?(:library_package)
|
3448
3486
|
end
|
3449
3487
|
end
|
3450
3488
|
|
@@ -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.66.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 = "20250713"
|
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
|
|
@@ -711,6 +717,7 @@ module Google
|
|
711
717
|
class Api
|
712
718
|
# @private
|
713
719
|
class Representation < Google::Apis::Core::JsonRepresentation
|
720
|
+
property :edition, as: 'edition'
|
714
721
|
collection :methods_prop, as: 'methods', class: Google::Apis::ServicenetworkingV1beta::MethodProp, decorator: Google::Apis::ServicenetworkingV1beta::MethodProp::Representation
|
715
722
|
|
716
723
|
collection :mixins, as: 'mixins', class: Google::Apis::ServicenetworkingV1beta::Mixin, decorator: Google::Apis::ServicenetworkingV1beta::Mixin::Representation
|
@@ -851,6 +858,12 @@ module Google
|
|
851
858
|
end
|
852
859
|
end
|
853
860
|
|
861
|
+
class CleanupConnectionMetadata
|
862
|
+
# @private
|
863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
864
|
+
end
|
865
|
+
end
|
866
|
+
|
854
867
|
class ClientLibrarySettings
|
855
868
|
# @private
|
856
869
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1277,6 +1290,7 @@ module Google
|
|
1277
1290
|
class MethodProp
|
1278
1291
|
# @private
|
1279
1292
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1293
|
+
property :edition, as: 'edition'
|
1280
1294
|
property :name, as: 'name'
|
1281
1295
|
collection :options, as: 'options', class: Google::Apis::ServicenetworkingV1beta::Option, decorator: Google::Apis::ServicenetworkingV1beta::Option::Representation
|
1282
1296
|
|
@@ -1455,6 +1469,7 @@ module Google
|
|
1455
1469
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1456
1470
|
property :common, as: 'common', class: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings, decorator: Google::Apis::ServicenetworkingV1beta::CommonLanguageSettings::Representation
|
1457
1471
|
|
1472
|
+
property :library_package, as: 'libraryPackage'
|
1458
1473
|
end
|
1459
1474
|
end
|
1460
1475
|
|
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.66.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.66.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:
|