google-apis-dns_v1beta2 0.30.0 → 0.31.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: 406572cc696ad0ad906bc17a4e7ccfd232fef6dcf391744c623c7d6d8eb85bbf
|
|
4
|
+
data.tar.gz: eb895f9372392e8d410402edb8526686ea5ed7b7b014da0c06a58efefde5302e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b5edc4a2d0f28a002d218b42785c9deb5cf2cf2147d21d6daa3fc72e01931c95676cfdb35132e3e3d860d24ec4584daaed99835f3ed702146b28bfe94f62e20
|
|
7
|
+
data.tar.gz: c2a056cb53552b1206ca7b7cf6507725d96e90c062d36dee5ac05f090ade9f1c598714801b364ec565e01820d40dea3b634bd773166eb0673b7502a3dd42d98a
|
data/CHANGELOG.md
CHANGED
|
@@ -2530,6 +2530,11 @@ module Google
|
|
|
2530
2530
|
# @return [String]
|
|
2531
2531
|
attr_accessor :kind
|
|
2532
2532
|
|
|
2533
|
+
# User labels.
|
|
2534
|
+
# Corresponds to the JSON property `labels`
|
|
2535
|
+
# @return [Hash<String,String>]
|
|
2536
|
+
attr_accessor :labels
|
|
2537
|
+
|
|
2533
2538
|
# List of network names specifying networks to which this policy is applied.
|
|
2534
2539
|
# Corresponds to the JSON property `networks`
|
|
2535
2540
|
# @return [Array<Google::Apis::DnsV1beta2::ResponsePolicyNetwork>]
|
|
@@ -2550,6 +2555,7 @@ module Google
|
|
|
2550
2555
|
@gke_clusters = args[:gke_clusters] if args.key?(:gke_clusters)
|
|
2551
2556
|
@id = args[:id] if args.key?(:id)
|
|
2552
2557
|
@kind = args[:kind] if args.key?(:kind)
|
|
2558
|
+
@labels = args[:labels] if args.key?(:labels)
|
|
2553
2559
|
@networks = args[:networks] if args.key?(:networks)
|
|
2554
2560
|
@response_policy_name = args[:response_policy_name] if args.key?(:response_policy_name)
|
|
2555
2561
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DnsV1beta2
|
|
18
18
|
# Version of the google-apis-dns_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.31.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
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
|
|
@@ -1055,6 +1055,7 @@ module Google
|
|
|
1055
1055
|
|
|
1056
1056
|
property :id, :numeric_string => true, as: 'id'
|
|
1057
1057
|
property :kind, as: 'kind'
|
|
1058
|
+
hash :labels, as: 'labels'
|
|
1058
1059
|
collection :networks, as: 'networks', class: Google::Apis::DnsV1beta2::ResponsePolicyNetwork, decorator: Google::Apis::DnsV1beta2::ResponsePolicyNetwork::Representation
|
|
1059
1060
|
|
|
1060
1061
|
property :response_policy_name, as: 'responsePolicyName'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dns_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.31.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-
|
|
11
|
+
date: 2022-10-03 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-dns_v1beta2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.31.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dns_v1beta2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|