docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/dns_v2beta1.projects.html b/docs/dyn/dns_v2beta1.projects.html
index 58d1307..514903b 100644
--- a/docs/dyn/dns_v2beta1.projects.html
+++ b/docs/dyn/dns_v2beta1.projects.html
@@ -90,33 +90,33 @@
An object of the form:
{ # A project resource. The project is a top level container for resources including Cloud DNS ManagedZones. Projects can be created only in the APIs console.
- "quota": { # Limits associated with a Project. # Quotas assigned to this project (output only).
- "networksPerPolicy": 42, # Maximum allowed number of networks per policy.
- "kind": "dns#quota", # Identifies what kind of resource this is. Value: the fixed string "dns#quota".
- "managedZonesPerNetwork": 42, # Maximum allowed number of managed zones which can be attached to a network.
- "totalRrdataSizePerChange": 42, # Maximum allowed size for total rrdata in one ChangesCreateRequest in bytes.
- "resourceRecordsPerRrset": 42, # Maximum allowed number of ResourceRecords per ResourceRecordSet.
- "targetNameServersPerManagedZone": 42, # Maximum allowed number of target name servers per managed forwarding zone.
- "dnsKeysPerManagedZone": 42, # Maximum allowed number of DnsKeys per ManagedZone.
- "rrsetsPerManagedZone": 42, # Maximum allowed number of ResourceRecordSets per zone in the project.
- "rrsetAdditionsPerChange": 42, # Maximum allowed number of ResourceRecordSets to add per ChangesCreateRequest.
- "policies": 42, # Maximum allowed number of policies per project.
- "targetNameServersPerPolicy": 42, # Maximum allowed number of alternative target name servers per policy.
- "rrsetDeletionsPerChange": 42, # Maximum allowed number of ResourceRecordSets to delete per ChangesCreateRequest.
- "managedZones": 42, # Maximum allowed number of managed zones in the project.
- "networksPerManagedZone": 42, # Maximum allowed number of networks to which a privately scoped zone can be attached.
- "whitelistedKeySpecs": [ # DNSSEC algorithm and key length types that can be used for DnsKeys.
+ "id": "A String", # User assigned unique identifier for the resource (output only).
+ "kind": "dns#project", # Identifies what kind of resource this is. Value: the fixed string "dns#project".
+ "number": "A String", # Unique numeric identifier for the resource; defined by the server (output only).
+ "quota": { # Limits associated with a Project. # Quotas assigned to this project (output only).
+ "dnsKeysPerManagedZone": 42, # Maximum allowed number of DnsKeys per ManagedZone.
+ "kind": "dns#quota", # Identifies what kind of resource this is. Value: the fixed string "dns#quota".
+ "managedZones": 42, # Maximum allowed number of managed zones in the project.
+ "managedZonesPerNetwork": 42, # Maximum allowed number of managed zones which can be attached to a network.
+ "networksPerManagedZone": 42, # Maximum allowed number of networks to which a privately scoped zone can be attached.
+ "networksPerPolicy": 42, # Maximum allowed number of networks per policy.
+ "policies": 42, # Maximum allowed number of policies per project.
+ "resourceRecordsPerRrset": 42, # Maximum allowed number of ResourceRecords per ResourceRecordSet.
+ "rrsetAdditionsPerChange": 42, # Maximum allowed number of ResourceRecordSets to add per ChangesCreateRequest.
+ "rrsetDeletionsPerChange": 42, # Maximum allowed number of ResourceRecordSets to delete per ChangesCreateRequest.
+ "rrsetsPerManagedZone": 42, # Maximum allowed number of ResourceRecordSets per zone in the project.
+ "targetNameServersPerManagedZone": 42, # Maximum allowed number of target name servers per managed forwarding zone.
+ "targetNameServersPerPolicy": 42, # Maximum allowed number of alternative target name servers per policy.
+ "totalRrdataSizePerChange": 42, # Maximum allowed size for total rrdata in one ChangesCreateRequest in bytes.
+ "whitelistedKeySpecs": [ # DNSSEC algorithm and key length types that can be used for DnsKeys.
{ # Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
- "keyType": "A String", # 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.
- "keyLength": 42, # Length of the keys in bits.
- "kind": "dns#dnsKeySpec", # Identifies what kind of resource this is. Value: the fixed string "dns#dnsKeySpec".
- "algorithm": "A String", # String mnemonic specifying the DNSSEC algorithm of this key.
+ "algorithm": "A String", # String mnemonic specifying the DNSSEC algorithm of this key.
+ "keyLength": 42, # Length of the keys in bits.
+ "keyType": "A String", # 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.
+ "kind": "dns#dnsKeySpec", # Identifies what kind of resource this is. Value: the fixed string "dns#dnsKeySpec".
},
],
},
- "kind": "dns#project", # Identifies what kind of resource this is. Value: the fixed string "dns#project".
- "id": "A String", # User assigned unique identifier for the resource (output only).
- "number": "A String", # Unique numeric identifier for the resource; defined by the server (output only).
}</pre>
</div>