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 document provides reference documentation for the `SignedUrlKey` class within the Google.Cloud.Compute.V1 namespace, specifically for the .NET environment, with version 3.6.0 being the latest and many older versions available."],["The `SignedUrlKey` class represents a customer-supplied signing key for use with Cloud CDN Signed URLs, and it includes properties such as `KeyName` and `KeyValue`."],["The class `SignedUrlKey` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compliance with various .NET functionalities and protocols."],["The document details the constructors for `SignedUrlKey`, which includes a parameterless constructor and one that accepts another `SignedUrlKey` instance for copying, and also covers the properties `HasKeyName` and `HasKeyValue`, indicating whether the respective fields are set."],["`SignedUrlKey` has two properties that can be set, `KeyName` which must comply with RFC1035 and be between 1-63 characters, and `KeyValue` which is a base64url encoded string."]]],[]]