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-31 UTC."],[[["This webpage provides reference documentation for the `SignedUrlKey` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment."],["The `SignedUrlKey` class represents a customer-supplied signing key used by Cloud CDN Signed URLs, and it implements multiple interfaces for message handling and cloning."],["The documentation covers versions ranging from 1.0.0 up to the latest 3.6.0 for the `SignedUrlKey`, with version 2.16.0 currently being displayed."],["The key properties of the class include `KeyName` (for the name of the key) and `KeyValue` (for the 128-bit key value used in signing URLs), each with specific formatting requirements."],["There are also two constructors for the class `SignedUrlKey()`, and `SignedUrlKey(SignedUrlKey other)`, the second of which allows you to pass another class of the same type to copy values."]]],[]]