public sealed class RuntimeMetadata : IMessage<RuntimeMetadata>, IEquatable<RuntimeMetadata>, IDeepCloneable<RuntimeMetadata>, IBufferMessage, IMessage
[[["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 latest version available is 2.0.0-beta07, while version 1.0.0-beta03 is also documented here, with both being within the Google.Cloud.Dataflow.V1Beta3 namespace."],["`RuntimeMetadata` is a sealed class that describes a runtime environment, inheriting from `Object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `RuntimeMetadata` has two constructors: one default, `RuntimeMetadata()`, and another that takes another `RuntimeMetadata` object, `RuntimeMetadata(RuntimeMetadata)`, as a parameter."],["`RuntimeMetadata` has two primary properties: `Parameters`, a `RepeatedField` containing `ParameterMetadata`, and `SdkInfo`, which is of the type `SDKInfo`, providing SDK information for the template."],["`RuntimeMetadata` is part of the Google.Cloud.Dataflow.V1Beta3 assembly and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]