google-apis-servicenetworking_v1 0.69.0 → 0.71.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/servicenetworking_v1/classes.rb +7 -0
- data/lib/google/apis/servicenetworking_v1/gem_version.rb +3 -3
- data/lib/google/apis/servicenetworking_v1/representations.rb +1 -0
- data/lib/google/apis/servicenetworking_v1/service.rb +1 -1
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa3be28860545b2c1418e47cdacc23ef7dd9602af14eb56d0d110b22dc52ebe9
|
4
|
+
data.tar.gz: 1fc60d34c8aa63eae0c8e73636cc62c7ef404bb2dfa857061276067ece27dc3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28368b08e928108f6ce8b4a8b85f90a69a405347c3eb2f14bd14b0ea45a28bf969c23392b49a1fb6319c06412ad9c3a6bff1212fb5456125ac5fad8dc09a1826
|
7
|
+
data.tar.gz: 5ec0d49bf642d0250a4c616ac21ee7d43afa000b7385e3e043f79860883c2b3b3e3258c4bcea5bedabc4e9e03da9d09cf8c0ab4c421246a1944c7a599641829c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1
|
2
2
|
|
3
|
+
### v0.71.0 (2025-01-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250107
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.70.0 (2024-12-15)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241212
|
11
|
+
|
3
12
|
### v0.69.0 (2024-11-24)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241117
|
@@ -1620,6 +1620,12 @@ module Google
|
|
1620
1620
|
class Documentation
|
1621
1621
|
include Google::Apis::Core::Hashable
|
1622
1622
|
|
1623
|
+
# Optional information about the IAM configuration. This is typically used to
|
1624
|
+
# link to documentation about a product's IAM roles and permissions.
|
1625
|
+
# Corresponds to the JSON property `additionalIamInfo`
|
1626
|
+
# @return [String]
|
1627
|
+
attr_accessor :additional_iam_info
|
1628
|
+
|
1623
1629
|
# The URL to the root of documentation.
|
1624
1630
|
# Corresponds to the JSON property `documentationRootUrl`
|
1625
1631
|
# @return [String]
|
@@ -1672,6 +1678,7 @@ module Google
|
|
1672
1678
|
|
1673
1679
|
# Update properties of this object
|
1674
1680
|
def update!(**args)
|
1681
|
+
@additional_iam_info = args[:additional_iam_info] if args.key?(:additional_iam_info)
|
1675
1682
|
@documentation_root_url = args[:documentation_root_url] if args.key?(:documentation_root_url)
|
1676
1683
|
@overview = args[:overview] if args.key?(:overview)
|
1677
1684
|
@pages = args[:pages] if args.key?(:pages)
|
@@ -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.71.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250107"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1176,6 +1176,7 @@ module Google
|
|
1176
1176
|
class Documentation
|
1177
1177
|
# @private
|
1178
1178
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1179
|
+
property :additional_iam_info, as: 'additionalIamInfo'
|
1179
1180
|
property :documentation_root_url, as: 'documentationRootUrl'
|
1180
1181
|
property :overview, as: 'overview'
|
1181
1182
|
collection :pages, as: 'pages', class: Google::Apis::ServicenetworkingV1::Page, decorator: Google::Apis::ServicenetworkingV1::Page::Representation
|
@@ -953,7 +953,7 @@ module Google
|
|
953
953
|
# @param [String] name
|
954
954
|
# Required. The network that the consumer is using to connect with services.
|
955
955
|
# Must be in the form of services/`service`/projects/`project`/global/networks/`
|
956
|
-
# network`/
|
956
|
+
# network`/dnsZones/`zoneName` Where `service` is the peering service that is
|
957
957
|
# managing connectivity for the service producer's organization. For Google
|
958
958
|
# services that support this `project` is the project number, as in '12345' `
|
959
959
|
# network` is the network name. `zoneName` is the DNS zone name
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.71.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.71.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.2
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Service Networking API V1
|
82
79
|
test_files: []
|