Skip to content

Commit 28390a1

Browse files
feat(dns): update the api
#### dns:v1 The following keys were added: - resources.projects.resources.managedZones.resources.rrsets.methods.create (Total Keys: 16) - resources.projects.resources.managedZones.resources.rrsets.methods.delete (Total Keys: 21) - resources.projects.resources.managedZones.resources.rrsets.methods.get (Total Keys: 21) - resources.projects.resources.managedZones.resources.rrsets.methods.patch (Total Keys: 22) - schemas.ResourceRecordSetsDeleteResponse (Total Keys: 2)
1 parent 4dd9d1b commit 28390a1

21 files changed

+1037
-482
lines changed

docs/dyn/dns_v1.changes.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107107

108108
{ # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
109109
&quot;additions&quot;: [ # Which ResourceRecordSets to add?
110-
{ # A unit of data that will be returned by the DNS servers.
110+
{ # A unit of data that is returned by the DNS servers.
111111
&quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
112112
&quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
113113
&quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
@@ -121,7 +121,7 @@ <h3>Method Details</h3>
121121
},
122122
],
123123
&quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
124-
{ # A unit of data that will be returned by the DNS servers.
124+
{ # A unit of data that is returned by the DNS servers.
125125
&quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
126126
&quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
127127
&quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
@@ -138,7 +138,7 @@ <h3>Method Details</h3>
138138
&quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
139139
&quot;kind&quot;: &quot;dns#change&quot;,
140140
&quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
141-
&quot;status&quot;: &quot;A String&quot;, # Status of the operation (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.
141+
&quot;status&quot;: &quot;A String&quot;, # Status of the operation (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.
142142
}
143143

144144
clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
@@ -152,7 +152,7 @@ <h3>Method Details</h3>
152152

153153
{ # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
154154
&quot;additions&quot;: [ # Which ResourceRecordSets to add?
155-
{ # A unit of data that will be returned by the DNS servers.
155+
{ # A unit of data that is returned by the DNS servers.
156156
&quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
157157
&quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
158158
&quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
@@ -166,7 +166,7 @@ <h3>Method Details</h3>
166166
},
167167
],
168168
&quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
169-
{ # A unit of data that will be returned by the DNS servers.
169+
{ # A unit of data that is returned by the DNS servers.
170170
&quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
171171
&quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
172172
&quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
@@ -183,7 +183,7 @@ <h3>Method Details</h3>
183183
&quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
184184
&quot;kind&quot;: &quot;dns#change&quot;,
185185
&quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
186-
&quot;status&quot;: &quot;A String&quot;, # Status of the operation (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.
186+
&quot;status&quot;: &quot;A String&quot;, # Status of the operation (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.
187187
}</pre>
188188
</div>
189189

@@ -206,7 +206,7 @@ <h3>Method Details</h3>
206206

207207
{ # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
208208
&quot;additions&quot;: [ # Which ResourceRecordSets to add?
209-
{ # A unit of data that will be returned by the DNS servers.
209+
{ # A unit of data that is returned by the DNS servers.
210210
&quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
211211
&quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
212212
&quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
@@ -220,7 +220,7 @@ <h3>Method Details</h3>
220220
},
221221
],
222222
&quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
223-
{ # A unit of data that will be returned by the DNS servers.
223+
{ # A unit of data that is returned by the DNS servers.
224224
&quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
225225
&quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
226226
&quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
@@ -237,7 +237,7 @@ <h3>Method Details</h3>
237237
&quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
238238
&quot;kind&quot;: &quot;dns#change&quot;,
239239
&quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
240-
&quot;status&quot;: &quot;A String&quot;, # Status of the operation (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.
240+
&quot;status&quot;: &quot;A String&quot;, # Status of the operation (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.
241241
}</pre>
242242
</div>
243243

@@ -266,7 +266,7 @@ <h3>Method Details</h3>
266266
&quot;changes&quot;: [ # The requested changes.
267267
{ # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
268268
&quot;additions&quot;: [ # Which ResourceRecordSets to add?
269-
{ # A unit of data that will be returned by the DNS servers.
269+
{ # A unit of data that is returned by the DNS servers.
270270
&quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
271271
&quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
272272
&quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
@@ -280,7 +280,7 @@ <h3>Method Details</h3>
280280
},
281281
],
282282
&quot;deletions&quot;: [ # Which ResourceRecordSets to remove? Must match existing data exactly.
283-
{ # A unit of data that will be returned by the DNS servers.
283+
{ # A unit of data that is returned by the DNS servers.
284284
&quot;kind&quot;: &quot;dns#resourceRecordSet&quot;,
285285
&quot;name&quot;: &quot;A String&quot;, # For example, www.example.com.
286286
&quot;rrdatas&quot;: [ # As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.
@@ -297,14 +297,14 @@ <h3>Method Details</h3>
297297
&quot;isServing&quot;: True or False, # If the DNS queries for the zone will be served.
298298
&quot;kind&quot;: &quot;dns#change&quot;,
299299
&quot;startTime&quot;: &quot;A String&quot;, # The time that this operation was started by the server (output only). This is in RFC3339 text format.
300-
&quot;status&quot;: &quot;A String&quot;, # Status of the operation (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.
300+
&quot;status&quot;: &quot;A String&quot;, # Status of the operation (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.
301301
},
302302
],
303303
&quot;header&quot;: { # Elements common to every response.
304304
&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).
305305
},
306306
&quot;kind&quot;: &quot;dns#changesListResponse&quot;, # Type of resource.
307-
&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 pagination 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 are an inconsistent view of the collection. There is no way to retrieve a &quot;snapshot&quot; of collections larger than the maximum page size.
307+
&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 pagination token. This lets you 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 are an inconsistent view of the collection. You cannot retrieve a &quot;snapshot&quot; of collections larger than the maximum page size.
308308
}</pre>
309309
</div>
310310

docs/dyn/dns_v1.dnsKeys.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#get">get(project, managedZone, dnsKeyId, clientOperationId=None, digestType=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Fetch the representation of an existing DnsKey.</p>
82+
<p class="firstline">Fetches the representation of an existing DnsKey.</p>
8383
<p class="toc_element">
8484
<code><a href="#list">list(project, managedZone, digestType=None, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Enumerate DnsKeys to a ResourceRecordSet collection.</p>
85+
<p class="firstline">Enumerates DnsKeys to a ResourceRecordSet collection.</p>
8686
<p class="toc_element">
8787
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
8888
<p class="firstline">Retrieves the next page of results.</p>
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
9494

9595
<div class="method">
9696
<code class="details" id="get">get(project, managedZone, dnsKeyId, clientOperationId=None, digestType=None, x__xgafv=None)</code>
97-
<pre>Fetch the representation of an existing DnsKey.
97+
<pre>Fetches the representation of an existing DnsKey.
9898

9999
Args:
100100
project: string, Identifies the project addressed by this request. (required)
@@ -121,18 +121,18 @@ <h3>Method Details</h3>
121121
},
122122
],
123123
&quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
124-
&quot;isActive&quot;: True or False, # Active keys are 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.
125-
&quot;keyLength&quot;: 42, # Length of the key in bits. Specified at creation time, then immutable.
124+
&quot;isActive&quot;: True or False, # Active keys are used to sign subsequent changes to the ManagedZone. Inactive keys are still present as DNSKEY Resource Records for the use of resolvers validating existing signatures.
125+
&quot;keyLength&quot;: 42, # Length of the key in bits. Specified at creation time, and then immutable.
126126
&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.
127127
&quot;kind&quot;: &quot;dns#dnsKey&quot;,
128128
&quot;publicKey&quot;: &quot;A String&quot;, # Base64 encoded public half of this key. Output only.
129-
&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, are used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag is cleared and this key is used to sign only resource record sets of other types. Immutable after creation time.
129+
&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, are used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag is cleared, and this key is used to sign only resource record sets of other types. Immutable after creation time.
130130
}</pre>
131131
</div>
132132

133133
<div class="method">
134134
<code class="details" id="list">list(project, managedZone, digestType=None, maxResults=None, pageToken=None, x__xgafv=None)</code>
135-
<pre>Enumerate DnsKeys to a ResourceRecordSet collection.
135+
<pre>Enumerates DnsKeys to a ResourceRecordSet collection.
136136

137137
Args:
138138
project: string, Identifies the project addressed by this request. (required)
@@ -161,12 +161,12 @@ <h3>Method Details</h3>
161161
},
162162
],
163163
&quot;id&quot;: &quot;A String&quot;, # Unique identifier for the resource; defined by the server (output only).
164-
&quot;isActive&quot;: True or False, # Active keys are 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.
165-
&quot;keyLength&quot;: 42, # Length of the key in bits. Specified at creation time, then immutable.
164+
&quot;isActive&quot;: True or False, # Active keys are used to sign subsequent changes to the ManagedZone. Inactive keys are still present as DNSKEY Resource Records for the use of resolvers validating existing signatures.
165+
&quot;keyLength&quot;: 42, # Length of the key in bits. Specified at creation time, and then immutable.
166166
&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.
167167
&quot;kind&quot;: &quot;dns#dnsKey&quot;,
168168
&quot;publicKey&quot;: &quot;A String&quot;, # Base64 encoded public half of this key. Output only.
169-
&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, are used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag is cleared and this key is used to sign only resource record sets of other types. Immutable after creation time.
169+
&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, are used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag is cleared, and this key is used to sign only resource record sets of other types. Immutable after creation time.
170170
},
171171
],
172172
&quot;header&quot;: { # Elements common to every response.

0 commit comments

Comments
 (0)