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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 003b5f95d4a259a36f5b0d5d6401b69881566738327a73213bc59a56d5278d00
|
4
|
+
data.tar.gz: 5abec7e66433f2a3dce689c25d37e3656b4936f58bd3b7d6bf8be97f0c76e372
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7b048d8d306675eec43d5f725d144cdf7fb6b064da42996766874dff7659b037803c0e607ba06634a7685378b19f1bc46b3c8d555d995cb770bd6cdd8519882
|
7
|
+
data.tar.gz: c3130b7b4f216b7931a1a88067b25b1dd60352d984c6291aa04cf9b97c0b6e08045fe061a9df4eae18cc595fc519d51c29352dff8da0c9fdf3b1dc5ef4ea0972
|
data/CHANGELOG.md
CHANGED
@@ -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: > ...
|
1272
|
-
#
|
1273
|
-
#
|
1274
|
-
#
|
1275
|
-
#
|
1276
|
-
#
|
1277
|
-
#
|
1278
|
-
#
|
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: > ...
|
3800
|
-
#
|
3801
|
-
#
|
3802
|
-
#
|
3803
|
-
#
|
3804
|
-
#
|
3805
|
-
#
|
3806
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|