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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db79ef8e56cd0ae9c4ca4fcb3db2021c58b4cc49a5064d24fcde6581226af381
|
4
|
+
data.tar.gz: 54aa666c2c865b86ceab518f741ecd633f9622a60679b204be90e7c037049c4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 350a4182399b0515e9c1a4eb6f2f876ea3b163d93eaafc4198140c32ef91ae0cb9d00ffe7617e9c34abdec4e8e7745c9b6fd67493b78a5dc473b96d68aaa1341
|
7
|
+
data.tar.gz: 3e1c16b3c7c536c233a1c1655b77770353b5bb09546edec567aa7f3f7d841465fe878a1ddf564a7189cfc3606e91a6ce9c09e1fbd35ebdb642d744d6c2a4ceef
|
data/CHANGELOG.md
CHANGED
@@ -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: > ...
|
1579
|
-
#
|
1580
|
-
#
|
1581
|
-
#
|
1582
|
-
#
|
1583
|
-
#
|
1584
|
-
#
|
1585
|
-
#
|
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: > ...
|
4417
|
-
#
|
4418
|
-
#
|
4419
|
-
#
|
4420
|
-
#
|
4421
|
-
#
|
4422
|
-
#
|
4423
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|