google-apis-servicenetworking_v1 0.80.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a13a8f7f9840db4040dd72d5ab6e9319d1f6b791f3c91f8f60d09b2b4158dbb
4
- data.tar.gz: a540147b66618dc6eaeba00f249fbe2df9542f2c6aceb5908fe155e3c97abeaa
3
+ metadata.gz: 7728fe4be6b93317e1605358668d3beeccd6c72eadaf1ac9d57c668cfdf86798
4
+ data.tar.gz: fe3433e495c17eb96d4d7afa080bcc4f4bfe848372bccfeff12736e99256b1b0
5
5
  SHA512:
6
- metadata.gz: 73f4c9517b9c404247855a988ecf05f300de7e9b23edb8942152ee1edf04fbc43f2ca75bb5f30b6a02312332a7a76ba1ed272e87f071b453502a7fc67edfabba
7
- data.tar.gz: be92f16f5c8f2a99e3d28ff315431700d6a00dad945ff063dacebbee7d2021ce98a330f29dacfd2ddbff4fd8d98b0ff39d883539a335650d3db8638ad04b38e8
6
+ metadata.gz: 3ea74818a93a1386523f149b785bda340b3ec4e5a62f8c8badd47aeaf6555dcdf7fdb818f4d43d8640867f5e184b81827c415300d1787047c2022e10d920fe60
7
+ data.tar.gz: fde2523b20aa5ec65c300a2315e8e25f5ee78c0d6ee33c2eb102715dd450a06d89270d0b1520bc9fcd54dbbbc55cff26936103a3dd252b92b77341bf7b13a193
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.80.0 (2025-06-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20250604
@@ -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
@@ -3903,6 +3917,16 @@ module Google
3903
3917
  # @return [Google::Apis::ServicenetworkingV1::CommonLanguageSettings]
3904
3918
  attr_accessor :common
3905
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
+
3906
3930
  def initialize(**args)
3907
3931
  update!(**args)
3908
3932
  end
@@ -3910,6 +3934,7 @@ module Google
3910
3934
  # Update properties of this object
3911
3935
  def update!(**args)
3912
3936
  @common = args[:common] if args.key?(:common)
3937
+ @library_package = args[:library_package] if args.key?(:library_package)
3913
3938
  end
3914
3939
  end
3915
3940
 
@@ -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.80.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 = "20250604"
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
 
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.80.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.80.0
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: