google-apis-serviceconsumermanagement_v1beta1 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8c3c58b5443677f2ecf5a279f16d7d9ea550a5b987be4aaaaabe5ead4b0f8fe
|
4
|
+
data.tar.gz: 6bed0227804039da7059e9e309e662bfb8141f2243ada1b1551b9d96aba6db40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc4480eb540950aeed1a99d35998901689bc3806132fcf14643be9b79bb1f7cf0a97547a89b6c462248a5931b8f7697f62e66de9ccc4e39eee907820fce7ffe9
|
7
|
+
data.tar.gz: ef7c16c96077679cca996ca39c350219ccfb40ac22eb94250b1fa1d1a86907133ca2afcf942afcce0958bdc8e8bf9d5759208542e8a154438ecb7b4e7ddaf32d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-serviceconsumermanagement_v1beta1
|
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
|
@@ -2786,6 +2786,16 @@ module Google
|
|
2786
2786
|
# @return [Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings]
|
2787
2787
|
attr_accessor :common
|
2788
2788
|
|
2789
|
+
# The package name to use in Php. Clobbers the php_namespace option set in the
|
2790
|
+
# protobuf. This should be used **only** by APIs who have already set the
|
2791
|
+
# language_settings.php.package_name" field in gapic.yaml. API teams should use
|
2792
|
+
# the protobuf php_namespace option where possible. Example of a YAML
|
2793
|
+
# configuration:: publishing: library_settings: php_settings: library_package:
|
2794
|
+
# Google\Cloud\PubSub\V1
|
2795
|
+
# Corresponds to the JSON property `libraryPackage`
|
2796
|
+
# @return [String]
|
2797
|
+
attr_accessor :library_package
|
2798
|
+
|
2789
2799
|
def initialize(**args)
|
2790
2800
|
update!(**args)
|
2791
2801
|
end
|
@@ -2793,6 +2803,7 @@ module Google
|
|
2793
2803
|
# Update properties of this object
|
2794
2804
|
def update!(**args)
|
2795
2805
|
@common = args[:common] if args.key?(:common)
|
2806
|
+
@library_package = args[:library_package] if args.key?(:library_package)
|
2796
2807
|
end
|
2797
2808
|
end
|
2798
2809
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServiceconsumermanagementV1beta1
|
18
18
|
# Version of the google-apis-serviceconsumermanagement_v1beta1 gem
|
19
|
-
GEM_VERSION = "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.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250619"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1266,6 +1266,7 @@ module Google
|
|
1266
1266
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1267
1267
|
property :common, as: 'common', class: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceconsumermanagementV1beta1::CommonLanguageSettings::Representation
|
1268
1268
|
|
1269
|
+
property :library_package, as: 'libraryPackage'
|
1269
1270
|
end
|
1270
1271
|
end
|
1271
1272
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-serviceconsumermanagement_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.61.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|