public sealed class ContainerSpec : IMessage<ContainerSpec>, IEquatable<ContainerSpec>, IDeepCloneable<ContainerSpec>, IBufferMessage, IMessage
Container Spec.
Implements
IMessage<ContainerSpec>, IEquatable<ContainerSpec>, IDeepCloneable<ContainerSpec>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ContainerSpec()
public ContainerSpec()
ContainerSpec(ContainerSpec)
public ContainerSpec(ContainerSpec other)
Parameter | |
---|---|
Name | Description |
other | ContainerSpec |
Properties
DefaultEnvironment
public FlexTemplateRuntimeEnvironment DefaultEnvironment { get; set; }
Default runtime environment for the job.
Property Value | |
---|---|
Type | Description |
FlexTemplateRuntimeEnvironment |
Image
public string Image { get; set; }
Name of the docker container image. E.g., gcr.io/project/some-image
Property Value | |
---|---|
Type | Description |
String |
Metadata
public TemplateMetadata Metadata { get; set; }
Metadata describing a template including description and validation rules.
Property Value | |
---|---|
Type | Description |
TemplateMetadata |
SdkInfo
public SDKInfo SdkInfo { get; set; }
Required. SDK info of the Flex Template.
Property Value | |
---|---|
Type | Description |
SDKInfo |