google-apis-dns_v1 0.25.0 → 0.26.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dns_v1/classes.rb +96 -25
- data/lib/google/apis/dns_v1/gem_version.rb +2 -2
- data/lib/google/apis/dns_v1/representations.rb +32 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a78b23595fca7069b768bf72144d060cef2303b0114508ccb3ae4820b32b130a
|
4
|
+
data.tar.gz: 8eca2c7782a03b397372a9ea82ee581521fcda66a1b93446100e6c198b7cc84d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f9343f9b97a1b92cd893d2c671eb7a895c385c8f69587b0878509288478eb54f7bc0986a58ccc6782a6226e7f004845cfcfacdde18a068f59d1d44c6bbee49c
|
7
|
+
data.tar.gz: 5fa3cd98a5dbdf72867181286ee051630415a6b81e0033b99bf019887ec3701bcb441d27b45aafcb86808237cad4a032764bbd65f5cf3610fa9ba11c844780fd
|
data/CHANGELOG.md
CHANGED
@@ -492,31 +492,33 @@ module Google
|
|
492
492
|
# members` can have the following values: * `allUsers`: A special identifier
|
493
493
|
# that represents anyone who is on the internet; with or without a Google
|
494
494
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
495
|
-
# anyone who is authenticated with a Google account or a service account.
|
496
|
-
#
|
497
|
-
#
|
498
|
-
#
|
499
|
-
#
|
500
|
-
#
|
501
|
-
#
|
502
|
-
#
|
503
|
-
# .
|
504
|
-
#
|
505
|
-
# email address
|
506
|
-
#
|
507
|
-
#
|
508
|
-
#
|
509
|
-
# emailid
|
510
|
-
#
|
511
|
-
#
|
512
|
-
#
|
513
|
-
#
|
514
|
-
#
|
515
|
-
#
|
516
|
-
#
|
517
|
-
#
|
518
|
-
#
|
519
|
-
#
|
495
|
+
# anyone who is authenticated with a Google account or a service account. Does
|
496
|
+
# not include identities that come from external identity providers (IdPs)
|
497
|
+
# through identity federation. * `user:`emailid``: An email address that
|
498
|
+
# represents a specific Google account. For example, `alice@example.com` . * `
|
499
|
+
# serviceAccount:`emailid``: An email address that represents a Google service
|
500
|
+
# account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
|
501
|
+
# serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
|
502
|
+
# identifier for a [Kubernetes service account](https://cloud.google.com/
|
503
|
+
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
504
|
+
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
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=
|
513
|
+
# 123456789012345678901`. If the service account is undeleted, this value
|
514
|
+
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
515
|
+
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
516
|
+
# An email address (plus unique identifier) representing a Google group that has
|
517
|
+
# been recently deleted. For example, `admins@example.com?uid=
|
518
|
+
# 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`.
|
520
522
|
# Corresponds to the JSON property `members`
|
521
523
|
# @return [Array<String>]
|
522
524
|
attr_accessor :members
|
@@ -1143,6 +1145,11 @@ module Google
|
|
1143
1145
|
class ManagedZonePrivateVisibilityConfig
|
1144
1146
|
include Google::Apis::Core::Hashable
|
1145
1147
|
|
1148
|
+
# The list of Google Kubernetes Engine clusters that can see this zone.
|
1149
|
+
# Corresponds to the JSON property `gkeClusters`
|
1150
|
+
# @return [Array<Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigGkeCluster>]
|
1151
|
+
attr_accessor :gke_clusters
|
1152
|
+
|
1146
1153
|
#
|
1147
1154
|
# Corresponds to the JSON property `kind`
|
1148
1155
|
# @return [String]
|
@@ -1159,11 +1166,40 @@ module Google
|
|
1159
1166
|
|
1160
1167
|
# Update properties of this object
|
1161
1168
|
def update!(**args)
|
1169
|
+
@gke_clusters = args[:gke_clusters] if args.key?(:gke_clusters)
|
1162
1170
|
@kind = args[:kind] if args.key?(:kind)
|
1163
1171
|
@networks = args[:networks] if args.key?(:networks)
|
1164
1172
|
end
|
1165
1173
|
end
|
1166
1174
|
|
1175
|
+
#
|
1176
|
+
class ManagedZonePrivateVisibilityConfigGkeCluster
|
1177
|
+
include Google::Apis::Core::Hashable
|
1178
|
+
|
1179
|
+
# The resource name of the cluster to bind this ManagedZone to. This should be
|
1180
|
+
# specified in the format like: projects/*/locations/*/clusters/*. This is
|
1181
|
+
# referenced from GKE projects.locations.clusters.get API: https://cloud.google.
|
1182
|
+
# com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
|
1183
|
+
# Corresponds to the JSON property `gkeClusterName`
|
1184
|
+
# @return [String]
|
1185
|
+
attr_accessor :gke_cluster_name
|
1186
|
+
|
1187
|
+
#
|
1188
|
+
# Corresponds to the JSON property `kind`
|
1189
|
+
# @return [String]
|
1190
|
+
attr_accessor :kind
|
1191
|
+
|
1192
|
+
def initialize(**args)
|
1193
|
+
update!(**args)
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
# Update properties of this object
|
1197
|
+
def update!(**args)
|
1198
|
+
@gke_cluster_name = args[:gke_cluster_name] if args.key?(:gke_cluster_name)
|
1199
|
+
@kind = args[:kind] if args.key?(:kind)
|
1200
|
+
end
|
1201
|
+
end
|
1202
|
+
|
1167
1203
|
#
|
1168
1204
|
class ManagedZonePrivateVisibilityConfigNetwork
|
1169
1205
|
include Google::Apis::Core::Hashable
|
@@ -2464,6 +2500,12 @@ module Google
|
|
2464
2500
|
# @return [String]
|
2465
2501
|
attr_accessor :description
|
2466
2502
|
|
2503
|
+
# The list of Google Kubernetes Engine clusters to which this response policy is
|
2504
|
+
# applied.
|
2505
|
+
# Corresponds to the JSON property `gkeClusters`
|
2506
|
+
# @return [Array<Google::Apis::DnsV1::ResponsePolicyGkeCluster>]
|
2507
|
+
attr_accessor :gke_clusters
|
2508
|
+
|
2467
2509
|
# Unique identifier for the resource; defined by the server (output only).
|
2468
2510
|
# Corresponds to the JSON property `id`
|
2469
2511
|
# @return [Fixnum]
|
@@ -2491,6 +2533,7 @@ module Google
|
|
2491
2533
|
# Update properties of this object
|
2492
2534
|
def update!(**args)
|
2493
2535
|
@description = args[:description] if args.key?(:description)
|
2536
|
+
@gke_clusters = args[:gke_clusters] if args.key?(:gke_clusters)
|
2494
2537
|
@id = args[:id] if args.key?(:id)
|
2495
2538
|
@kind = args[:kind] if args.key?(:kind)
|
2496
2539
|
@networks = args[:networks] if args.key?(:networks)
|
@@ -2498,6 +2541,34 @@ module Google
|
|
2498
2541
|
end
|
2499
2542
|
end
|
2500
2543
|
|
2544
|
+
#
|
2545
|
+
class ResponsePolicyGkeCluster
|
2546
|
+
include Google::Apis::Core::Hashable
|
2547
|
+
|
2548
|
+
# The resource name of the cluster to bind this response policy to. This should
|
2549
|
+
# be specified in the format like: projects/*/locations/*/clusters/*. This is
|
2550
|
+
# referenced from GKE projects.locations.clusters.get API: https://cloud.google.
|
2551
|
+
# com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
|
2552
|
+
# Corresponds to the JSON property `gkeClusterName`
|
2553
|
+
# @return [String]
|
2554
|
+
attr_accessor :gke_cluster_name
|
2555
|
+
|
2556
|
+
#
|
2557
|
+
# Corresponds to the JSON property `kind`
|
2558
|
+
# @return [String]
|
2559
|
+
attr_accessor :kind
|
2560
|
+
|
2561
|
+
def initialize(**args)
|
2562
|
+
update!(**args)
|
2563
|
+
end
|
2564
|
+
|
2565
|
+
# Update properties of this object
|
2566
|
+
def update!(**args)
|
2567
|
+
@gke_cluster_name = args[:gke_cluster_name] if args.key?(:gke_cluster_name)
|
2568
|
+
@kind = args[:kind] if args.key?(:kind)
|
2569
|
+
end
|
2570
|
+
end
|
2571
|
+
|
2501
2572
|
#
|
2502
2573
|
class ResponsePolicyNetwork
|
2503
2574
|
include Google::Apis::Core::Hashable
|
@@ -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.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220831"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -172,6 +172,12 @@ module Google
|
|
172
172
|
include Google::Apis::Core::JsonObjectSupport
|
173
173
|
end
|
174
174
|
|
175
|
+
class ManagedZonePrivateVisibilityConfigGkeCluster
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
175
181
|
class ManagedZonePrivateVisibilityConfigNetwork
|
176
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
183
|
|
@@ -370,6 +376,12 @@ module Google
|
|
370
376
|
include Google::Apis::Core::JsonObjectSupport
|
371
377
|
end
|
372
378
|
|
379
|
+
class ResponsePolicyGkeCluster
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
373
385
|
class ResponsePolicyNetwork
|
374
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
387
|
|
@@ -668,12 +680,22 @@ module Google
|
|
668
680
|
class ManagedZonePrivateVisibilityConfig
|
669
681
|
# @private
|
670
682
|
class Representation < Google::Apis::Core::JsonRepresentation
|
683
|
+
collection :gke_clusters, as: 'gkeClusters', class: Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigGkeCluster, decorator: Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigGkeCluster::Representation
|
684
|
+
|
671
685
|
property :kind, as: 'kind'
|
672
686
|
collection :networks, as: 'networks', class: Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigNetwork, decorator: Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigNetwork::Representation
|
673
687
|
|
674
688
|
end
|
675
689
|
end
|
676
690
|
|
691
|
+
class ManagedZonePrivateVisibilityConfigGkeCluster
|
692
|
+
# @private
|
693
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
694
|
+
property :gke_cluster_name, as: 'gkeClusterName'
|
695
|
+
property :kind, as: 'kind'
|
696
|
+
end
|
697
|
+
end
|
698
|
+
|
677
699
|
class ManagedZonePrivateVisibilityConfigNetwork
|
678
700
|
# @private
|
679
701
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1035,6 +1057,8 @@ module Google
|
|
1035
1057
|
# @private
|
1036
1058
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1037
1059
|
property :description, as: 'description'
|
1060
|
+
collection :gke_clusters, as: 'gkeClusters', class: Google::Apis::DnsV1::ResponsePolicyGkeCluster, decorator: Google::Apis::DnsV1::ResponsePolicyGkeCluster::Representation
|
1061
|
+
|
1038
1062
|
property :id, :numeric_string => true, as: 'id'
|
1039
1063
|
property :kind, as: 'kind'
|
1040
1064
|
collection :networks, as: 'networks', class: Google::Apis::DnsV1::ResponsePolicyNetwork, decorator: Google::Apis::DnsV1::ResponsePolicyNetwork::Representation
|
@@ -1043,6 +1067,14 @@ module Google
|
|
1043
1067
|
end
|
1044
1068
|
end
|
1045
1069
|
|
1070
|
+
class ResponsePolicyGkeCluster
|
1071
|
+
# @private
|
1072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1073
|
+
property :gke_cluster_name, as: 'gkeClusterName'
|
1074
|
+
property :kind, as: 'kind'
|
1075
|
+
end
|
1076
|
+
end
|
1077
|
+
|
1046
1078
|
class ResponsePolicyNetwork
|
1047
1079
|
# @private
|
1048
1080
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.26.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-09-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_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.26.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: []
|