public sealed class BackendServiceHttpCookie : IMessage<BackendServiceHttpCookie>, IEquatable<BackendServiceHttpCookie>, IDeepCloneable<BackendServiceHttpCookie>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class BackendServiceHttpCookie.
The HTTP cookie used for stateful session affinity.
[[["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-21 UTC."],[[["The `BackendServiceHttpCookie` class in the Google.Cloud.Compute.V1 namespace is used to manage HTTP cookies for stateful session affinity in Compute Engine v1 API."],["The latest version available for this class is 3.6.0, with a history of multiple versions dating back to 1.0.0."],["This class provides properties such as `Name`, `Path`, and `Ttl` to configure the attributes of an HTTP cookie, with `HasName` and `HasPath` providing checks on wether they are set or not."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide a comprehensive set of functionalities."],["The documentation includes constructors for creating instances of `BackendServiceHttpCookie`, either as a new object or by cloning another instance."]]],[]]