Skip to content

Commit d687cb6

Browse files
chore(dns): update the api
#### dns:v1 The following keys were deleted: - schemas.RRSetRoutingPolicy (Total Keys: 39) - schemas.ResourceRecordSet.properties.routingPolicy (Total Keys: 1) The following keys were added: - schemas.ManagedZone.properties.serviceDirectoryConfig (Total Keys: 1) - schemas.ManagedZoneServiceDirectoryConfig (Total Keys: 10) #### dns:v1beta2 The following keys were deleted: - resources.projects.resources.managedZones.resources.rrsets.methods.delete.response (Total Keys: 1) - schemas.RRSetRoutingPolicy (Total Keys: 39) - schemas.ResourceRecordSet.properties.routingPolicy (Total Keys: 1) - schemas.ResourceRecordSetsDeleteResponse (Total Keys: 2) The following keys were added: - resources.responsePolicies.methods.create (Total Keys: 13) - resources.responsePolicies.methods.delete (Total Keys: 14) - resources.responsePolicies.methods.get (Total Keys: 15) - resources.responsePolicies.methods.list (Total Keys: 15) - resources.responsePolicies.methods.patch (Total Keys: 16) - resources.responsePolicies.methods.update (Total Keys: 16) - resources.responsePolicyRules.methods.create (Total Keys: 16) - resources.responsePolicyRules.methods.delete (Total Keys: 17) - resources.responsePolicyRules.methods.get (Total Keys: 18) - resources.responsePolicyRules.methods.list (Total Keys: 18) - resources.responsePolicyRules.methods.patch (Total Keys: 19) - resources.responsePolicyRules.methods.update (Total Keys: 19) - schemas.ManagedZoneForwardingConfigNameServerTarget.properties.ipv6Address (Total Keys: 1) - schemas.PolicyAlternativeNameServerConfigTargetNameServer.properties.ipv6Address (Total Keys: 1) - schemas.Quota.properties.responsePolicyRulesPerResponsePolicy (Total Keys: 2) - schemas.ResponsePoliciesListResponse (Total Keys: 6) - schemas.ResponsePoliciesPatchResponse (Total Keys: 4) - schemas.ResponsePoliciesUpdateResponse (Total Keys: 4) - schemas.ResponsePolicy (Total Keys: 39)
1 parent d9bf47b commit d687cb6

20 files changed

+6062
-5679
lines changed

docs/dyn/dns_v1.changes.html

Lines changed: 8 additions & 368 deletions
Large diffs are not rendered by default.

docs/dyn/dns_v1.dnsKeys.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h3>Method Details</h3>
101101
managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
102102
dnsKeyId: string, The identifier of the requested DnsKey. (required)
103103
clientOperationId: string, For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
104-
digestType: string, An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type will be computed and displayed.
104+
digestType: string, An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type is computed and displayed.
105105
x__xgafv: string, V1 error format.
106106
Allowed values
107107
1 - v1 error format
@@ -121,12 +121,12 @@ <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 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.
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 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.
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, 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.
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

@@ -137,8 +137,8 @@ <h3>Method Details</h3>
137137
Args:
138138
project: string, Identifies the project addressed by this request. (required)
139139
managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or ID. (required)
140-
digestType: string, An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type will be computed and displayed.
141-
maxResults: integer, Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return.
140+
digestType: string, An optional comma-separated list of digest types to compute and display for key signing keys. If omitted, the recommended digest type is computed and displayed.
141+
maxResults: integer, Optional. Maximum number of results to be returned. If unspecified, the server decides how many results to return.
142142
pageToken: string, Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request.
143143
x__xgafv: string, V1 error format.
144144
Allowed values
@@ -161,19 +161,19 @@ <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 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.
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 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.
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, 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.
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.
173173
&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).
174174
},
175175
&quot;kind&quot;: &quot;dns#dnsKeysListResponse&quot;, # Type of resource.
176-
&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 will be an inconsistent view of the collection. There is no way to retrieve a &quot;snapshot&quot; of collections larger than the maximum page size.
176+
&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.
177177
}</pre>
178178
</div>
179179

0 commit comments

Comments
 (0)