Class RuntimeMetadata (1.0.0-beta03)

public sealed class RuntimeMetadata : IMessage<RuntimeMetadata>, IEquatable<RuntimeMetadata>, IDeepCloneable<RuntimeMetadata>, IBufferMessage, IMessage

RuntimeMetadata describing a runtime environment.

Inheritance

Object > RuntimeMetadata

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

RuntimeMetadata()

public RuntimeMetadata()

RuntimeMetadata(RuntimeMetadata)

public RuntimeMetadata(RuntimeMetadata other)
Parameter
NameDescription
otherRuntimeMetadata

Properties

Parameters

public RepeatedField<ParameterMetadata> Parameters { get; }

The parameters for the template.

Property Value
TypeDescription
RepeatedField<ParameterMetadata>

SdkInfo

public SDKInfo SdkInfo { get; set; }

SDK Info for the template.

Property Value
TypeDescription
SDKInfo