google-apis-dns_v1beta2 0.30.0 → 0.32.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: 61eec3cabd1e64ddb332142205f2d5f976016c2276a2c5534f9338b262d9db04
4
- data.tar.gz: 1f7826a5a982eb994ad509a26f6738c70ad2adb938e99e5078c22db47330ef65
3
+ metadata.gz: 6bd660cf6177ff51cd4a156ec625a39a0e232778195c8e1cdec1ddd78a8ccdf5
4
+ data.tar.gz: a166a42e938691832aa89326a440515ab8b5763b57faae1fe703c8fae2d987b2
5
5
  SHA512:
6
- metadata.gz: dc753b8272a74394fa70a68a4060aeb3fd26f126e4e04543f4c243bcf4efe63405c4f15e3d38efde1c5bac13a47bc522f8662898121722c1bdc872fa6342f38c
7
- data.tar.gz: 98821cf50e3e854e233a0f4d484436477c959c270fc2fac426654c9db4884e168c7fec042fe719beb931ee2936d045a3d2b8a54fd98a8747a88360272f91fe89
6
+ metadata.gz: e9e7312479be2f004910ef82cf4ad2a9acf5bd93c2d4efad84d5f60d669002b5bc996bcaef7cb07d23edbb41219f308c3915c515d2e77626afebe6cd07223c3b
7
+ data.tar.gz: 41a6cb34a489b6e72a4345ae65a0d8cc390aba409aacd4010af53b035f13a6572dba7e6ee30cfb60af19769b42ff47443d557777164d5c331ede47529d29f1e5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.32.0 (2022-10-27)
4
+
5
+ * Regenerated from discovery document revision 20221013
6
+ * Regenerated using generator version 0.11.0
7
+
8
+ ### v0.31.0 (2022-09-30)
9
+
10
+ * Regenerated from discovery document revision 20220915
11
+
3
12
  ### v0.30.0 (2022-09-21)
4
13
 
5
14
  * Regenerated using generator version 0.10.0
@@ -1688,7 +1688,7 @@ module Google
1688
1688
  # @return [String]
1689
1689
  attr_accessor :forwarding_path
1690
1690
 
1691
- # IPv4 address to forward to.
1691
+ # IPv4 address to forward queries to.
1692
1692
  # Corresponds to the JSON property `ipv4Address`
1693
1693
  # @return [String]
1694
1694
  attr_accessor :ipv4_address
@@ -2423,12 +2423,12 @@ module Google
2423
2423
  # @return [Google::Apis::DnsV1beta2::ResponseHeader]
2424
2424
  attr_accessor :header
2425
2425
 
2426
- # The presence of this field indicates that there exist more results following
2427
- # your last page of results in pagination order. To fetch them, make another
2428
- # list request using this value as your page token. This lets you the complete
2429
- # contents of even very large collections one page at a time. However, if the
2430
- # contents of the collection change between the first and last paginated list
2431
- # request, the set of all elements returned are an inconsistent view of the
2426
+ # The presence of this field indicates that more results exist following your
2427
+ # last page of results in pagination order. To fetch them, make another list
2428
+ # request by using this value as your page token. This lets you view the
2429
+ # complete contents of even very large collections one page at a time. However,
2430
+ # if the contents of the collection change between the first and last paginated
2431
+ # list request, the set of all elements returned are an inconsistent view of the
2432
2432
  # collection. You cannot retrieve a consistent snapshot of a collection larger
2433
2433
  # than the maximum page size.
2434
2434
  # Corresponds to the JSON property `nextPageToken`
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220831"
25
+ REVISION = "20221013"
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'
@@ -624,7 +624,7 @@ module Google
624
624
  end
625
625
 
626
626
  # Returns permissions that a caller has on the specified resource. If the
627
- # resource does not exist, this will return an empty set of permissions, not a `
627
+ # resource does not exist, this returns an empty set of permissions, not a `
628
628
  # NOT_FOUND` error. Note: This operation is designed to be used for building
629
629
  # permission-aware UIs and command-line tools, not for authorization checking.
630
630
  # This operation may "fail open" without warning.
@@ -1341,7 +1341,7 @@ module Google
1341
1341
  # @param [String] project
1342
1342
  # Identifies the project addressed by this request.
1343
1343
  # @param [String] response_policy
1344
- # User assigned name of the Respones Policy addressed by this request.
1344
+ # User assigned name of the response policy addressed by this request.
1345
1345
  # @param [Google::Apis::DnsV1beta2::ResponsePolicy] response_policy_object
1346
1346
  # @param [String] client_operation_id
1347
1347
  # For mutating operation requests only. An optional identifier specified by the
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.30.0
4
+ version: 0.32.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-26 00:00:00.000000000 Z
11
+ date: 2022-10-31 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.9.0
19
+ version: 0.9.1
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.9.0
29
+ version: 0.9.1
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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.32.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: []