google-apis-serviceusage_v1 0.34.0 → 0.35.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: 55f577a1ce286fbc0aaba83800965ddad5d87c4860de84b776d9570d61c2ac87
|
|
4
|
+
data.tar.gz: 49bf1a4f404cb7c1f8de3205ba9b4290a24e483a3fb7036da4a0b688f1748ddc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae50e92294bddff567d7e31b92b4788cfff4d89296608d90bd246043a28ee3babaaca1ad9b408ee2eb1ab187aa0286414359fc95ca1aebcd776cb4f26b7f040b
|
|
7
|
+
data.tar.gz: e9870e9342392096b1ce1c2130188c845011704eaeb411372b5c95eecc2958b2fbfc6ddb4dbf594db129a9e2467d5eb9a7dbdd07d342b44173acde8fab869143
|
data/CHANGELOG.md
CHANGED
|
@@ -1204,6 +1204,12 @@ module Google
|
|
|
1204
1204
|
# @return [String]
|
|
1205
1205
|
attr_accessor :description
|
|
1206
1206
|
|
|
1207
|
+
# String of comma or space separated case-sensitive words for which method/field
|
|
1208
|
+
# name replacement will be disabled by go/api-docgen.
|
|
1209
|
+
# Corresponds to the JSON property `disableReplacementWords`
|
|
1210
|
+
# @return [String]
|
|
1211
|
+
attr_accessor :disable_replacement_words
|
|
1212
|
+
|
|
1207
1213
|
# The selector is a comma-separated list of patterns for any element such as a
|
|
1208
1214
|
# method, a field, an enum value. Each pattern is a qualified name of the
|
|
1209
1215
|
# element which may end in "*", indicating a wildcard. Wildcards are only
|
|
@@ -1223,6 +1229,7 @@ module Google
|
|
|
1223
1229
|
def update!(**args)
|
|
1224
1230
|
@deprecation_description = args[:deprecation_description] if args.key?(:deprecation_description)
|
|
1225
1231
|
@description = args[:description] if args.key?(:description)
|
|
1232
|
+
@disable_replacement_words = args[:disable_replacement_words] if args.key?(:disable_replacement_words)
|
|
1226
1233
|
@selector = args[:selector] if args.key?(:selector)
|
|
1227
1234
|
end
|
|
1228
1235
|
end
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.35.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230426"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -945,6 +945,7 @@ module Google
|
|
|
945
945
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
946
946
|
property :deprecation_description, as: 'deprecationDescription'
|
|
947
947
|
property :description, as: 'description'
|
|
948
|
+
property :disable_replacement_words, as: 'disableReplacementWords'
|
|
948
949
|
property :selector, as: 'selector'
|
|
949
950
|
end
|
|
950
951
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-serviceusage_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.35.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.35.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|