google-apis-serviceusage_v1beta1 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bcac277afffdc0818ebb7cae2275ba469d1a9c05c0a19788b117dce1eaece082
|
4
|
+
data.tar.gz: '096427077e4c6b37f575cdf11194070af10b960c64c7fb10ffe18cc456e435c2'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cc6f75cd2208efc7c76e914e447e8748dcf9a16a7f4b52d65dcf3312d9d872afc54224be79bf65e85c0123a259fe3b5f5ea39c8000dafc82600b4237d4e7a43
|
7
|
+
data.tar.gz: a1a62a29cad2480f82b4aecfe9ae8d4c1a70f1d14b0b4751ebf9103332a29df3f3ad0a5f86e8b71277a1f5bd4d4a2c65aa46eca36ce794e6f178627c213fa3a7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-serviceusage_v1beta1
|
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
|
@@ -4758,6 +4758,16 @@ module Google
|
|
4758
4758
|
# @return [Google::Apis::ServiceusageV1beta1::CommonLanguageSettings]
|
4759
4759
|
attr_accessor :common
|
4760
4760
|
|
4761
|
+
# The package name to use in Php. Clobbers the php_namespace option set in the
|
4762
|
+
# protobuf. This should be used **only** by APIs who have already set the
|
4763
|
+
# language_settings.php.package_name" field in gapic.yaml. API teams should use
|
4764
|
+
# the protobuf php_namespace option where possible. Example of a YAML
|
4765
|
+
# configuration:: publishing: library_settings: php_settings: library_package:
|
4766
|
+
# Google\Cloud\PubSub\V1
|
4767
|
+
# Corresponds to the JSON property `libraryPackage`
|
4768
|
+
# @return [String]
|
4769
|
+
attr_accessor :library_package
|
4770
|
+
|
4761
4771
|
def initialize(**args)
|
4762
4772
|
update!(**args)
|
4763
4773
|
end
|
@@ -4765,6 +4775,7 @@ module Google
|
|
4765
4775
|
# Update properties of this object
|
4766
4776
|
def update!(**args)
|
4767
4777
|
@common = args[:common] if args.key?(:common)
|
4778
|
+
@library_package = args[:library_package] if args.key?(:library_package)
|
4768
4779
|
end
|
4769
4780
|
end
|
4770
4781
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServiceusageV1beta1
|
18
18
|
# Version of the google-apis-serviceusage_v1beta1 gem
|
19
|
-
GEM_VERSION = "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.
|
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
|
@@ -2039,6 +2039,7 @@ module Google
|
|
2039
2039
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2040
2040
|
property :common, as: 'common', class: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings, decorator: Google::Apis::ServiceusageV1beta1::CommonLanguageSettings::Representation
|
2041
2041
|
|
2042
|
+
property :library_package, as: 'libraryPackage'
|
2042
2043
|
end
|
2043
2044
|
end
|
2044
2045
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-serviceusage_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.69.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|