blob: 860769b28893317e6faa325623a27fb534a633ac [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kimd059ad82020-07-22 17:02:09 -070075<h1><a href="dns_v1beta2.html">Cloud DNS API</a> . <a href="dns_v1beta2.managedZoneOperations.html">managedZoneOperations</a></h1>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070076<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070081 <code><a href="#get">get(project, managedZone, operation, clientOperationId=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Fetch the representation of an existing Operation.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070083<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080084 <code><a href="#list">list(project, managedZone, sortBy=None, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070085<p class="firstline">Enumerate Operations for the given ManagedZone.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070086<p class="toc_element">
87 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
88<p class="firstline">Retrieves the next page of results.</p>
89<h3>Method Details</h3>
90<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070091 <code class="details" id="close">close()</code>
92 <pre>Close httplib2 connections.</pre>
93</div>
94
95<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070096 <code class="details" id="get">get(project, managedZone, operation, clientOperationId=None, x__xgafv=None)</code>
97 <pre>Fetch the representation of an existing Operation.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070098
99Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700100 project: string, Identifies the project addressed by this request. (required)
101 managedZone: string, Identifies the managed zone addressed by this request. (required)
102 operation: string, Identifies the operation addressed by this request. (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700103 clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700104 x__xgafv: string, V1 error format.
105 Allowed values
106 1 - v1 error format
107 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700108
109Returns:
110 An object of the form:
111
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700112 { # An operation represents a successful mutation performed on a Cloud DNS resource. Operations provide: - An audit log of server resource mutations. - A way to recover/retry API calls in the case where the response is never received by the caller. Use the caller specified client_operation_id.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800113 &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server. This is in RFC3339 text format (output only).
114 &quot;type&quot;: &quot;A String&quot;, # Type of the operation. Operations include insert, update, and delete (output only).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800115 &quot;zoneContext&quot;: { # Only populated if the operation targeted a ManagedZone (output only).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800116 &quot;oldValue&quot;: { # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service. # The pre-operation ManagedZone resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800117 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
118 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
119 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
120 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
121 {
122 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
123 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
124 },
125 ],
126 },
127 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
128 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
129 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
130 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
131 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
132 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
133 &quot;keyLength&quot;: 42, # Length of the keys in bits.
134 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
135 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
136 },
137 ],
138 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
139 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800140 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
141 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
142 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
143 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
144 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
145 },
146 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
147 },
148 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800149 &quot;labels&quot;: { # User labels.
150 &quot;a_key&quot;: &quot;A String&quot;,
151 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800152 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
153 &quot;A String&quot;,
154 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800155 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
156 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
157 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
158 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
159 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800160 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800161 &quot;kind&quot;: &quot;dns#managedZone&quot;,
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800162 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
163 &quot;targetNetwork&quot;: { # The network with which to peer.
164 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
165 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
166 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800167 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800168 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800169 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800170 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
171 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
172 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
173 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
174 {
175 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
176 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
177 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
178 },
179 ],
180 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
181 },
182 },
183 &quot;newValue&quot;: { # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service. # The post-operation ManagedZone resource.
184 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
185 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
186 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
187 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
188 {
189 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
190 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
191 },
192 ],
193 },
194 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
195 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
196 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
197 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
198 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
199 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
200 &quot;keyLength&quot;: 42, # Length of the keys in bits.
201 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
202 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
203 },
204 ],
205 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
206 },
207 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
208 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
209 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
210 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
211 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
212 },
213 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
214 },
215 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
216 &quot;labels&quot;: { # User labels.
217 &quot;a_key&quot;: &quot;A String&quot;,
218 },
219 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
220 &quot;A String&quot;,
221 ],
222 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
223 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
224 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800225 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
226 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
227 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800228 &quot;kind&quot;: &quot;dns#managedZone&quot;,
229 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
230 &quot;targetNetwork&quot;: { # The network with which to peer.
231 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
232 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
233 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
234 },
235 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
236 },
237 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800238 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800239 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
240 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
241 {
242 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
243 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
244 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
245 },
246 ],
247 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
248 },
249 },
250 },
251 &quot;user&quot;: &quot;A String&quot;, # User who requested the operation, for example: user@example.com. cloud-dns-system for operations automatically done by the system. (output only)
252 &quot;status&quot;: &quot;A String&quot;, # Status of the operation. Can be one of the following: &quot;PENDING&quot; or &quot;DONE&quot; (output only). A status of &quot;DONE&quot; means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
253 &quot;kind&quot;: &quot;dns#operation&quot;,
254 &quot;dnsKeyContext&quot;: { # Only populated if the operation targeted a DnsKey (output only).
255 &quot;oldValue&quot;: { # A DNSSEC key pair. # The pre-operation DnsKey resource.
256 &quot;type&quot;: &quot;A String&quot;, # One of &quot;KEY_SIGNING&quot; or &quot;ZONE_SIGNING&quot;. Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, will be used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag will be cleared and this key will be used to sign only resource record sets of other types. Immutable after creation time.
257 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
258 &quot;isActive&quot;: True or False, # Active keys will be used to sign subsequent changes to the ManagedZone. Inactive keys will still be present as DNSKEY Resource Records for the use of resolvers validating existing signatures.
259 &quot;keyTag&quot;: 42, # The key tag is a non-cryptographic hash of the a DNSKEY resource record associated with this DnsKey. The key tag can be used to identify a DNSKEY more quickly (but it is not a unique identifier). In particular, the key tag is used in a parent zone&#x27;s DS record to point at the DNSKEY in this child ManagedZone. The key tag is a number in the range [0, 65535] and the algorithm to calculate it is specified in RFC4034 Appendix B. Output only.
260 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created in the control plane. This is in RFC3339 text format. Output only.
261 &quot;keyLength&quot;: 42, # Length of the key in bits. Specified at creation time then immutable.
262 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the resource&#x27;s function.
263 &quot;digests&quot;: [ # Cryptographic hashes of the DNSKEY resource record associated with this DnsKey. These digests are needed to construct a DS record that points at this DNS key. Output only.
264 {
265 &quot;type&quot;: &quot;A String&quot;, # Specifies the algorithm used to calculate this digest.
266 &quot;digest&quot;: &quot;A String&quot;, # The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.
267 },
268 ],
269 &quot;kind&quot;: &quot;dns#dnsKey&quot;,
270 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key. Immutable after creation time.
271 &quot;publicKey&quot;: &quot;A String&quot;, # Base64 encoded public half of this key. Output only.
272 },
273 &quot;newValue&quot;: { # A DNSSEC key pair. # The post-operation DnsKey resource.
274 &quot;type&quot;: &quot;A String&quot;, # One of &quot;KEY_SIGNING&quot; or &quot;ZONE_SIGNING&quot;. Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, will be used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag will be cleared and this key will be used to sign only resource record sets of other types. Immutable after creation time.
275 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
276 &quot;isActive&quot;: True or False, # Active keys will be used to sign subsequent changes to the ManagedZone. Inactive keys will still be present as DNSKEY Resource Records for the use of resolvers validating existing signatures.
277 &quot;keyTag&quot;: 42, # The key tag is a non-cryptographic hash of the a DNSKEY resource record associated with this DnsKey. The key tag can be used to identify a DNSKEY more quickly (but it is not a unique identifier). In particular, the key tag is used in a parent zone&#x27;s DS record to point at the DNSKEY in this child ManagedZone. The key tag is a number in the range [0, 65535] and the algorithm to calculate it is specified in RFC4034 Appendix B. Output only.
278 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created in the control plane. This is in RFC3339 text format. Output only.
279 &quot;keyLength&quot;: 42, # Length of the key in bits. Specified at creation time then immutable.
280 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the resource&#x27;s function.
281 &quot;digests&quot;: [ # Cryptographic hashes of the DNSKEY resource record associated with this DnsKey. These digests are needed to construct a DS record that points at this DNS key. Output only.
282 {
283 &quot;type&quot;: &quot;A String&quot;, # Specifies the algorithm used to calculate this digest.
284 &quot;digest&quot;: &quot;A String&quot;, # The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.
285 },
286 ],
287 &quot;kind&quot;: &quot;dns#dnsKey&quot;,
288 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key. Immutable after creation time.
289 &quot;publicKey&quot;: &quot;A String&quot;, # Base64 encoded public half of this key. Output only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700290 },
291 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800292 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource. This is the client_operation_id if the client specified it when the mutation was initiated, otherwise, it is generated by the server. The name must be 1-63 characters long and match the regular expression [-a-z0-9]? (output only)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700293 }</pre>
294</div>
295
296<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800297 <code class="details" id="list">list(project, managedZone, sortBy=None, maxResults=None, pageToken=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700298 <pre>Enumerate Operations for the given ManagedZone.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700299
300Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700301 project: string, Identifies the project addressed by this request. (required)
302 managedZone: string, Identifies the managed zone addressed by this request. (required)
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700303 sortBy: string, Sorting criterion. The only supported values are START_TIME and ID.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700304 Allowed values
305 startTime -
306 id -
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800307 maxResults: integer, Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800308 pageToken: string, Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700309 x__xgafv: string, V1 error format.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700310 Allowed values
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700311 1 - v1 error format
312 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700313
314Returns:
315 An object of the form:
316
317 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800318 &quot;kind&quot;: &quot;dns#managedZoneOperationsListResponse&quot;,
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700319 &quot;operations&quot;: [ # The operation resources.
320 { # An operation represents a successful mutation performed on a Cloud DNS resource. Operations provide: - An audit log of server resource mutations. - A way to recover/retry API calls in the case where the response is never received by the caller. Use the caller specified client_operation_id.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800321 &quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server. This is in RFC3339 text format (output only).
322 &quot;type&quot;: &quot;A String&quot;, # Type of the operation. Operations include insert, update, and delete (output only).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800323 &quot;zoneContext&quot;: { # Only populated if the operation targeted a ManagedZone (output only).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800324 &quot;oldValue&quot;: { # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service. # The pre-operation ManagedZone resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800325 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
326 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
327 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
328 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
329 {
330 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
331 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
332 },
333 ],
334 },
335 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
336 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
337 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
338 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
339 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
340 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
341 &quot;keyLength&quot;: 42, # Length of the keys in bits.
342 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
343 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
344 },
345 ],
346 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
347 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800348 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
349 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
350 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
351 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
352 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
353 },
354 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
355 },
356 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800357 &quot;labels&quot;: { # User labels.
358 &quot;a_key&quot;: &quot;A String&quot;,
359 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800360 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
361 &quot;A String&quot;,
362 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800363 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
364 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
365 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
366 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
367 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800368 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800369 &quot;kind&quot;: &quot;dns#managedZone&quot;,
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800370 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
371 &quot;targetNetwork&quot;: { # The network with which to peer.
372 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
373 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
374 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800375 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800376 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800377 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800378 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
379 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
380 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
381 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
382 {
383 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
384 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
385 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
386 },
387 ],
388 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
389 },
390 },
391 &quot;newValue&quot;: { # A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service. # The post-operation ManagedZone resource.
392 &quot;visibility&quot;: &quot;A String&quot;, # The zone&#x27;s visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.
393 &quot;privateVisibilityConfig&quot;: { # For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.
394 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfig&quot;,
395 &quot;networks&quot;: [ # The list of VPC networks that can see this zone.
396 {
397 &quot;kind&quot;: &quot;dns#managedZonePrivateVisibilityConfigNetwork&quot;,
398 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
399 },
400 ],
401 },
402 &quot;dnssecConfig&quot;: { # DNSSEC configuration.
403 &quot;kind&quot;: &quot;dns#managedZoneDnsSecConfig&quot;,
404 &quot;nonExistence&quot;: &quot;A String&quot;, # Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.
405 &quot;defaultKeySpecs&quot;: [ # Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.
406 { # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
407 &quot;keyType&quot;: &quot;A String&quot;, # Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.
408 &quot;keyLength&quot;: 42, # Length of the keys in bits.
409 &quot;kind&quot;: &quot;dns#dnsKeySpec&quot;,
410 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key.
411 },
412 ],
413 &quot;state&quot;: &quot;A String&quot;, # Specifies whether DNSSEC is enabled, and what mode it is in.
414 },
415 &quot;serviceDirectoryConfig&quot;: { # Contains information about Service Directory-backed zones. # This field links to the associated service directory namespace. This field should not be set for public zones or forwarding zones.
416 &quot;namespace&quot;: { # Contains information about the namespace associated with the zone.
417 &quot;deletionTime&quot;: &quot;A String&quot;, # The time that the namespace backing this zone was deleted, empty string if it still exists. This is in RFC3339 text format. Output only.
418 &quot;namespaceUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the namespace associated with the zone. This should be formatted like https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
419 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfigNamespace&quot;,
420 },
421 &quot;kind&quot;: &quot;dns#managedZoneServiceDirectoryConfig&quot;,
422 },
423 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the managed zone&#x27;s function.
424 &quot;labels&quot;: { # User labels.
425 &quot;a_key&quot;: &quot;A String&quot;,
426 },
427 &quot;nameServers&quot;: [ # Delegate your managed_zone to these virtual name servers; defined by the server (output only)
428 &quot;A String&quot;,
429 ],
430 &quot;nameServerSet&quot;: &quot;A String&quot;, # Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users will leave this field unset.
431 &quot;name&quot;: &quot;A String&quot;, # User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
432 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created on the server. This is in RFC3339 text format. Output only.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800433 &quot;reverseLookupConfig&quot;: { # The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS will resolve reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.
434 &quot;kind&quot;: &quot;dns#managedZoneReverseLookupConfig&quot;,
435 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800436 &quot;kind&quot;: &quot;dns#managedZone&quot;,
437 &quot;peeringConfig&quot;: { # The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.
438 &quot;targetNetwork&quot;: { # The network with which to peer.
439 &quot;networkUrl&quot;: &quot;A String&quot;, # The fully qualified URL of the VPC network to forward queries to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
440 &quot;kind&quot;: &quot;dns#managedZonePeeringConfigTargetNetwork&quot;,
441 &quot;deactivateTime&quot;: &quot;A String&quot;, # The time at which the zone was deactivated, in RFC 3339 date-time format. An empty string indicates that the peering connection is active. The producer network can deactivate a zone. The zone is automatically deactivated if the producer network that the zone targeted is deleted. Output only.
442 },
443 &quot;kind&quot;: &quot;dns#managedZonePeeringConfig&quot;,
444 },
445 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800446 &quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800447 &quot;forwardingConfig&quot;: { # The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.
448 &quot;targetNameServers&quot;: [ # List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given.
449 {
450 &quot;forwardingPath&quot;: &quot;A String&quot;, # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, Cloud DNS will make forwarding decision based on address ranges, i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the Internet. When set to PRIVATE, Cloud DNS will always send queries through VPC for this target.
451 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfigNameServerTarget&quot;,
452 &quot;ipv4Address&quot;: &quot;A String&quot;, # IPv4 address of a target name server.
453 },
454 ],
455 &quot;kind&quot;: &quot;dns#managedZoneForwardingConfig&quot;,
456 },
457 },
458 },
459 &quot;user&quot;: &quot;A String&quot;, # User who requested the operation, for example: user@example.com. cloud-dns-system for operations automatically done by the system. (output only)
460 &quot;status&quot;: &quot;A String&quot;, # Status of the operation. Can be one of the following: &quot;PENDING&quot; or &quot;DONE&quot; (output only). A status of &quot;DONE&quot; means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
461 &quot;kind&quot;: &quot;dns#operation&quot;,
462 &quot;dnsKeyContext&quot;: { # Only populated if the operation targeted a DnsKey (output only).
463 &quot;oldValue&quot;: { # A DNSSEC key pair. # The pre-operation DnsKey resource.
464 &quot;type&quot;: &quot;A String&quot;, # One of &quot;KEY_SIGNING&quot; or &quot;ZONE_SIGNING&quot;. Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, will be used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag will be cleared and this key will be used to sign only resource record sets of other types. Immutable after creation time.
465 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
466 &quot;isActive&quot;: True or False, # Active keys will be used to sign subsequent changes to the ManagedZone. Inactive keys will still be present as DNSKEY Resource Records for the use of resolvers validating existing signatures.
467 &quot;keyTag&quot;: 42, # The key tag is a non-cryptographic hash of the a DNSKEY resource record associated with this DnsKey. The key tag can be used to identify a DNSKEY more quickly (but it is not a unique identifier). In particular, the key tag is used in a parent zone&#x27;s DS record to point at the DNSKEY in this child ManagedZone. The key tag is a number in the range [0, 65535] and the algorithm to calculate it is specified in RFC4034 Appendix B. Output only.
468 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created in the control plane. This is in RFC3339 text format. Output only.
469 &quot;keyLength&quot;: 42, # Length of the key in bits. Specified at creation time then immutable.
470 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the resource&#x27;s function.
471 &quot;digests&quot;: [ # Cryptographic hashes of the DNSKEY resource record associated with this DnsKey. These digests are needed to construct a DS record that points at this DNS key. Output only.
472 {
473 &quot;type&quot;: &quot;A String&quot;, # Specifies the algorithm used to calculate this digest.
474 &quot;digest&quot;: &quot;A String&quot;, # The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.
475 },
476 ],
477 &quot;kind&quot;: &quot;dns#dnsKey&quot;,
478 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key. Immutable after creation time.
479 &quot;publicKey&quot;: &quot;A String&quot;, # Base64 encoded public half of this key. Output only.
480 },
481 &quot;newValue&quot;: { # A DNSSEC key pair. # The post-operation DnsKey resource.
482 &quot;type&quot;: &quot;A String&quot;, # One of &quot;KEY_SIGNING&quot; or &quot;ZONE_SIGNING&quot;. Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, will be used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag will be cleared and this key will be used to sign only resource record sets of other types. Immutable after creation time.
483 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
484 &quot;isActive&quot;: True or False, # Active keys will be used to sign subsequent changes to the ManagedZone. Inactive keys will still be present as DNSKEY Resource Records for the use of resolvers validating existing signatures.
485 &quot;keyTag&quot;: 42, # The key tag is a non-cryptographic hash of the a DNSKEY resource record associated with this DnsKey. The key tag can be used to identify a DNSKEY more quickly (but it is not a unique identifier). In particular, the key tag is used in a parent zone&#x27;s DS record to point at the DNSKEY in this child ManagedZone. The key tag is a number in the range [0, 65535] and the algorithm to calculate it is specified in RFC4034 Appendix B. Output only.
486 &quot;creationTime&quot;: &quot;A String&quot;, # The time that this resource was created in the control plane. This is in RFC3339 text format. Output only.
487 &quot;keyLength&quot;: 42, # Length of the key in bits. Specified at creation time then immutable.
488 &quot;description&quot;: &quot;A String&quot;, # A mutable string of at most 1024 characters associated with this resource for the user&#x27;s convenience. Has no effect on the resource&#x27;s function.
489 &quot;digests&quot;: [ # Cryptographic hashes of the DNSKEY resource record associated with this DnsKey. These digests are needed to construct a DS record that points at this DNS key. Output only.
490 {
491 &quot;type&quot;: &quot;A String&quot;, # Specifies the algorithm used to calculate this digest.
492 &quot;digest&quot;: &quot;A String&quot;, # The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.
493 },
494 ],
495 &quot;kind&quot;: &quot;dns#dnsKey&quot;,
496 &quot;algorithm&quot;: &quot;A String&quot;, # String mnemonic specifying the DNSSEC algorithm of this key. Immutable after creation time.
497 &quot;publicKey&quot;: &quot;A String&quot;, # Base64 encoded public half of this key. Output only.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700498 },
499 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800500 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource. This is the client_operation_id if the client specified it when the mutation was initiated, otherwise, it is generated by the server. The name must be 1-63 characters long and match the regular expression [-a-z0-9]? (output only)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700501 },
502 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800503 &quot;header&quot;: { # Elements common to every response.
504 &quot;operationId&quot;: &quot;A String&quot;, # For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only).
505 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800506 &quot;nextPageToken&quot;: &quot;A String&quot;, # The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your page token. In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a consistent snapshot of a collection larger than the maximum page size.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700507 }</pre>
508</div>
509
510<div class="method">
511 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
512 <pre>Retrieves the next page of results.
513
514Args:
515 previous_request: The request for the previous page. (required)
516 previous_response: The response from the request for the previous page. (required)
517
518Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700519 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700520 page. Returns None if there are no more items in the collection.
521 </pre>
522</div>
523
524</body></html>