google-apis-serviceconsumermanagement_v1 0.60.0 → 0.61.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: 7d9f619be5b2e16d72ae96abebca6c12acac83b50a9ec505020e41ea311b56f9
4
- data.tar.gz: 47ee11c0be203d5eec1a11d639b039f1a01b1592f5b00c5ccc87fdae4a95b619
3
+ metadata.gz: 36094fdf39b00a61528cfdc274bbdc53960c4b2768afc6069f26eb4f68983ade
4
+ data.tar.gz: 2a0d98711bb2db3fad4a0936d49667b7928076e0e424b55250891ee5b2e7c728
5
5
  SHA512:
6
- metadata.gz: 9f095d7346c63abaa79c548b6e58e6a3e44d83877a9ef02a0c90b21c91c8012c14ccd2165059d2e008044e0da2ab8e1780ea3df7812f8d5af074a61d622895b0
7
- data.tar.gz: 336d813cc70abd3a5869beb30792d56f9b065f0636fb49db75f69a3158d851c1188b4b4da13de1813ecc3e7ecc9e0656aa284ca29062b44707cc2d383ce787aa
6
+ metadata.gz: 638ca2d327c3c31fb6277b81eb6324c51e740e2ce16a2bd4e73e06bdd2a454a546ca944e44fff0a4414518a732cf3964cbdacd36913709a0cb41f194527cb0a4
7
+ data.tar.gz: 0b653ecf80392d237d4cd6e113152fed4f11a0a30171941f89b06121f28879ca281daec495b6e76caf9aca84a262c27316543ec987343637985e21798b4a388d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
2
2
 
3
+ ### v0.61.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250619
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.60.0 (2025-05-21)
4
9
 
5
10
  * Regenerated from discovery document revision 20250515
@@ -3005,6 +3005,16 @@ module Google
3005
3005
  # @return [Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings]
3006
3006
  attr_accessor :common
3007
3007
 
3008
+ # The package name to use in Php. Clobbers the php_namespace option set in the
3009
+ # protobuf. This should be used **only** by APIs who have already set the
3010
+ # language_settings.php.package_name" field in gapic.yaml. API teams should use
3011
+ # the protobuf php_namespace option where possible. Example of a YAML
3012
+ # configuration:: publishing: library_settings: php_settings: library_package:
3013
+ # Google\Cloud\PubSub\V1
3014
+ # Corresponds to the JSON property `libraryPackage`
3015
+ # @return [String]
3016
+ attr_accessor :library_package
3017
+
3008
3018
  def initialize(**args)
3009
3019
  update!(**args)
3010
3020
  end
@@ -3012,6 +3022,7 @@ module Google
3012
3022
  # Update properties of this object
3013
3023
  def update!(**args)
3014
3024
  @common = args[:common] if args.key?(:common)
3025
+ @library_package = args[:library_package] if args.key?(:library_package)
3015
3026
  end
3016
3027
  end
3017
3028
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1 gem
19
- GEM_VERSION = "0.60.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250515"
25
+ REVISION = "20250619"
26
26
  end
27
27
  end
28
28
  end
@@ -1380,6 +1380,7 @@ module Google
1380
1380
  class Representation < Google::Apis::Core::JsonRepresentation
1381
1381
  property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1::CommonLanguageSettings::Representation
1382
1382
 
1383
+ property :library_package, as: 'libraryPackage'
1383
1384
  end
1384
1385
  end
1385
1386
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.0
4
+ version: 0.61.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-serviceconsumermanagement_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.60.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.61.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
62
62
  rdoc_options: []
63
63
  require_paths: