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-04-02 UTC."],[[["This webpage provides documentation for the `SignedUrlKey` class within the Google Cloud Compute Engine v1 API for .NET, with the most recent version being 3.6.0 and the current version presented being 2.8.0."],["The `SignedUrlKey` class represents a customer-supplied signing key for use with Cloud CDN Signed URLs, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SignedUrlKey` class has two properties available to determine if the field is set, `HasKeyName` and `HasKeyValue`, both are of type bool."],["The class includes two constructors: a default constructor (`SignedUrlKey()`) and a copy constructor (`SignedUrlKey(SignedUrlKey other)`), allowing for the creation of new instances and duplication of existing instances."],["The class exposes `KeyName` and `KeyValue` properties, which allow you to set or view the name and the base64url encoded value of the signing key, respectively."]]],[]]