public sealed class TrafficTargetStatus : IMessage<TrafficTargetStatus>, IEquatable<TrafficTargetStatus>, IDeepCloneable<TrafficTargetStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class TrafficTargetStatus.
Represents the observed state of a single TrafficTarget entry.
[[["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."],[[["This webpage provides documentation for the `TrafficTargetStatus` class within the Google Cloud Run Admin v2 API, specifically for .NET development, offering reference materials and code samples."],["The `TrafficTargetStatus` class represents the observed state of a single `TrafficTarget` entry, which controls traffic routing to different revisions in Cloud Run services."],["The documentation covers multiple versions of the `TrafficTargetStatus` class, ranging from version 2.0.0 to the latest version 2.13.0, as well as a beta version."],["The `TrafficTargetStatus` class includes properties such as `Percent`, `Revision`, `Tag`, `Type`, and `Uri`, which describe how traffic is allocated and directed to specific revisions."],["The `TrafficTargetStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with the Google.Protobuf library and its capabilities for data manipulation and comparison."]]],[]]