google-apis-serviceusage_v1 0.68.0 → 0.69.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: 991d418b8911f5d38cb041db45d61b0112817e62f08d3f529ee48a9f6868ec95
4
- data.tar.gz: ab987a0b9bb7ed077eb368ad41dad65fa1e790ddde86e0883150beda37be1fe3
3
+ metadata.gz: '09020a3e9d723b2f7fc389c5caa0239cfdd65c6b40ebfd3a4635320e78989cb0'
4
+ data.tar.gz: 842320758d184ad4cdd3f967098ae8217d97046d6755701ba9076491d98078a6
5
5
  SHA512:
6
- metadata.gz: b527d3af97391332711790daea2e68b8eeb14c948940632c9acfe930f0098e7c3f1095e34f3208ec6a47c158155140d15b2968132ff33af0b1487a6daf72c353
7
- data.tar.gz: 8cd67f894c2d1fe9a16712745127932e17c7586a17fd5317fe4b164bb5a82b7cdd90150ccef064db26768fdb4f2fb138563dd6bf97fe141a635c0f92ca76357c
6
+ metadata.gz: 4cc97cdba4128bba54dc9c9758a5d38017e8f38d58996d2b0e7b08e75f36f8650f1d436909151fc6daab7496246906b9859539ddbb926e7f2e05372d45630b84
7
+ data.tar.gz: c15a87008dc6e8dd37a3d81df4bebdd4fb47ca0133d019ceb6cb22be25d840d466c4c9ad8e191e7d576f3eafc5e1e657fc1a8712be4cbb981cfe6fcc8042086f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.69.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250619
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.68.0 (2025-05-21)
4
9
 
5
10
  * Regenerated from discovery document revision 20250515
@@ -4502,6 +4502,16 @@ module Google
4502
4502
  # @return [Google::Apis::ServiceusageV1::CommonLanguageSettings]
4503
4503
  attr_accessor :common
4504
4504
 
4505
+ # The package name to use in Php. Clobbers the php_namespace option set in the
4506
+ # protobuf. This should be used **only** by APIs who have already set the
4507
+ # language_settings.php.package_name" field in gapic.yaml. API teams should use
4508
+ # the protobuf php_namespace option where possible. Example of a YAML
4509
+ # configuration:: publishing: library_settings: php_settings: library_package:
4510
+ # Google\Cloud\PubSub\V1
4511
+ # Corresponds to the JSON property `libraryPackage`
4512
+ # @return [String]
4513
+ attr_accessor :library_package
4514
+
4505
4515
  def initialize(**args)
4506
4516
  update!(**args)
4507
4517
  end
@@ -4509,6 +4519,7 @@ module Google
4509
4519
  # Update properties of this object
4510
4520
  def update!(**args)
4511
4521
  @common = args[:common] if args.key?(:common)
4522
+ @library_package = args[:library_package] if args.key?(:library_package)
4512
4523
  end
4513
4524
  end
4514
4525
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.68.0"
19
+ GEM_VERSION = "0.69.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
@@ -1906,6 +1906,7 @@ module Google
1906
1906
  class Representation < Google::Apis::Core::JsonRepresentation
1907
1907
  property :common, as: 'common', class: Google::Apis::ServiceusageV1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1::CommonLanguageSettings::Representation
1908
1908
 
1909
+ property :library_package, as: 'libraryPackage'
1909
1910
  end
1910
1911
  end
1911
1912
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.68.0
4
+ version: 0.69.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-serviceusage_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.68.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.69.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
62
62
  rdoc_options: []
63
63
  require_paths: