google-apis-servicenetworking_v1 0.43.0 → 0.45.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: 87e60c44dfb55b33e6a0654beb8d929fd649698d6dfaa51509b4dbe414cbfd64
|
4
|
+
data.tar.gz: 268dccda07ad586fca9e46b7d3002b89f31935cc7d12ac4480946210fdf2b475
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c40a218cd2319841b9a1ea0cba96e84b419e607e47f1876eaac0fbfb204b97f2ae7cf7d16084ee0e9d0bb79ecd2354acf980e998436f26ff6797a1efba225d9
|
7
|
+
data.tar.gz: 6ffa25bf428fb259768207d6827f37d51ad48aa480a56483081dad784f059941dda283d8f885c4e5a8933991057c99005832e202c2786b922b2d256f1045f1c6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1
|
2
2
|
|
3
|
+
### v0.45.0 (2023-06-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230611
|
6
|
+
|
7
|
+
### v0.44.0 (2023-04-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230426
|
10
|
+
|
3
11
|
### v0.43.0 (2023-04-16)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230409
|
@@ -1533,7 +1533,7 @@ module Google
|
|
1533
1533
|
# documentation: summary: > The Google Calendar API gives access to most
|
1534
1534
|
# calendar features. pages: - name: Overview content: (== include google/foo/
|
1535
1535
|
# overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
|
1536
|
-
# ) subpages
|
1536
|
+
# ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
|
1537
1537
|
# rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
|
1538
1538
|
# google.calendar.Calendar.Put description: > ... Documentation is provided in
|
1539
1539
|
# markdown syntax. In addition to standard markdown features, definition lists,
|
@@ -1583,6 +1583,13 @@ module Google
|
|
1583
1583
|
# @return [Array<Google::Apis::ServicenetworkingV1::DocumentationRule>]
|
1584
1584
|
attr_accessor :rules
|
1585
1585
|
|
1586
|
+
# Specifies section and content to override boilerplate content provided by go/
|
1587
|
+
# api-docgen. Currently overrides following sections: 1. rest.service.
|
1588
|
+
# client_libraries
|
1589
|
+
# Corresponds to the JSON property `sectionOverrides`
|
1590
|
+
# @return [Array<Google::Apis::ServicenetworkingV1::Page>]
|
1591
|
+
attr_accessor :section_overrides
|
1592
|
+
|
1586
1593
|
# Specifies the service root url if the default one (the service name from the
|
1587
1594
|
# yaml file) is not suitable. This can be seen in any fully specified service
|
1588
1595
|
# urls as well as sections that show a base that other urls are relative to.
|
@@ -1607,6 +1614,7 @@ module Google
|
|
1607
1614
|
@overview = args[:overview] if args.key?(:overview)
|
1608
1615
|
@pages = args[:pages] if args.key?(:pages)
|
1609
1616
|
@rules = args[:rules] if args.key?(:rules)
|
1617
|
+
@section_overrides = args[:section_overrides] if args.key?(:section_overrides)
|
1610
1618
|
@service_root_url = args[:service_root_url] if args.key?(:service_root_url)
|
1611
1619
|
@summary = args[:summary] if args.key?(:summary)
|
1612
1620
|
end
|
@@ -1629,6 +1637,12 @@ module Google
|
|
1629
1637
|
# @return [String]
|
1630
1638
|
attr_accessor :description
|
1631
1639
|
|
1640
|
+
# String of comma or space separated case-sensitive words for which method/field
|
1641
|
+
# name replacement will be disabled by go/api-docgen.
|
1642
|
+
# Corresponds to the JSON property `disableReplacementWords`
|
1643
|
+
# @return [String]
|
1644
|
+
attr_accessor :disable_replacement_words
|
1645
|
+
|
1632
1646
|
# The selector is a comma-separated list of patterns for any element such as a
|
1633
1647
|
# method, a field, an enum value. Each pattern is a qualified name of the
|
1634
1648
|
# element which may end in "*", indicating a wildcard. Wildcards are only
|
@@ -1648,6 +1662,7 @@ module Google
|
|
1648
1662
|
def update!(**args)
|
1649
1663
|
@deprecation_description = args[:deprecation_description] if args.key?(:deprecation_description)
|
1650
1664
|
@description = args[:description] if args.key?(:description)
|
1665
|
+
@disable_replacement_words = args[:disable_replacement_words] if args.key?(:disable_replacement_words)
|
1651
1666
|
@selector = args[:selector] if args.key?(:selector)
|
1652
1667
|
end
|
1653
1668
|
end
|
@@ -4196,7 +4211,7 @@ module Google
|
|
4196
4211
|
# documentation: summary: > The Google Calendar API gives access to most
|
4197
4212
|
# calendar features. pages: - name: Overview content: (== include google/foo/
|
4198
4213
|
# overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
|
4199
|
-
# ) subpages
|
4214
|
+
# ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
|
4200
4215
|
# rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
|
4201
4216
|
# google.calendar.Calendar.Put description: > ... Documentation is provided in
|
4202
4217
|
# markdown syntax. In addition to standard markdown features, definition lists,
|
@@ -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.45.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 = "20230611"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1112,6 +1112,8 @@ module Google
|
|
1112
1112
|
|
1113
1113
|
collection :rules, as: 'rules', class: Google::Apis::ServicenetworkingV1::DocumentationRule, decorator: Google::Apis::ServicenetworkingV1::DocumentationRule::Representation
|
1114
1114
|
|
1115
|
+
collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServicenetworkingV1::Page, decorator: Google::Apis::ServicenetworkingV1::Page::Representation
|
1116
|
+
|
1115
1117
|
property :service_root_url, as: 'serviceRootUrl'
|
1116
1118
|
property :summary, as: 'summary'
|
1117
1119
|
end
|
@@ -1122,6 +1124,7 @@ module Google
|
|
1122
1124
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1123
1125
|
property :deprecation_description, as: 'deprecationDescription'
|
1124
1126
|
property :description, as: 'description'
|
1127
|
+
property :disable_replacement_words, as: 'disableReplacementWords'
|
1125
1128
|
property :selector, as: 'selector'
|
1126
1129
|
end
|
1127
1130
|
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.45.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-
|
11
|
+
date: 2023-06-18 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.45.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: []
|