public sealed class ContainerSpec : IMessage<ContainerSpec>, IEquatable<ContainerSpec>, IDeepCloneable<ContainerSpec>, IBufferMessage, IMessageReference 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 |
|
ImageRepositoryCertPath
public string ImageRepositoryCertPath { get; set; }Cloud Storage path to self-signed certificate of private registry.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ImageRepositoryPasswordSecretId
public string ImageRepositoryPasswordSecretId { get; set; }Secret Manager secret id for password to authenticate to private registry.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ImageRepositoryUsernameSecretId
public string ImageRepositoryUsernameSecretId { get; set; }Secret Manager secret id for username to authenticate to private registry.
| 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 |
|