google-apis-dns_v1beta2 0.32.0 → 0.34.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: 6bd660cf6177ff51cd4a156ec625a39a0e232778195c8e1cdec1ddd78a8ccdf5
4
- data.tar.gz: a166a42e938691832aa89326a440515ab8b5763b57faae1fe703c8fae2d987b2
3
+ metadata.gz: 2ec2521e9e837c64d41a78d702bb2bff972d5d59a946da15e3f4c7787f5b49ec
4
+ data.tar.gz: b7ae7dd725d736f76a80b4f76ba865132208c6aaf43bef83dcd1f9be99d23643
5
5
  SHA512:
6
- metadata.gz: e9e7312479be2f004910ef82cf4ad2a9acf5bd93c2d4efad84d5f60d669002b5bc996bcaef7cb07d23edbb41219f308c3915c515d2e77626afebe6cd07223c3b
7
- data.tar.gz: 41a6cb34a489b6e72a4345ae65a0d8cc390aba409aacd4010af53b035f13a6572dba7e6ee30cfb60af19769b42ff47443d557777164d5c331ede47529d29f1e5
6
+ metadata.gz: 239377d9933fb48e2c2fa3b7d099e32b68d49f5ddecd7813e3e7a84c029660d5b83354491ef6d486806fdf5f1984d7dedc9ff44adfffec9d59001d521ecdcdd8
7
+ data.tar.gz: 956933ae419db23e4f4a0ad3e2e8b2ee00edcfa3b861db3e63bf9de0493f52218a72be426be802333eb2cc46404acf5dda3364271d95c3a8e5a574813c6d8cc2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dns_v1beta2
2
2
 
3
+ ### v0.34.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230126
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.33.0 (2022-11-16)
9
+
10
+ * Regenerated from discovery document revision 20221110
11
+
3
12
  ### v0.32.0 (2022-10-27)
4
13
 
5
14
  * Regenerated from discovery document revision 20221013
@@ -503,22 +503,22 @@ module Google
503
503
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
504
504
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
505
505
  # email address that represents a Google group. For example, `admins@example.com`
506
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
507
- # identifier) representing a user that has been recently deleted. For example, `
508
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
509
- # value reverts to `user:`emailid`` and the recovered user retains the role in
510
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
511
- # address (plus unique identifier) representing a service account that has been
512
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
506
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
507
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
508
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
509
+ # representing a user that has been recently deleted. For example, `alice@
510
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
511
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
512
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
513
+ # (plus unique identifier) representing a service account that has been recently
514
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
513
515
  # 123456789012345678901`. If the service account is undeleted, this value
514
516
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
515
517
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
516
518
  # An email address (plus unique identifier) representing a Google group that has
517
519
  # been recently deleted. For example, `admins@example.com?uid=
518
520
  # 123456789012345678901`. If the group is recovered, this value reverts to `
519
- # group:`emailid`` and the recovered group retains the role in the binding. * `
520
- # domain:`domain``: The G Suite domain (primary) that represents all the users
521
- # of that domain. For example, `google.com` or `example.com`.
521
+ # group:`emailid`` and the recovered group retains the role in the binding.
522
522
  # Corresponds to the JSON property `members`
523
523
  # @return [Array<String>]
524
524
  attr_accessor :members
@@ -1020,7 +1020,7 @@ module Google
1020
1020
  attr_accessor :ipv4_address
1021
1021
 
1022
1022
  # IPv6 address of a target name server. Does not accept both fields (ipv4 & ipv6)
1023
- # being populated.
1023
+ # being populated. Public preview as of November 2022.
1024
1024
  # Corresponds to the JSON property `ipv6Address`
1025
1025
  # @return [String]
1026
1026
  attr_accessor :ipv6_address
@@ -1694,7 +1694,7 @@ module Google
1694
1694
  attr_accessor :ipv4_address
1695
1695
 
1696
1696
  # IPv6 address to forward to. Does not accept both fields (ipv4 & ipv6) being
1697
- # populated.
1697
+ # populated. Public preview as of November 2022.
1698
1698
  # Corresponds to the JSON property `ipv6Address`
1699
1699
  # @return [String]
1700
1700
  attr_accessor :ipv6_address
@@ -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.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221013"
25
+ REVISION = "20230126"
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-dns_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.34.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-10-31 00:00:00.000000000 Z
11
+ date: 2023-02-12 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.34.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud DNS API V1beta2