[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Domains V1 Client - Class Algorithm (1.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.4 (latest)](/php/docs/reference/cloud-domains/latest/V1.DnsSettings.DsRecord.Algorithm)\n- [1.0.3](/php/docs/reference/cloud-domains/1.0.3/V1.DnsSettings.DsRecord.Algorithm)\n- [0.5.5](/php/docs/reference/cloud-domains/0.5.5/V1.DnsSettings.DsRecord.Algorithm)\n- [0.4.2](/php/docs/reference/cloud-domains/0.4.2/V1.DnsSettings.DsRecord.Algorithm)\n- [0.3.1](/php/docs/reference/cloud-domains/0.3.1/V1.DnsSettings.DsRecord.Algorithm)\n- [0.2.11](/php/docs/reference/cloud-domains/0.2.11/V1.DnsSettings.DsRecord.Algorithm) \nReference documentation and code samples for the Google Cloud Domains V1 Client class Algorithm.\n\nList of algorithms used to create a DNSKEY. Certain\nalgorithms are not supported for particular domains.\n\nProtobuf type `google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Domains \\\\ V1 \\\\ DnsSettings \\\\ DsRecord\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### ALGORITHM_UNSPECIFIED\n\n Value: 0\n\nThe algorithm is unspecified.\n\nGenerated from protobuf enum `ALGORITHM_UNSPECIFIED = 0;`\n\n### RSAMD5\n\n Value: 1\n\nRSA/MD5. Cannot be used for new deployments.\n\nGenerated from protobuf enum `RSAMD5 = 1;`\n\n### DH\n\n Value: 2\n\nDiffie-Hellman. Cannot be used for new deployments.\n\nGenerated from protobuf enum `DH = 2;`\n\n### DSA\n\n Value: 3\n\nDSA/SHA1. Not recommended for new deployments.\n\nGenerated from protobuf enum `DSA = 3;`\n\n### ECC\n\n Value: 4\n\nECC. Not recommended for new deployments.\n\nGenerated from protobuf enum `ECC = 4;`\n\n### RSASHA1\n\n Value: 5\n\nRSA/SHA-1. Not recommended for new deployments.\n\nGenerated from protobuf enum `RSASHA1 = 5;`\n\n### DSANSEC3SHA1\n\n Value: 6\n\nDSA-NSEC3-SHA1. Not recommended for new deployments.\n\nGenerated from protobuf enum `DSANSEC3SHA1 = 6;`\n\n### RSASHA1NSEC3SHA1\n\n Value: 7\n\nRSA/SHA1-NSEC3-SHA1. Not recommended for new deployments.\n\nGenerated from protobuf enum `RSASHA1NSEC3SHA1 = 7;`\n\n### RSASHA256\n\n Value: 8\n\nRSA/SHA-256.\n\nGenerated from protobuf enum `RSASHA256 = 8;`\n\n### RSASHA512\n\n Value: 10\n\nRSA/SHA-512.\n\nGenerated from protobuf enum `RSASHA512 = 10;`\n\n### ECCGOST\n\n Value: 12\n\nGOST R 34.10-2001.\n\nGenerated from protobuf enum `ECCGOST = 12;`\n\n### ECDSAP256SHA256\n\n Value: 13\n\nECDSA Curve P-256 with SHA-256.\n\nGenerated from protobuf enum `ECDSAP256SHA256 = 13;`\n\n### ECDSAP384SHA384\n\n Value: 14\n\nECDSA Curve P-384 with SHA-384.\n\nGenerated from protobuf enum `ECDSAP384SHA384 = 14;`\n\n### ED25519\n\n Value: 15\n\nEd25519.\n\nGenerated from protobuf enum `ED25519 = 15;`\n\n### ED448\n\n Value: 16\n\nEd448.\n\nGenerated from protobuf enum `ED448 = 16;`\n\n### INDIRECT\n\n Value: 252\n\nReserved for Indirect Keys. Cannot be used for new deployments.\n\nGenerated from protobuf enum `INDIRECT = 252;`\n\n### PRIVATEDNS\n\n Value: 253\n\nPrivate algorithm. Cannot be used for new deployments.\n\nGenerated from protobuf enum `PRIVATEDNS = 253;`\n\n### PRIVATEOID\n\n Value: 254\n\nPrivate algorithm OID. Cannot be used for new deployments.\n\nGenerated from protobuf enum `PRIVATEOID = 254;`"]]