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-09 UTC."],[[["The latest version available for `SignedUrlKey` within the `Google.Cloud.Compute.V1` namespace is 3.6.0, and there are many previous versions ranging from 3.5.0 back to 1.0.0."],["The `SignedUrlKey` class represents a customer-supplied signing key utilized by Cloud CDN Signed URLs, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes constructors for creating new instances and a copy constructor, specifically `SignedUrlKey()` and `SignedUrlKey(SignedUrlKey other)`."],["The `SignedUrlKey` class contains two main properties: `KeyName`, which sets the name of the key following RFC1035 standards, and `KeyValue`, which is a 128-bit key value encoded as a base64url string."],["The class also includes boolean properties `HasKeyName` and `HasKeyValue` to check if the corresponding fields are set."]]],[]]