google-apis-servicenetworking_v1beta 0.53.0 → 0.54.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: edc1c35bebf9630bf6c3fef30d108fc34f1e757dc108719757333ed98c6f05ea
4
- data.tar.gz: 2b9473f301fd87fc0d2c430307ca9f72d6e55b57c239faf724cf31a00bfa39ea
3
+ metadata.gz: 003b5f95d4a259a36f5b0d5d6401b69881566738327a73213bc59a56d5278d00
4
+ data.tar.gz: 5abec7e66433f2a3dce689c25d37e3656b4936f58bd3b7d6bf8be97f0c76e372
5
5
  SHA512:
6
- metadata.gz: d5d703297a7799a8fb3e1aea46412f1110ca005249fff902681f93bba6c444b61c53b77701a2f5dd0026d087d7c1853cc1908125683a2fcac4692eb5460ed515
7
- data.tar.gz: 213f9bfce957203aafee4791124e195d9818df8b3625f4e2c2ad650316c6664e1e98e0253d297a9fa947b916243fdd10d26f3b33dbf27d9b8ab7f590f1be3056
6
+ metadata.gz: c7b048d8d306675eec43d5f725d144cdf7fb6b064da42996766874dff7659b037803c0e607ba06634a7685378b19f1bc46b3c8d555d995cb770bd6cdd8519882
7
+ data.tar.gz: c3130b7b4f216b7931a1a88067b25b1dd60352d984c6291aa04cf9b97c0b6e08045fe061a9df4eae18cc595fc519d51c29352dff8da0c9fdf3b1dc5ef4ea0972
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.54.0 (2024-06-30)
4
+
5
+ * Regenerated from discovery document revision 20240626
6
+
3
7
  ### v0.53.0 (2024-06-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20240529
@@ -1268,14 +1268,17 @@ module Google
1268
1268
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
1269
1269
  # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
1270
1270
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
1271
- # google.calendar.Calendar.Put description: > ... Documentation is provided in
1272
- # markdown syntax. In addition to standard markdown features, definition lists,
1273
- # tables and fenced code blocks are supported. Section headers can be provided
1274
- # and are interpreted relative to the section nesting of the context where a
1275
- # documentation fragment is embedded. Documentation from the IDL is merged with
1276
- # documentation defined via the config at normalization time, where
1277
- # documentation provided by config rules overrides IDL provided. A number of
1278
- # constructs specific to the API platform are supported in documentation text.
1271
+ # google.calendar.Calendar.Put description: > ... code_snippet_rules: - selector:
1272
+ # google.calendar.Calendar.Delete code_snippets: - includes: - github_include:
1273
+ # region_tag: calendar_delete code_language: JAVA account: GoogleCloudPlatform
1274
+ # project: java-docs-samples file: calendar/delete.java Documentation is
1275
+ # provided in markdown syntax. In addition to standard markdown features,
1276
+ # definition lists, tables and fenced code blocks are supported. Section headers
1277
+ # can be provided and are interpreted relative to the section nesting of the
1278
+ # context where a documentation fragment is embedded. Documentation from the IDL
1279
+ # is merged with documentation defined via the config at normalization time,
1280
+ # where documentation provided by config rules overrides IDL provided. A number
1281
+ # of constructs specific to the API platform are supported in documentation text.
1279
1282
  # In order to reference a proto element, the following notation can be used: [
1280
1283
  # fully.qualified.proto.name][] To override the display text used for the link,
1281
1284
  # this can be used: [display text][fully.qualified.proto.name] Text can be
@@ -3796,14 +3799,17 @@ module Google
3796
3799
  # overview.md ==) - name: Tutorial content: (== include google/foo/tutorial.md ==
3797
3800
  # ) subpages: - name: Java content: (== include google/foo/tutorial_java.md ==)
3798
3801
  # rules: - selector: google.calendar.Calendar.Get description: > ... - selector:
3799
- # google.calendar.Calendar.Put description: > ... Documentation is provided in
3800
- # markdown syntax. In addition to standard markdown features, definition lists,
3801
- # tables and fenced code blocks are supported. Section headers can be provided
3802
- # and are interpreted relative to the section nesting of the context where a
3803
- # documentation fragment is embedded. Documentation from the IDL is merged with
3804
- # documentation defined via the config at normalization time, where
3805
- # documentation provided by config rules overrides IDL provided. A number of
3806
- # constructs specific to the API platform are supported in documentation text.
3802
+ # google.calendar.Calendar.Put description: > ... code_snippet_rules: - selector:
3803
+ # google.calendar.Calendar.Delete code_snippets: - includes: - github_include:
3804
+ # region_tag: calendar_delete code_language: JAVA account: GoogleCloudPlatform
3805
+ # project: java-docs-samples file: calendar/delete.java Documentation is
3806
+ # provided in markdown syntax. In addition to standard markdown features,
3807
+ # definition lists, tables and fenced code blocks are supported. Section headers
3808
+ # can be provided and are interpreted relative to the section nesting of the
3809
+ # context where a documentation fragment is embedded. Documentation from the IDL
3810
+ # is merged with documentation defined via the config at normalization time,
3811
+ # where documentation provided by config rules overrides IDL provided. A number
3812
+ # of constructs specific to the API platform are supported in documentation text.
3807
3813
  # In order to reference a proto element, the following notation can be used: [
3808
3814
  # fully.qualified.proto.name][] To override the display text used for the link,
3809
3815
  # 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 ServicenetworkingV1beta
18
18
  # Version of the google-apis-servicenetworking_v1beta gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.54.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_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.54.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: []