google-apis-servicenetworking_v1beta 0.37.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: 19aefd8b38b185fb095a028406c4ce8db4292ea961af5d4e0ca613bf1d9d0369
4
- data.tar.gz: b18f0a7a33b003e4f739501b689f2298829db8b060445c829ab8231eb6283f74
3
+ metadata.gz: 3a897bed6b0ed1da188157638843f5d48d4bd3da1fa308d7bd9ee33c80f88eda
4
+ data.tar.gz: 559ccfc2284587aa9fb51f0b2a2be350499f066fcdecd843caa7e2387098b4ac
5
5
  SHA512:
6
- metadata.gz: f2beb114b1465e7890b09dcfbc84758a6060d52ec852ad85242cec10a9c0d598344210d0f77c0c30fc32f571fade948fe2d8527da74d4b377eeada5be9c905c2
7
- data.tar.gz: 43be95fe9580f0293b6ec9eca5d63f305cfd3ac6ac99ba81bdabde03fb6172b7bf9850e3cfc62bb5dd9d0e29e688ae2ed24dea4a0db3b81ec28e5e161d71bcc2
6
+ metadata.gz: 77bec6db81b51aea8cefb41c55c3544317bb454d3a90880aa69dbe3086707bf356f7dabebef8037a9d1b72ed1bb75350a42ed2f30c34d58a6328447ba9d00ee3
7
+ data.tar.gz: 52b1ac5425d5bdcd2ecfb874a0e530db1784c8d1182558fd1442a8ae65c0b27090e11223bfd1a2b2cc49ccb484dd3e1591507cc78129ed9c12c919fa4cbe4848
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.39.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230611
6
+
7
+ ### v0.38.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230426
10
+
3
11
  ### v0.37.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230409
@@ -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; - name: Java content: (== include google/foo/tutorial_java.md ==)
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
@@ -1356,6 +1364,12 @@ module Google
1356
1364
  # @return [String]
1357
1365
  attr_accessor :description
1358
1366
 
1367
+ # String of comma or space separated case-sensitive words for which method/field
1368
+ # name replacement will be disabled by go/api-docgen.
1369
+ # Corresponds to the JSON property `disableReplacementWords`
1370
+ # @return [String]
1371
+ attr_accessor :disable_replacement_words
1372
+
1359
1373
  # The selector is a comma-separated list of patterns for any element such as a
1360
1374
  # method, a field, an enum value. Each pattern is a qualified name of the
1361
1375
  # element which may end in "*", indicating a wildcard. Wildcards are only
@@ -1375,6 +1389,7 @@ module Google
1375
1389
  def update!(**args)
1376
1390
  @deprecation_description = args[:deprecation_description] if args.key?(:deprecation_description)
1377
1391
  @description = args[:description] if args.key?(:description)
1392
+ @disable_replacement_words = args[:disable_replacement_words] if args.key?(:disable_replacement_words)
1378
1393
  @selector = args[:selector] if args.key?(:selector)
1379
1394
  end
1380
1395
  end
@@ -3679,7 +3694,7 @@ module Google
3679
3694
  # documentation: summary: > The Google Calendar API gives access to most
3680
3695
  # calendar features. pages: - name: Overview content: (== include google/foo/
3681
3696
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
3682
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
3697
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
3683
3698
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
3684
3699
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
3685
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.37.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 = "20230409"
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
@@ -942,6 +944,7 @@ module Google
942
944
  class Representation < Google::Apis::Core::JsonRepresentation
943
945
  property :deprecation_description, as: 'deprecationDescription'
944
946
  property :description, as: 'description'
947
+ property :disable_replacement_words, as: 'disableReplacementWords'
945
948
  property :selector, as: 'selector'
946
949
  end
947
950
  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.37.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-04-16 00:00:00.000000000 Z
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.37.0
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: []