Dataflow v1beta3 API - Class RuntimeMetadata (2.0.0-beta07)

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

Reference documentation and code samples for the Dataflow v1beta3 API class RuntimeMetadata.

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
Name Description
other RuntimeMetadata

Properties

Parameters

public RepeatedField<ParameterMetadata> Parameters { get; }

The parameters for the template.

Property Value
Type Description
RepeatedFieldParameterMetadata

SdkInfo

public SDKInfo SdkInfo { get; set; }

SDK Info for the template.

Property Value
Type Description
SDKInfo