Skip to content

Commit 540233d

Browse files
feat(dns): update the api
#### dns:v1 The following keys were added: - schemas.ManagedZone.properties.cloudLoggingConfig.$ref (Total Keys: 1) - schemas.ManagedZoneCloudLoggingConfig (Total Keys: 5) #### dns:v1beta2 The following keys were added: - schemas.ManagedZone.properties.cloudLoggingConfig.$ref (Total Keys: 1) - schemas.ManagedZoneCloudLoggingConfig (Total Keys: 5)
1 parent db6eea5 commit 540233d

File tree

6 files changed

+150
-2
lines changed

6 files changed

+150
-2
lines changed

docs/dyn/dns_v1.managedZoneOperations.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ <h3>Method Details</h3>
156156
&quot;user&quot;: &quot;A String&quot;, # User who requested the operation, for example: [email protected]. cloud-dns-system for operations automatically done by the system. (output only)
157157
&quot;zoneContext&quot;: { # Only populated if the operation targeted a ManagedZone (output only).
158158
&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.
159+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
160+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
161+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
162+
},
159163
&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.
160164
&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.
161165
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
@@ -223,6 +227,10 @@ <h3>Method Details</h3>
223227
&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.
224228
},
225229
&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.
230+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
231+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
232+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
233+
},
226234
&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.
227235
&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.
228236
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
@@ -368,6 +376,10 @@ <h3>Method Details</h3>
368376
&quot;user&quot;: &quot;A String&quot;, # User who requested the operation, for example: [email protected]. cloud-dns-system for operations automatically done by the system. (output only)
369377
&quot;zoneContext&quot;: { # Only populated if the operation targeted a ManagedZone (output only).
370378
&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.
379+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
380+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
381+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
382+
},
371383
&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.
372384
&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.
373385
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
@@ -435,6 +447,10 @@ <h3>Method Details</h3>
435447
&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.
436448
},
437449
&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.
450+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
451+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
452+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
453+
},
438454
&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.
439455
&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.
440456
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.

docs/dyn/dns_v1.managedZones.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ <h3>Method Details</h3>
114114
The object takes the form of:
115115

116116
{ # 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.
117+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
118+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
119+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
120+
},
117121
&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.
118122
&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.
119123
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
@@ -191,6 +195,10 @@ <h3>Method Details</h3>
191195
An object of the form:
192196

193197
{ # 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.
198+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
199+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
200+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
201+
},
194202
&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.
195203
&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.
196204
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
@@ -291,6 +299,10 @@ <h3>Method Details</h3>
291299
An object of the form:
292300

293301
{ # 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.
302+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
303+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
304+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
305+
},
294306
&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.
295307
&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.
296308
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
@@ -383,6 +395,10 @@ <h3>Method Details</h3>
383395
&quot;kind&quot;: &quot;dns#managedZonesListResponse&quot;, # Type of resource.
384396
&quot;managedZones&quot;: [ # The managed zone resources.
385397
{ # 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.
398+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
399+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
400+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
401+
},
386402
&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.
387403
&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.
388404
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
@@ -479,6 +495,10 @@ <h3>Method Details</h3>
479495
The object takes the form of:
480496

481497
{ # 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.
498+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
499+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
500+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
501+
},
482502
&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.
483503
&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.
484504
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
@@ -602,6 +622,10 @@ <h3>Method Details</h3>
602622
&quot;user&quot;: &quot;A String&quot;, # User who requested the operation, for example: [email protected]. cloud-dns-system for operations automatically done by the system. (output only)
603623
&quot;zoneContext&quot;: { # Only populated if the operation targeted a ManagedZone (output only).
604624
&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.
625+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
626+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
627+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
628+
},
605629
&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.
606630
&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.
607631
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
@@ -669,6 +693,10 @@ <h3>Method Details</h3>
669693
&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.
670694
},
671695
&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.
696+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
697+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
698+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
699+
},
672700
&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.
673701
&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.
674702
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
@@ -750,6 +778,10 @@ <h3>Method Details</h3>
750778
The object takes the form of:
751779

752780
{ # 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.
781+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
782+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
783+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
784+
},
753785
&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.
754786
&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.
755787
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
@@ -873,6 +905,10 @@ <h3>Method Details</h3>
873905
&quot;user&quot;: &quot;A String&quot;, # User who requested the operation, for example: [email protected]. cloud-dns-system for operations automatically done by the system. (output only)
874906
&quot;zoneContext&quot;: { # Only populated if the operation targeted a ManagedZone (output only).
875907
&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.
908+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
909+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
910+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
911+
},
876912
&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.
877913
&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.
878914
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.
@@ -940,6 +976,10 @@ <h3>Method Details</h3>
940976
&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.
941977
},
942978
&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.
979+
&quot;cloudLoggingConfig&quot;: { # Cloud Logging configurations for publicly visible zones.
980+
&quot;enableLogging&quot;: True or False, # If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
981+
&quot;kind&quot;: &quot;dns#managedZoneCloudLoggingConfig&quot;,
982+
},
943983
&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.
944984
&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.
945985
&quot;dnsName&quot;: &quot;A String&quot;, # The DNS name of this managed zone, for instance &quot;example.com.&quot;.

0 commit comments

Comments
 (0)