google-apis-servicenetworking_v1beta 0.38.0 → 0.39.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: 3a897bed6b0ed1da188157638843f5d48d4bd3da1fa308d7bd9ee33c80f88eda
|
4
|
+
data.tar.gz: 559ccfc2284587aa9fb51f0b2a2be350499f066fcdecd843caa7e2387098b4ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77bec6db81b51aea8cefb41c55c3544317bb454d3a90880aa69dbe3086707bf356f7dabebef8037a9d1b72ed1bb75350a42ed2f30c34d58a6328447ba9d00ee3
|
7
|
+
data.tar.gz: 52b1ac5425d5bdcd2ecfb874a0e530db1784c8d1182558fd1442a8ae65c0b27090e11223bfd1a2b2cc49ccb484dd3e1591507cc78129ed9c12c919fa4cbe4848
|
data/CHANGELOG.md
CHANGED
@@ -1260,7 +1260,7 @@ module Google
|
|
1260
1260
|
# documentation: summary: > The Google Calendar API gives access to most
|
1261
1261
|
# calendar features. pages: - name: Overview content: (== include google/foo/
|
1262
1262
|
# overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
|
1263
|
-
# ) subpages
|
1263
|
+
# ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
|
1264
1264
|
# rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
|
1265
1265
|
# google.calendar.Calendar.Put description: > ... Documentation is provided in
|
1266
1266
|
# markdown syntax. In addition to standard markdown features, definition lists,
|
@@ -1310,6 +1310,13 @@ module Google
|
|
1310
1310
|
# @return [Array<Google::Apis::ServicenetworkingV1beta::DocumentationRule>]
|
1311
1311
|
attr_accessor :rules
|
1312
1312
|
|
1313
|
+
# Specifies section and content to override boilerplate content provided by go/
|
1314
|
+
# api-docgen. Currently overrides following sections: 1. rest.service.
|
1315
|
+
# client_libraries
|
1316
|
+
# Corresponds to the JSON property `sectionOverrides`
|
1317
|
+
# @return [Array<Google::Apis::ServicenetworkingV1beta::Page>]
|
1318
|
+
attr_accessor :section_overrides
|
1319
|
+
|
1313
1320
|
# Specifies the service root url if the default one (the service name from the
|
1314
1321
|
# yaml file) is not suitable. This can be seen in any fully specified service
|
1315
1322
|
# urls as well as sections that show a base that other urls are relative to.
|
@@ -1334,6 +1341,7 @@ module Google
|
|
1334
1341
|
@overview = args[:overview] if args.key?(:overview)
|
1335
1342
|
@pages = args[:pages] if args.key?(:pages)
|
1336
1343
|
@rules = args[:rules] if args.key?(:rules)
|
1344
|
+
@section_overrides = args[:section_overrides] if args.key?(:section_overrides)
|
1337
1345
|
@service_root_url = args[:service_root_url] if args.key?(:service_root_url)
|
1338
1346
|
@summary = args[:summary] if args.key?(:summary)
|
1339
1347
|
end
|
@@ -3686,7 +3694,7 @@ module Google
|
|
3686
3694
|
# documentation: summary: > The Google Calendar API gives access to most
|
3687
3695
|
# calendar features. pages: - name: Overview content: (== include google/foo/
|
3688
3696
|
# overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
|
3689
|
-
# ) subpages
|
3697
|
+
# ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
|
3690
3698
|
# rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
|
3691
3699
|
# google.calendar.Calendar.Put description: > ... Documentation is provided in
|
3692
3700
|
# markdown syntax. In addition to standard markdown features, definition lists,
|
@@ -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.39.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
|
@@ -932,6 +932,8 @@ module Google
|
|
932
932
|
|
933
933
|
collection :rules, as: 'rules', class: Google::Apis::ServicenetworkingV1beta::DocumentationRule, decorator: Google::Apis::ServicenetworkingV1beta::DocumentationRule::Representation
|
934
934
|
|
935
|
+
collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServicenetworkingV1beta::Page, decorator: Google::Apis::ServicenetworkingV1beta::Page::Representation
|
936
|
+
|
935
937
|
property :service_root_url, as: 'serviceRootUrl'
|
936
938
|
property :summary, as: 'summary'
|
937
939
|
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.39.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_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.39.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: []
|