- 0.57.0 (latest)
- 0.56.0
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.5.0
public static final class ContainerSpec.Builder extends GeneratedMessageV3.Builder<ContainerSpec.Builder> implements ContainerSpecOrBuilder
Container Spec.
Protobuf type google.dataflow.v1beta3.ContainerSpec
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ContainerSpec.BuilderImplements
ContainerSpecOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ContainerSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ContainerSpec.Builder |
build()
public ContainerSpec build()
Type | Description |
ContainerSpec |
buildPartial()
public ContainerSpec buildPartial()
Type | Description |
ContainerSpec |
clear()
public ContainerSpec.Builder clear()
Type | Description |
ContainerSpec.Builder |
clearDefaultEnvironment()
public ContainerSpec.Builder clearDefaultEnvironment()
Default runtime environment for the job.
.google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment default_environment = 4;
Type | Description |
ContainerSpec.Builder |
clearField(Descriptors.FieldDescriptor field)
public ContainerSpec.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ContainerSpec.Builder |
clearImage()
public ContainerSpec.Builder clearImage()
Name of the docker container image. E.g., gcr.io/project/some-image
string image = 1;
Type | Description |
ContainerSpec.Builder | This builder for chaining. |
clearMetadata()
public ContainerSpec.Builder clearMetadata()
Metadata describing a template including description and validation rules.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
Type | Description |
ContainerSpec.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ContainerSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ContainerSpec.Builder |
clearSdkInfo()
public ContainerSpec.Builder clearSdkInfo()
Required. SDK info of the Flex Template.
.google.dataflow.v1beta3.SDKInfo sdk_info = 3;
Type | Description |
ContainerSpec.Builder |
clone()
public ContainerSpec.Builder clone()
Type | Description |
ContainerSpec.Builder |
getDefaultEnvironment()
public FlexTemplateRuntimeEnvironment getDefaultEnvironment()
Default runtime environment for the job.
.google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment default_environment = 4;
Type | Description |
FlexTemplateRuntimeEnvironment | The defaultEnvironment. |
getDefaultEnvironmentBuilder()
public FlexTemplateRuntimeEnvironment.Builder getDefaultEnvironmentBuilder()
Default runtime environment for the job.
.google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment default_environment = 4;
Type | Description |
FlexTemplateRuntimeEnvironment.Builder |
getDefaultEnvironmentOrBuilder()
public FlexTemplateRuntimeEnvironmentOrBuilder getDefaultEnvironmentOrBuilder()
Default runtime environment for the job.
.google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment default_environment = 4;
Type | Description |
FlexTemplateRuntimeEnvironmentOrBuilder |
getDefaultInstanceForType()
public ContainerSpec getDefaultInstanceForType()
Type | Description |
ContainerSpec |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getImage()
public String getImage()
Name of the docker container image. E.g., gcr.io/project/some-image
string image = 1;
Type | Description |
String | The image. |
getImageBytes()
public ByteString getImageBytes()
Name of the docker container image. E.g., gcr.io/project/some-image
string image = 1;
Type | Description |
ByteString | The bytes for image. |
getMetadata()
public TemplateMetadata getMetadata()
Metadata describing a template including description and validation rules.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
Type | Description |
TemplateMetadata | The metadata. |
getMetadataBuilder()
public TemplateMetadata.Builder getMetadataBuilder()
Metadata describing a template including description and validation rules.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
Type | Description |
TemplateMetadata.Builder |
getMetadataOrBuilder()
public TemplateMetadataOrBuilder getMetadataOrBuilder()
Metadata describing a template including description and validation rules.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
Type | Description |
TemplateMetadataOrBuilder |
getSdkInfo()
public SDKInfo getSdkInfo()
Required. SDK info of the Flex Template.
.google.dataflow.v1beta3.SDKInfo sdk_info = 3;
Type | Description |
SDKInfo | The sdkInfo. |
getSdkInfoBuilder()
public SDKInfo.Builder getSdkInfoBuilder()
Required. SDK info of the Flex Template.
.google.dataflow.v1beta3.SDKInfo sdk_info = 3;
Type | Description |
SDKInfo.Builder |
getSdkInfoOrBuilder()
public SDKInfoOrBuilder getSdkInfoOrBuilder()
Required. SDK info of the Flex Template.
.google.dataflow.v1beta3.SDKInfo sdk_info = 3;
Type | Description |
SDKInfoOrBuilder |
hasDefaultEnvironment()
public boolean hasDefaultEnvironment()
Default runtime environment for the job.
.google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment default_environment = 4;
Type | Description |
boolean | Whether the defaultEnvironment field is set. |
hasMetadata()
public boolean hasMetadata()
Metadata describing a template including description and validation rules.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
Type | Description |
boolean | Whether the metadata field is set. |
hasSdkInfo()
public boolean hasSdkInfo()
Required. SDK info of the Flex Template.
.google.dataflow.v1beta3.SDKInfo sdk_info = 3;
Type | Description |
boolean | Whether the sdkInfo field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeDefaultEnvironment(FlexTemplateRuntimeEnvironment value)
public ContainerSpec.Builder mergeDefaultEnvironment(FlexTemplateRuntimeEnvironment value)
Default runtime environment for the job.
.google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment default_environment = 4;
Name | Description |
value | FlexTemplateRuntimeEnvironment |
Type | Description |
ContainerSpec.Builder |
mergeFrom(ContainerSpec other)
public ContainerSpec.Builder mergeFrom(ContainerSpec other)
Name | Description |
other | ContainerSpec |
Type | Description |
ContainerSpec.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ContainerSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ContainerSpec.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ContainerSpec.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ContainerSpec.Builder |
mergeMetadata(TemplateMetadata value)
public ContainerSpec.Builder mergeMetadata(TemplateMetadata value)
Metadata describing a template including description and validation rules.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
Name | Description |
value | TemplateMetadata |
Type | Description |
ContainerSpec.Builder |
mergeSdkInfo(SDKInfo value)
public ContainerSpec.Builder mergeSdkInfo(SDKInfo value)
Required. SDK info of the Flex Template.
.google.dataflow.v1beta3.SDKInfo sdk_info = 3;
Name | Description |
value | SDKInfo |
Type | Description |
ContainerSpec.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ContainerSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ContainerSpec.Builder |
setDefaultEnvironment(FlexTemplateRuntimeEnvironment value)
public ContainerSpec.Builder setDefaultEnvironment(FlexTemplateRuntimeEnvironment value)
Default runtime environment for the job.
.google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment default_environment = 4;
Name | Description |
value | FlexTemplateRuntimeEnvironment |
Type | Description |
ContainerSpec.Builder |
setDefaultEnvironment(FlexTemplateRuntimeEnvironment.Builder builderForValue)
public ContainerSpec.Builder setDefaultEnvironment(FlexTemplateRuntimeEnvironment.Builder builderForValue)
Default runtime environment for the job.
.google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment default_environment = 4;
Name | Description |
builderForValue | FlexTemplateRuntimeEnvironment.Builder |
Type | Description |
ContainerSpec.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ContainerSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ContainerSpec.Builder |
setImage(String value)
public ContainerSpec.Builder setImage(String value)
Name of the docker container image. E.g., gcr.io/project/some-image
string image = 1;
Name | Description |
value | String The image to set. |
Type | Description |
ContainerSpec.Builder | This builder for chaining. |
setImageBytes(ByteString value)
public ContainerSpec.Builder setImageBytes(ByteString value)
Name of the docker container image. E.g., gcr.io/project/some-image
string image = 1;
Name | Description |
value | ByteString The bytes for image to set. |
Type | Description |
ContainerSpec.Builder | This builder for chaining. |
setMetadata(TemplateMetadata value)
public ContainerSpec.Builder setMetadata(TemplateMetadata value)
Metadata describing a template including description and validation rules.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
Name | Description |
value | TemplateMetadata |
Type | Description |
ContainerSpec.Builder |
setMetadata(TemplateMetadata.Builder builderForValue)
public ContainerSpec.Builder setMetadata(TemplateMetadata.Builder builderForValue)
Metadata describing a template including description and validation rules.
.google.dataflow.v1beta3.TemplateMetadata metadata = 2;
Name | Description |
builderForValue | TemplateMetadata.Builder |
Type | Description |
ContainerSpec.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ContainerSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ContainerSpec.Builder |
setSdkInfo(SDKInfo value)
public ContainerSpec.Builder setSdkInfo(SDKInfo value)
Required. SDK info of the Flex Template.
.google.dataflow.v1beta3.SDKInfo sdk_info = 3;
Name | Description |
value | SDKInfo |
Type | Description |
ContainerSpec.Builder |
setSdkInfo(SDKInfo.Builder builderForValue)
public ContainerSpec.Builder setSdkInfo(SDKInfo.Builder builderForValue)
Required. SDK info of the Flex Template.
.google.dataflow.v1beta3.SDKInfo sdk_info = 3;
Name | Description |
builderForValue | SDKInfo.Builder |
Type | Description |
ContainerSpec.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ContainerSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ContainerSpec.Builder |