google-apis-servicenetworking_v1 0.43.0 → 0.44.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: 91aedc81d9d162ed3d6fa395286c461f41fadea173a26d5b8e9f6b078e264335
|
4
|
+
data.tar.gz: 73474baae0ff6aacd2a379ce682f086d934260e05179099b6662ece13225708b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88fcdb7ff4426cec725659e9468c8338ed6f5d57163f66644b9a198aa45bdf1ac2e5bee49d4349c585415530b67ec0ef005c74908412c784de622b59d0bd6ee5
|
7
|
+
data.tar.gz: a961778b39b4f88f5bec3fd524c0fb9a95851c7160160fd34e85ef4515fe12373a4c1042ac393cfef341b82e34391942ebf1803e2257e6630a877e11ea410d65
|
data/CHANGELOG.md
CHANGED
@@ -1629,6 +1629,12 @@ module Google
|
|
1629
1629
|
# @return [String]
|
1630
1630
|
attr_accessor :description
|
1631
1631
|
|
1632
|
+
# String of comma or space separated case-sensitive words for which method/field
|
1633
|
+
# name replacement will be disabled by go/api-docgen.
|
1634
|
+
# Corresponds to the JSON property `disableReplacementWords`
|
1635
|
+
# @return [String]
|
1636
|
+
attr_accessor :disable_replacement_words
|
1637
|
+
|
1632
1638
|
# The selector is a comma-separated list of patterns for any element such as a
|
1633
1639
|
# method, a field, an enum value. Each pattern is a qualified name of the
|
1634
1640
|
# element which may end in "*", indicating a wildcard. Wildcards are only
|
@@ -1648,6 +1654,7 @@ module Google
|
|
1648
1654
|
def update!(**args)
|
1649
1655
|
@deprecation_description = args[:deprecation_description] if args.key?(:deprecation_description)
|
1650
1656
|
@description = args[:description] if args.key?(:description)
|
1657
|
+
@disable_replacement_words = args[:disable_replacement_words] if args.key?(:disable_replacement_words)
|
1651
1658
|
@selector = args[:selector] if args.key?(:selector)
|
1652
1659
|
end
|
1653
1660
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1
|
18
18
|
# Version of the google-apis-servicenetworking_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.44.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
|
@@ -1122,6 +1122,7 @@ module Google
|
|
1122
1122
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1123
1123
|
property :deprecation_description, as: 'deprecationDescription'
|
1124
1124
|
property :description, as: 'description'
|
1125
|
+
property :disable_replacement_words, as: 'disableReplacementWords'
|
1125
1126
|
property :selector, as: 'selector'
|
1126
1127
|
end
|
1127
1128
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.44.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.44.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|