public sealed class RuntimeMetadata : IMessage<RuntimeMetadata>, IEquatable<RuntimeMetadata>, IDeepCloneable<RuntimeMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class RuntimeMetadata.
[[["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 of the `RuntimeMetadata` class is `2.0.0-beta07`, with previous versions including `2.0.0-beta06` and `1.0.0-beta03`."],["`RuntimeMetadata` is a class within the Dataflow v1beta3 API that describes a runtime environment and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RuntimeMetadata` class has two constructors, a default constructor, and one that accepts another `RuntimeMetadata` object as a parameter for copying purposes."],["The class contains two primary properties: `Parameters`, which is a `RepeatedField` of `ParameterMetadata` for template parameters, and `SdkInfo`, which is of type `SDKInfo` and holds SDK information for the template."],["The class also inherits methods such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]