- 0.62.0 (latest)
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 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 LaunchTemplateParameters.Builder extends GeneratedMessageV3.Builder<LaunchTemplateParameters.Builder> implements LaunchTemplateParametersOrBuilder
Parameters to provide to the template being launched.
Protobuf type google.dataflow.v1beta3.LaunchTemplateParameters
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > LaunchTemplateParameters.BuilderImplements
LaunchTemplateParametersOrBuilderInherited Members
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LaunchTemplateParameters.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
build()
public LaunchTemplateParameters build()
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters |
buildPartial()
public LaunchTemplateParameters buildPartial()
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters |
clear()
public LaunchTemplateParameters.Builder clear()
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
clearEnvironment()
public LaunchTemplateParameters.Builder clearEnvironment()
The runtime environment for the job.
.google.dataflow.v1beta3.RuntimeEnvironment environment = 3;
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
clearField(Descriptors.FieldDescriptor field)
public LaunchTemplateParameters.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
clearJobName()
public LaunchTemplateParameters.Builder clearJobName()
Required. The job name to use for the created job.
string job_name = 1;
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public LaunchTemplateParameters.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
clearParameters()
public LaunchTemplateParameters.Builder clearParameters()
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
clearTransformNameMapping()
public LaunchTemplateParameters.Builder clearTransformNameMapping()
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
clearUpdate()
public LaunchTemplateParameters.Builder clearUpdate()
If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
bool update = 4;
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
This builder for chaining. |
clone()
public LaunchTemplateParameters.Builder clone()
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
containsParameters(String key)
public boolean containsParameters(String key)
The runtime parameters to pass to the job.
map<string, string> parameters = 2;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
containsTransformNameMapping(String key)
public boolean containsTransformNameMapping(String key)
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 5;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public LaunchTemplateParameters getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEnvironment()
public RuntimeEnvironment getEnvironment()
The runtime environment for the job.
.google.dataflow.v1beta3.RuntimeEnvironment environment = 3;
Returns | |
---|---|
Type | Description |
RuntimeEnvironment |
The environment. |
getEnvironmentBuilder()
public RuntimeEnvironment.Builder getEnvironmentBuilder()
The runtime environment for the job.
.google.dataflow.v1beta3.RuntimeEnvironment environment = 3;
Returns | |
---|---|
Type | Description |
RuntimeEnvironment.Builder |
getEnvironmentOrBuilder()
public RuntimeEnvironmentOrBuilder getEnvironmentOrBuilder()
The runtime environment for the job.
.google.dataflow.v1beta3.RuntimeEnvironment environment = 3;
Returns | |
---|---|
Type | Description |
RuntimeEnvironmentOrBuilder |
getJobName()
public String getJobName()
Required. The job name to use for the created job.
string job_name = 1;
Returns | |
---|---|
Type | Description |
String |
The jobName. |
getJobNameBytes()
public ByteString getJobNameBytes()
Required. The job name to use for the created job.
string job_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for jobName. |
getMutableParameters() (deprecated)
public Map<String,String> getMutableParameters()
Use alternate mutation accessors instead.
getMutableTransformNameMapping() (deprecated)
public Map<String,String> getMutableTransformNameMapping()
Use alternate mutation accessors instead.
getParameters() (deprecated)
public Map<String,String> getParameters()
Use #getParametersMap() instead.
getParametersCount()
public int getParametersCount()
The runtime parameters to pass to the job.
map<string, string> parameters = 2;
Returns | |
---|---|
Type | Description |
int |
getParametersMap()
public Map<String,String> getParametersMap()
The runtime parameters to pass to the job.
map<string, string> parameters = 2;
getParametersOrDefault(String key, String defaultValue)
public String getParametersOrDefault(String key, String defaultValue)
The runtime parameters to pass to the job.
map<string, string> parameters = 2;
Returns | |
---|---|
Type | Description |
String |
getParametersOrThrow(String key)
public String getParametersOrThrow(String key)
The runtime parameters to pass to the job.
map<string, string> parameters = 2;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getTransformNameMapping() (deprecated)
public Map<String,String> getTransformNameMapping()
Use #getTransformNameMappingMap() instead.
getTransformNameMappingCount()
public int getTransformNameMappingCount()
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 5;
Returns | |
---|---|
Type | Description |
int |
getTransformNameMappingMap()
public Map<String,String> getTransformNameMappingMap()
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 5;
getTransformNameMappingOrDefault(String key, String defaultValue)
public String getTransformNameMappingOrDefault(String key, String defaultValue)
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 5;
Returns | |
---|---|
Type | Description |
String |
getTransformNameMappingOrThrow(String key)
public String getTransformNameMappingOrThrow(String key)
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 5;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getUpdate()
public boolean getUpdate()
If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
bool update = 4;
Returns | |
---|---|
Type | Description |
boolean |
The update. |
hasEnvironment()
public boolean hasEnvironment()
The runtime environment for the job.
.google.dataflow.v1beta3.RuntimeEnvironment environment = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the environment field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeEnvironment(RuntimeEnvironment value)
public LaunchTemplateParameters.Builder mergeEnvironment(RuntimeEnvironment value)
The runtime environment for the job.
.google.dataflow.v1beta3.RuntimeEnvironment environment = 3;
Parameter | |
---|---|
Name | Description |
value |
RuntimeEnvironment |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
mergeFrom(LaunchTemplateParameters other)
public LaunchTemplateParameters.Builder mergeFrom(LaunchTemplateParameters other)
Parameter | |
---|---|
Name | Description |
other |
LaunchTemplateParameters |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LaunchTemplateParameters.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public LaunchTemplateParameters.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LaunchTemplateParameters.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
putAllParameters(Map<String,String> values)
public LaunchTemplateParameters.Builder putAllParameters(Map<String,String> values)
The runtime parameters to pass to the job.
map<string, string> parameters = 2;
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
putAllTransformNameMapping(Map<String,String> values)
public LaunchTemplateParameters.Builder putAllTransformNameMapping(Map<String,String> values)
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 5;
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
putParameters(String key, String value)
public LaunchTemplateParameters.Builder putParameters(String key, String value)
The runtime parameters to pass to the job.
map<string, string> parameters = 2;
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
putTransformNameMapping(String key, String value)
public LaunchTemplateParameters.Builder putTransformNameMapping(String key, String value)
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 5;
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
removeParameters(String key)
public LaunchTemplateParameters.Builder removeParameters(String key)
The runtime parameters to pass to the job.
map<string, string> parameters = 2;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
removeTransformNameMapping(String key)
public LaunchTemplateParameters.Builder removeTransformNameMapping(String key)
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 5;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
setEnvironment(RuntimeEnvironment value)
public LaunchTemplateParameters.Builder setEnvironment(RuntimeEnvironment value)
The runtime environment for the job.
.google.dataflow.v1beta3.RuntimeEnvironment environment = 3;
Parameter | |
---|---|
Name | Description |
value |
RuntimeEnvironment |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
setEnvironment(RuntimeEnvironment.Builder builderForValue)
public LaunchTemplateParameters.Builder setEnvironment(RuntimeEnvironment.Builder builderForValue)
The runtime environment for the job.
.google.dataflow.v1beta3.RuntimeEnvironment environment = 3;
Parameter | |
---|---|
Name | Description |
builderForValue |
RuntimeEnvironment.Builder |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public LaunchTemplateParameters.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
setJobName(String value)
public LaunchTemplateParameters.Builder setJobName(String value)
Required. The job name to use for the created job.
string job_name = 1;
Parameter | |
---|---|
Name | Description |
value |
String The jobName to set. |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
This builder for chaining. |
setJobNameBytes(ByteString value)
public LaunchTemplateParameters.Builder setJobNameBytes(ByteString value)
Required. The job name to use for the created job.
string job_name = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for jobName to set. |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LaunchTemplateParameters.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final LaunchTemplateParameters.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
setUpdate(boolean value)
public LaunchTemplateParameters.Builder setUpdate(boolean value)
If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
bool update = 4;
Parameter | |
---|---|
Name | Description |
value |
boolean The update to set. |
Returns | |
---|---|
Type | Description |
LaunchTemplateParameters.Builder |
This builder for chaining. |