google-apis-servicemanagement_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: 0e76e9293d6779e0710ab2402566b5a4b3785d22714224af61372c3afe559e90
|
4
|
+
data.tar.gz: 4c0d2af3765b91e11f20628bc654d08b106cd24da662dcdae349051b508f55b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a0486a333fa1f11ae698dafa2e551c405dc3da830a6338d910e69c37f4ba5e54ab1cce8314a6e4eee241820ed2f35e2b6770b9cfc1d6a1bb5852cada9104b06
|
7
|
+
data.tar.gz: b0cfe3d86dd6de625094d3984febfd388bc3d1caa7b62a9dc97a5560947b324d3d5cdcf4769f28fe1aca883732c9dbfec2d11402939e771921aa9ef86fe0b336
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-servicemanagement_v1
|
2
2
|
|
3
|
+
### v0.45.0 (2023-06-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230609
|
6
|
+
|
7
|
+
### v0.44.0 (2023-05-07)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230428
|
10
|
+
|
3
11
|
### v0.43.0 (2023-04-16)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230407
|
@@ -1165,7 +1165,7 @@ module Google
|
|
1165
1165
|
# documentation: summary: > The Google Calendar API gives access to most
|
1166
1166
|
# calendar features. pages: - name: Overview content: (== include google/foo/
|
1167
1167
|
# overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
|
1168
|
-
# ) subpages
|
1168
|
+
# ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
|
1169
1169
|
# rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
|
1170
1170
|
# google.calendar.Calendar.Put description: > ... Documentation is provided in
|
1171
1171
|
# markdown syntax. In addition to standard markdown features, definition lists,
|
@@ -1215,6 +1215,13 @@ module Google
|
|
1215
1215
|
# @return [Array<Google::Apis::ServicemanagementV1::DocumentationRule>]
|
1216
1216
|
attr_accessor :rules
|
1217
1217
|
|
1218
|
+
# Specifies section and content to override boilerplate content provided by go/
|
1219
|
+
# api-docgen. Currently overrides following sections: 1. rest.service.
|
1220
|
+
# client_libraries
|
1221
|
+
# Corresponds to the JSON property `sectionOverrides`
|
1222
|
+
# @return [Array<Google::Apis::ServicemanagementV1::Page>]
|
1223
|
+
attr_accessor :section_overrides
|
1224
|
+
|
1218
1225
|
# Specifies the service root url if the default one (the service name from the
|
1219
1226
|
# yaml file) is not suitable. This can be seen in any fully specified service
|
1220
1227
|
# urls as well as sections that show a base that other urls are relative to.
|
@@ -1239,6 +1246,7 @@ module Google
|
|
1239
1246
|
@overview = args[:overview] if args.key?(:overview)
|
1240
1247
|
@pages = args[:pages] if args.key?(:pages)
|
1241
1248
|
@rules = args[:rules] if args.key?(:rules)
|
1249
|
+
@section_overrides = args[:section_overrides] if args.key?(:section_overrides)
|
1242
1250
|
@service_root_url = args[:service_root_url] if args.key?(:service_root_url)
|
1243
1251
|
@summary = args[:summary] if args.key?(:summary)
|
1244
1252
|
end
|
@@ -1261,6 +1269,12 @@ module Google
|
|
1261
1269
|
# @return [String]
|
1262
1270
|
attr_accessor :description
|
1263
1271
|
|
1272
|
+
# String of comma or space separated case-sensitive words for which method/field
|
1273
|
+
# name replacement will be disabled by go/api-docgen.
|
1274
|
+
# Corresponds to the JSON property `disableReplacementWords`
|
1275
|
+
# @return [String]
|
1276
|
+
attr_accessor :disable_replacement_words
|
1277
|
+
|
1264
1278
|
# The selector is a comma-separated list of patterns for any element such as a
|
1265
1279
|
# method, a field, an enum value. Each pattern is a qualified name of the
|
1266
1280
|
# element which may end in "*", indicating a wildcard. Wildcards are only
|
@@ -1280,6 +1294,7 @@ module Google
|
|
1280
1294
|
def update!(**args)
|
1281
1295
|
@deprecation_description = args[:deprecation_description] if args.key?(:deprecation_description)
|
1282
1296
|
@description = args[:description] if args.key?(:description)
|
1297
|
+
@disable_replacement_words = args[:disable_replacement_words] if args.key?(:disable_replacement_words)
|
1283
1298
|
@selector = args[:selector] if args.key?(:selector)
|
1284
1299
|
end
|
1285
1300
|
end
|
@@ -3788,7 +3803,7 @@ module Google
|
|
3788
3803
|
# documentation: summary: > The Google Calendar API gives access to most
|
3789
3804
|
# calendar features. pages: - name: Overview content: (== include google/foo/
|
3790
3805
|
# overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
|
3791
|
-
# ) subpages
|
3806
|
+
# ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
|
3792
3807
|
# rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
|
3793
3808
|
# google.calendar.Calendar.Put description: > ... Documentation is provided in
|
3794
3809
|
# markdown syntax. In addition to standard markdown features, definition lists,
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicemanagementV1
|
18
18
|
# Version of the google-apis-servicemanagement_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 = "20230609"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -924,6 +924,8 @@ module Google
|
|
924
924
|
|
925
925
|
collection :rules, as: 'rules', class: Google::Apis::ServicemanagementV1::DocumentationRule, decorator: Google::Apis::ServicemanagementV1::DocumentationRule::Representation
|
926
926
|
|
927
|
+
collection :section_overrides, as: 'sectionOverrides', class: Google::Apis::ServicemanagementV1::Page, decorator: Google::Apis::ServicemanagementV1::Page::Representation
|
928
|
+
|
927
929
|
property :service_root_url, as: 'serviceRootUrl'
|
928
930
|
property :summary, as: 'summary'
|
929
931
|
end
|
@@ -934,6 +936,7 @@ module Google
|
|
934
936
|
class Representation < Google::Apis::Core::JsonRepresentation
|
935
937
|
property :deprecation_description, as: 'deprecationDescription'
|
936
938
|
property :description, as: 'description'
|
939
|
+
property :disable_replacement_words, as: 'disableReplacementWords'
|
937
940
|
property :selector, as: 'selector'
|
938
941
|
end
|
939
942
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicemanagement_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-25 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-servicemanagement_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.45.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|