google-apis-servicenetworking_v1beta 0.36.0 → 0.38.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1cc76745fb28a53089fc226a51927f9e91b46fdfbeda5a779134a1c6c0d141e
|
4
|
+
data.tar.gz: d5c5ea1b1181a95a18e83895839ea671c6a8d8fb15d6148998e6772913aa9411
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 418a8a61b715d094ffcc027048e1a29a3b2aaca014604c367b54bebdfddff2202ac60b382dfe34cf77029fd5d3b968cf0eaf0464c9e8ef27774a9086eb5e3eec
|
7
|
+
data.tar.gz: e393b6fff42894b695395038c594287394204a6da3e92c474cdde9e2b9b6d8da4bad34b29a204602fa55888710b660c27ba391d7227383772266e4a324e4bd4d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1beta
|
2
2
|
|
3
|
+
### v0.38.0 (2023-04-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230426
|
6
|
+
|
7
|
+
### v0.37.0 (2023-04-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230409
|
10
|
+
|
3
11
|
### v0.36.0 (2023-04-02)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230329
|
@@ -1356,6 +1356,12 @@ module Google
|
|
1356
1356
|
# @return [String]
|
1357
1357
|
attr_accessor :description
|
1358
1358
|
|
1359
|
+
# String of comma or space separated case-sensitive words for which method/field
|
1360
|
+
# name replacement will be disabled by go/api-docgen.
|
1361
|
+
# Corresponds to the JSON property `disableReplacementWords`
|
1362
|
+
# @return [String]
|
1363
|
+
attr_accessor :disable_replacement_words
|
1364
|
+
|
1359
1365
|
# The selector is a comma-separated list of patterns for any element such as a
|
1360
1366
|
# method, a field, an enum value. Each pattern is a qualified name of the
|
1361
1367
|
# element which may end in "*", indicating a wildcard. Wildcards are only
|
@@ -1375,6 +1381,7 @@ module Google
|
|
1375
1381
|
def update!(**args)
|
1376
1382
|
@deprecation_description = args[:deprecation_description] if args.key?(:deprecation_description)
|
1377
1383
|
@description = args[:description] if args.key?(:description)
|
1384
|
+
@disable_replacement_words = args[:disable_replacement_words] if args.key?(:disable_replacement_words)
|
1378
1385
|
@selector = args[:selector] if args.key?(:selector)
|
1379
1386
|
end
|
1380
1387
|
end
|
@@ -3174,7 +3181,7 @@ module Google
|
|
3174
3181
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::MethodSettings>]
|
3175
3182
|
attr_accessor :method_settings
|
3176
3183
|
|
3177
|
-
# Link to a
|
3184
|
+
# Link to a *public* URI where users can report issues. Example: https://
|
3178
3185
|
# issuetracker.google.com/issues/new?component=190865&template=1161103
|
3179
3186
|
# Corresponds to the JSON property `newIssueUri`
|
3180
3187
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1beta
|
18
18
|
# Version of the google-apis-servicenetworking_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.38.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
|
@@ -942,6 +942,7 @@ module Google
|
|
942
942
|
class Representation < Google::Apis::Core::JsonRepresentation
|
943
943
|
property :deprecation_description, as: 'deprecationDescription'
|
944
944
|
property :description, as: 'description'
|
945
|
+
property :disable_replacement_words, as: 'disableReplacementWords'
|
945
946
|
property :selector, as: 'selector'
|
946
947
|
end
|
947
948
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.38.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-servicenetworking_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.38.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|