google-apis-dns_v1 0.27.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8cd6e7bc3450b8db759200a3db89e5b6f6bc6e7eac2a9dd09384a2553475235
|
|
4
|
+
data.tar.gz: 7ba6a2c53435bfa7422ade0034236ae8b84afedf2fbe7bf8f872ca887d11d96f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9913bd63337db106cdbfd2f1c812bcddb0421d367282d45e8f408e83050c2621345b7bb89fe7dbc06185642cc5ba515dbe64996eba6c491fba0fcf58dd93e97b
|
|
7
|
+
data.tar.gz: a9f405a276e16783dde2fb94b8dff36c9b04ad735271df79dee436c6164f91700d60dddfa9e1f4941a536b7c1b453d89fb950ef0a83dfacf1503897d565f68d9
|
data/CHANGELOG.md
CHANGED
|
@@ -2516,6 +2516,11 @@ module Google
|
|
|
2516
2516
|
# @return [String]
|
|
2517
2517
|
attr_accessor :kind
|
|
2518
2518
|
|
|
2519
|
+
# User labels.
|
|
2520
|
+
# Corresponds to the JSON property `labels`
|
|
2521
|
+
# @return [Hash<String,String>]
|
|
2522
|
+
attr_accessor :labels
|
|
2523
|
+
|
|
2519
2524
|
# List of network names specifying networks to which this policy is applied.
|
|
2520
2525
|
# Corresponds to the JSON property `networks`
|
|
2521
2526
|
# @return [Array<Google::Apis::DnsV1::ResponsePolicyNetwork>]
|
|
@@ -2536,6 +2541,7 @@ module Google
|
|
|
2536
2541
|
@gke_clusters = args[:gke_clusters] if args.key?(:gke_clusters)
|
|
2537
2542
|
@id = args[:id] if args.key?(:id)
|
|
2538
2543
|
@kind = args[:kind] if args.key?(:kind)
|
|
2544
|
+
@labels = args[:labels] if args.key?(:labels)
|
|
2539
2545
|
@networks = args[:networks] if args.key?(:networks)
|
|
2540
2546
|
@response_policy_name = args[:response_policy_name] if args.key?(:response_policy_name)
|
|
2541
2547
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DnsV1
|
|
18
18
|
# Version of the google-apis-dns_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.28.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220915"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1061,6 +1061,7 @@ module Google
|
|
|
1061
1061
|
|
|
1062
1062
|
property :id, :numeric_string => true, as: 'id'
|
|
1063
1063
|
property :kind, as: 'kind'
|
|
1064
|
+
hash :labels, as: 'labels'
|
|
1064
1065
|
collection :networks, as: 'networks', class: Google::Apis::DnsV1::ResponsePolicyNetwork, decorator: Google::Apis::DnsV1::ResponsePolicyNetwork::Representation
|
|
1065
1066
|
|
|
1066
1067
|
property :response_policy_name, as: 'responsePolicyName'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dns_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.28.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: 2022-09-
|
|
11
|
+
date: 2022-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.9.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.9.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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-dns_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1/v0.28.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|