google-apis-serviceusage_v1beta1 0.39.0 → 0.40.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: 6951b642430f28b74f5661e3bc89d4d63164fa1043cf67e234423da56a79bfc5
|
|
4
|
+
data.tar.gz: 1133a0b62750a0ed63c8565776e7628fb46448834a6c60e86e957ac860591a0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2e5d0cfdee229a33ea66663600418b284d72d72314514a9f18215eb502df1c22c1335728568b06543cb5907aa90a3be580f2eb93d8efb32aeb1c76d60fc25fa
|
|
7
|
+
data.tar.gz: 369cc2ccfbf3b8016a9e80e0a6fa93bff7a32e44bea628b3b9555bda889594a9ea6ee11c915676883d9f40bfa26aa248d50252afeda187aa8ccd743b19fe427e
|
data/CHANGELOG.md
CHANGED
|
@@ -1227,7 +1227,7 @@ module Google
|
|
|
1227
1227
|
# documentation: summary: > The Google Calendar API gives access to most
|
|
1228
1228
|
# calendar features. pages: - name: Overview content: (== include google/foo/
|
|
1229
1229
|
# overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
|
|
1230
|
-
# ) subpages
|
|
1230
|
+
# ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
|
|
1231
1231
|
# rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
|
|
1232
1232
|
# google.calendar.Calendar.Put description: > ... Documentation is provided in
|
|
1233
1233
|
# markdown syntax. In addition to standard markdown features, definition lists,
|
|
@@ -1277,6 +1277,13 @@ module Google
|
|
|
1277
1277
|
# @return [Array<Google::Apis::ServiceusageV1beta1::DocumentationRule>]
|
|
1278
1278
|
attr_accessor :rules
|
|
1279
1279
|
|
|
1280
|
+
# Specifies section and content to override boilerplate content provided by go/
|
|
1281
|
+
# api-docgen. Currently overrides following sections: 1. rest.service.
|
|
1282
|
+
# client_libraries
|
|
1283
|
+
# Corresponds to the JSON property `sectionOverrides`
|
|
1284
|
+
# @return [Array<Google::Apis::ServiceusageV1beta1::Page>]
|
|
1285
|
+
attr_accessor :section_overrides
|
|
1286
|
+
|
|
1280
1287
|
# Specifies the service root url if the default one (the service name from the
|
|
1281
1288
|
# yaml file) is not suitable. This can be seen in any fully specified service
|
|
1282
1289
|
# urls as well as sections that show a base that other urls are relative to.
|
|
@@ -1301,6 +1308,7 @@ module Google
|
|
|
1301
1308
|
@overview = args[:overview] if args.key?(:overview)
|
|
1302
1309
|
@pages = args[:pages] if args.key?(:pages)
|
|
1303
1310
|
@rules = args[:rules] if args.key?(:rules)
|
|
1311
|
+
@section_overrides = args[:section_overrides] if args.key?(:section_overrides)
|
|
1304
1312
|
@service_root_url = args[:service_root_url] if args.key?(:service_root_url)
|
|
1305
1313
|
@summary = args[:summary] if args.key?(:summary)
|
|
1306
1314
|
end
|
|
@@ -1903,7 +1911,7 @@ module Google
|
|
|
1903
1911
|
# documentation: summary: > The Google Calendar API gives access to most
|
|
1904
1912
|
# calendar features. pages: - name: Overview content: (== include google/foo/
|
|
1905
1913
|
# overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
|
|
1906
|
-
# ) subpages
|
|
1914
|
+
# ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
|
|
1907
1915
|
# rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
|
|
1908
1916
|
# google.calendar.Calendar.Put description: > ... Documentation is provided in
|
|
1909
1917
|
# markdown syntax. In addition to standard markdown features, definition lists,
|
|
@@ -2218,7 +2226,7 @@ module Google
|
|
|
2218
2226
|
# documentation: summary: > The Google Calendar API gives access to most
|
|
2219
2227
|
# calendar features. pages: - name: Overview content: (== include google/foo/
|
|
2220
2228
|
# overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
|
|
2221
|
-
# ) subpages
|
|
2229
|
+
# ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
|
|
2222
2230
|
# rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
|
|
2223
2231
|
# google.calendar.Calendar.Put description: > ... Documentation is provided in
|
|
2224
2232
|
# markdown syntax. In addition to standard markdown features, definition lists,
|
|
@@ -4467,7 +4475,7 @@ module Google
|
|
|
4467
4475
|
# documentation: summary: > The Google Calendar API gives access to most
|
|
4468
4476
|
# calendar features. pages: - name: Overview content: (== include google/foo/
|
|
4469
4477
|
# overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
|
|
4470
|
-
# ) subpages
|
|
4478
|
+
# ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
|
|
4471
4479
|
# rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
|
|
4472
4480
|
# google.calendar.Calendar.Put description: > ... Documentation is provided in
|
|
4473
4481
|
# markdown syntax. In addition to standard markdown features, definition lists,
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServiceusageV1beta1
|
|
18
18
|
# Version of the google-apis-serviceusage_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.40.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
|
|
@@ -1039,6 +1039,8 @@ module Google
|
|
|
1039
1039
|
|
|
1040
1040
|
collection :rules, as: 'rules', class: Google::Apis::ServiceusageV1beta1::DocumentationRule, decorator: Google::Apis::ServiceusageV1beta1::DocumentationRule::Representation
|
|
1041
1041
|
|
|
1042
|
+
collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServiceusageV1beta1::Page, decorator: Google::Apis::ServiceusageV1beta1::Page::Representation
|
|
1043
|
+
|
|
1042
1044
|
property :service_root_url, as: 'serviceRootUrl'
|
|
1043
1045
|
property :summary, as: 'summary'
|
|
1044
1046
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-serviceusage_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.40.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-06-
|
|
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-serviceusage_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.40.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|