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."],[[["The `SignedUrlKey` class in the `Google.Cloud.Compute.V1` namespace, within the `Google.Cloud.Compute.V1.dll` assembly, is used to represent a customer-supplied signing key for Cloud CDN Signed URLs."],["This class implements multiple interfaces, including `IMessage`, `IEquatable\u003cSignedUrlKey\u003e`, `IDeepCloneable\u003cSignedUrlKey\u003e`, and `IBufferMessage`, extending its functionality within the .NET environment."],["The `SignedUrlKey` class offers constructors to create a new instance, either empty or by copying an existing `SignedUrlKey` instance."],["It includes properties `HasKeyName` and `HasKeyValue`, both boolean values indicating whether the respective fields are set, as well as `KeyName` and `KeyValue`, which are strings representing the name and the 128-bit value of the signing key respectively."],["The latest version of the API is 3.6.0, with a range of other versions available to access back to 1.0.0."]]],[]]