public sealed class ContainerSpec : IMessage<ContainerSpec>, IEquatable<ContainerSpec>, IDeepCloneable<ContainerSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class ContainerSpec.
Container Spec.
Implements
IMessageContainerSpec, IEquatableContainerSpec, IDeepCloneableContainerSpec, 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 |