google-apis-servicenetworking_v1 0.44.0 → 0.45.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: 91aedc81d9d162ed3d6fa395286c461f41fadea173a26d5b8e9f6b078e264335
4
- data.tar.gz: 73474baae0ff6aacd2a379ce682f086d934260e05179099b6662ece13225708b
3
+ metadata.gz: 87e60c44dfb55b33e6a0654beb8d929fd649698d6dfaa51509b4dbe414cbfd64
4
+ data.tar.gz: 268dccda07ad586fca9e46b7d3002b89f31935cc7d12ac4480946210fdf2b475
5
5
  SHA512:
6
- metadata.gz: 88fcdb7ff4426cec725659e9468c8338ed6f5d57163f66644b9a198aa45bdf1ac2e5bee49d4349c585415530b67ec0ef005c74908412c784de622b59d0bd6ee5
7
- data.tar.gz: a961778b39b4f88f5bec3fd524c0fb9a95851c7160160fd34e85ef4515fe12373a4c1042ac393cfef341b82e34391942ebf1803e2257e6630a877e11ea410d65
6
+ metadata.gz: 9c40a218cd2319841b9a1ea0cba96e84b419e607e47f1876eaac0fbfb204b97f2ae7cf7d16084ee0e9d0bb79ecd2354acf980e998436f26ff6797a1efba225d9
7
+ data.tar.gz: 6ffa25bf428fb259768207d6827f37d51ad48aa480a56483081dad784f059941dda283d8f885c4e5a8933991057c99005832e202c2786b922b2d256f1045f1c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.44.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230426
@@ -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; - name: Java content: (== include google/foo/tutorial_java.md ==)
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
@@ -4203,7 +4211,7 @@ module Google
4203
4211
  # documentation: summary: > The Google Calendar API gives access to most
4204
4212
  # calendar features. pages: - name: Overview content: (== include google/foo/
4205
4213
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
4206
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
4214
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
4207
4215
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
4208
4216
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
4209
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.44.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 = "20230426"
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
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.44.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-04-30 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.44.0
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: []