google-apis-servicenetworking_v1 0.60.0 → 0.61.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: 96aa60158e8c1a7740193d827e5fe884ce296c8be2da6e53ab0977b014dbc6d8
4
- data.tar.gz: 3420b3f34ddf2e75f3b56564366f6fa26c9fa57004e8c85afeb9328a0751be62
3
+ metadata.gz: db79ef8e56cd0ae9c4ca4fcb3db2021c58b4cc49a5064d24fcde6581226af381
4
+ data.tar.gz: 54aa666c2c865b86ceab518f741ecd633f9622a60679b204be90e7c037049c4e
5
5
  SHA512:
6
- metadata.gz: 6bd5f6e7656a7992838f80375a0fa4ffe919cf9a81a554bf2dfd1ac3c047929d3cfd3dda1570b784ae7305c17726925831aa304a8e480487a7d1a8b58d704ec5
7
- data.tar.gz: 0dd9ad149bf3dcb4c2128a26271d1a5162c5b8c74770988c936498c3aa83ff3fce90a399ab4f8cb41c0a6291f9b3328bafc224e420c832ac77883b1c5e7f1a42
6
+ metadata.gz: 350a4182399b0515e9c1a4eb6f2f876ea3b163d93eaafc4198140c32ef91ae0cb9d00ffe7617e9c34abdec4e8e7745c9b6fd67493b78a5dc473b96d68aaa1341
7
+ data.tar.gz: 3e1c16b3c7c536c233a1c1655b77770353b5bb09546edec567aa7f3f7d841465fe878a1ddf564a7189cfc3606e91a6ce9c09e1fbd35ebdb642d744d6c2a4ceef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1
2
2
 
3
+ ### v0.61.0 (2024-06-30)
4
+
5
+ * Regenerated from discovery document revision 20240626
6
+
3
7
  ### v0.60.0 (2024-06-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20240529
@@ -1575,14 +1575,17 @@ module Google
1575
1575
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
1576
1576
  # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
1577
1577
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
1578
- # google.calendar.Calendar.Put description: > ... Documentation is provided in
1579
- # markdown syntax. In addition to standard markdown features, definition lists,
1580
- # tables and fenced code blocks are supported. Section headers can be provided
1581
- # and are interpreted relative to the section nesting of the context where a
1582
- # documentation fragment is embedded. Documentation from the IDL is merged with
1583
- # documentation defined via the config at normalization time, where
1584
- # documentation provided by config rules overrides IDL provided. A number of
1585
- # constructs specific to the API platform are supported in documentation text.
1578
+ # google.calendar.Calendar.Put description: > ... code_snippet_rules: - selector:
1579
+ # google.calendar.Calendar.Delete code_snippets: - includes: - github_include:
1580
+ # region_tag: calendar_delete code_language: JAVA account: GoogleCloudPlatform
1581
+ # project: java-docs-samples file: calendar/delete.java Documentation is
1582
+ # provided in markdown syntax. In addition to standard markdown features,
1583
+ # definition lists, tables and fenced code blocks are supported. Section headers
1584
+ # can be provided and are interpreted relative to the section nesting of the
1585
+ # context where a documentation fragment is embedded. Documentation from the IDL
1586
+ # is merged with documentation defined via the config at normalization time,
1587
+ # where documentation provided by config rules overrides IDL provided. A number
1588
+ # of constructs specific to the API platform are supported in documentation text.
1586
1589
  # In order to reference a proto element, the following notation can be used: [
1587
1590
  # fully.qualified.proto.name][] To override the display text used for the link,
1588
1591
  # this can be used: [display text][fully.qualified.proto.name] Text can be
@@ -4413,14 +4416,17 @@ module Google
4413
4416
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
4414
4417
  # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
4415
4418
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
4416
- # google.calendar.Calendar.Put description: > ... Documentation is provided in
4417
- # markdown syntax. In addition to standard markdown features, definition lists,
4418
- # tables and fenced code blocks are supported. Section headers can be provided
4419
- # and are interpreted relative to the section nesting of the context where a
4420
- # documentation fragment is embedded. Documentation from the IDL is merged with
4421
- # documentation defined via the config at normalization time, where
4422
- # documentation provided by config rules overrides IDL provided. A number of
4423
- # constructs specific to the API platform are supported in documentation text.
4419
+ # google.calendar.Calendar.Put description: > ... code_snippet_rules: - selector:
4420
+ # google.calendar.Calendar.Delete code_snippets: - includes: - github_include:
4421
+ # region_tag: calendar_delete code_language: JAVA account: GoogleCloudPlatform
4422
+ # project: java-docs-samples file: calendar/delete.java Documentation is
4423
+ # provided in markdown syntax. In addition to standard markdown features,
4424
+ # definition lists, tables and fenced code blocks are supported. Section headers
4425
+ # can be provided and are interpreted relative to the section nesting of the
4426
+ # context where a documentation fragment is embedded. Documentation from the IDL
4427
+ # is merged with documentation defined via the config at normalization time,
4428
+ # where documentation provided by config rules overrides IDL provided. A number
4429
+ # of constructs specific to the API platform are supported in documentation text.
4424
4430
  # In order to reference a proto element, the following notation can be used: [
4425
4431
  # fully.qualified.proto.name][] To override the display text used for the link,
4426
4432
  # this can be used: [display text][fully.qualified.proto.name] Text can be
@@ -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.60.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240529"
25
+ REVISION = "20240626"
26
26
  end
27
27
  end
28
28
  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.60.0
4
+ version: 0.61.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: 2024-06-02 00:00:00.000000000 Z
11
+ date: 2024-06-30 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.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.61.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: []