google-apis-servicenetworking_v1 0.44.0 → 0.46.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: d790a4204e7bc8aa8f425c1893a23ac01176eefaff8ae22595a0dcdd21012644
4
+ data.tar.gz: 1a1b497249249fdd04a57bef216eff2270eac0921ba45de1aed88c89d2ae8648
5
5
  SHA512:
6
- metadata.gz: 88fcdb7ff4426cec725659e9468c8338ed6f5d57163f66644b9a198aa45bdf1ac2e5bee49d4349c585415530b67ec0ef005c74908412c784de622b59d0bd6ee5
7
- data.tar.gz: a961778b39b4f88f5bec3fd524c0fb9a95851c7160160fd34e85ef4515fe12373a4c1042ac393cfef341b82e34391942ebf1803e2257e6630a877e11ea410d65
6
+ metadata.gz: 47c6b84b749981cda5064dd9cd67162ce2856c03ed41c3979feb2ef79eb06d0e220adcee64083933b9f5e660b5525b6e60c97d6f8cfe07b4d9d72d25e9532eb6
7
+ data.tar.gz: a0f27e9d0afa9fcd9d7bd2d276707072eaffc90a360c2c4f73aab09d1fb5dc1731c644a2dcdaf245f4557d4397498724d556bce7f815babce1add8e588528ad4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.46.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230626
6
+
7
+ ### v0.45.0 (2023-06-18)
8
+
9
+ * Regenerated from discovery document revision 20230611
10
+
3
11
  ### v0.44.0 (2023-04-30)
4
12
 
5
13
  * 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
@@ -3470,7 +3478,10 @@ module Google
3470
3478
  # Required. Role to apply. Only allowlisted roles can be used at the specified
3471
3479
  # granularity. The role must be one of the following: - 'roles/container.
3472
3480
  # hostServiceAgentUser' applied on the shared VPC host project - 'roles/compute.
3473
- # securityAdmin' applied on the shared VPC host project
3481
+ # securityAdmin' applied on the shared VPC host project - 'roles/compute.
3482
+ # networkAdmin' applied on the shared VPC host project - 'roles/compute.xpnAdmin'
3483
+ # applied on the shared VPC host project - 'roles/dns.admin' applied on the
3484
+ # shared VPC host project
3474
3485
  # Corresponds to the JSON property `role`
3475
3486
  # @return [String]
3476
3487
  attr_accessor :role
@@ -4203,7 +4214,7 @@ module Google
4203
4214
  # documentation: summary: > The Google Calendar API gives access to most
4204
4215
  # calendar features. pages: - name: Overview content: (== include google/foo/
4205
4216
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
4206
- # ) subpages; - name: Java content: (== include google/foo/tutorial_java.md ==)
4217
+ # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
4207
4218
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
4208
4219
  # google.calendar.Calendar.Put description: > ... Documentation is provided in
4209
4220
  # 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.46.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 = "20230626"
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.46.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-07-02 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.46.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: []