Package feast.proto.core
Interface RunnerProto.DirectRunnerConfigOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RunnerProto.DirectRunnerConfigOptions,RunnerProto.DirectRunnerConfigOptions.Builder
- Enclosing class:
- RunnerProto
public static interface RunnerProto.DirectRunnerConfigOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDeadLetterTableSpec()BigQuery table specification, e.g.com.google.protobuf.ByteStringgetDeadLetterTableSpecBytes()BigQuery table specification, e.g.intgetTargetParallelism()Controls the amount of target parallelism the DirectRunner will use.StringgetTempLocation()A pipeline level default location for storing temporary files.com.google.protobuf.ByteStringgetTempLocationBytes()A pipeline level default location for storing temporary files.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTargetParallelism
int getTargetParallelism()
Controls the amount of target parallelism the DirectRunner will use. Defaults to the greater of the number of available processors and 3. Must be a value greater than zero.
int32 targetParallelism = 1;- Returns:
- The targetParallelism.
-
getDeadLetterTableSpec
String getDeadLetterTableSpec()
BigQuery table specification, e.g. PROJECT_ID:DATASET_ID.PROJECT_ID
string deadLetterTableSpec = 2;- Returns:
- The deadLetterTableSpec.
-
getDeadLetterTableSpecBytes
com.google.protobuf.ByteString getDeadLetterTableSpecBytes()
BigQuery table specification, e.g. PROJECT_ID:DATASET_ID.PROJECT_ID
string deadLetterTableSpec = 2;- Returns:
- The bytes for deadLetterTableSpec.
-
getTempLocation
String getTempLocation()
A pipeline level default location for storing temporary files. Support Google Cloud Storage locations or local path
string tempLocation = 3;- Returns:
- The tempLocation.
-
getTempLocationBytes
com.google.protobuf.ByteString getTempLocationBytes()
A pipeline level default location for storing temporary files. Support Google Cloud Storage locations or local path
string tempLocation = 3;- Returns:
- The bytes for tempLocation.
-
-