Name of the key. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
[[["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-03-24 UTC."],[[["The `SignedUrlKey` class in the `Google.Cloud.Compute.V1` namespace represents a customer-supplied signing key used by Cloud CDN Signed URLs."],["The latest version of the `SignedUrlKey` class is 3.6.0, with multiple earlier versions available, ranging from 1.0.0 to 3.5.0."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cSignedUrlKey\u003e`, `IDeepCloneable\u003cSignedUrlKey\u003e`, and `IBufferMessage`, providing various functionalities."],["The `SignedUrlKey` class includes properties such as `KeyName` and `KeyValue`, which are used to set and get the name and value of the signing key, respectively."],["There are two constructors available for `SignedUrlKey`, one default constructor and another that allows you to create a new instance based off another instance."]]],[]]