Package com.google.dataflow.v1beta3
Class TaskRunnerSettings
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.dataflow.v1beta3.TaskRunnerSettings
-
- All Implemented Interfaces:
TaskRunnerSettingsOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class TaskRunnerSettings extends com.google.protobuf.GeneratedMessageV3 implements TaskRunnerSettingsOrBuilder
Taskrunner configuration settings.
Protobuf typegoogle.dataflow.v1beta3.TaskRunnerSettings
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TaskRunnerSettings.Builder
Taskrunner configuration settings.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ALSOLOGTOSTDERR_FIELD_NUMBER
static int
BASE_TASK_DIR_FIELD_NUMBER
static int
BASE_URL_FIELD_NUMBER
static int
COMMANDLINES_FILE_NAME_FIELD_NUMBER
static int
CONTINUE_ON_EXCEPTION_FIELD_NUMBER
static int
DATAFLOW_API_VERSION_FIELD_NUMBER
static int
HARNESS_COMMAND_FIELD_NUMBER
static int
LANGUAGE_HINT_FIELD_NUMBER
static int
LOG_DIR_FIELD_NUMBER
static int
LOG_TO_SERIALCONSOLE_FIELD_NUMBER
static int
LOG_UPLOAD_LOCATION_FIELD_NUMBER
static int
OAUTH_SCOPES_FIELD_NUMBER
static int
PARALLEL_WORKER_SETTINGS_FIELD_NUMBER
static int
STREAMING_WORKER_MAIN_CLASS_FIELD_NUMBER
static int
TASK_GROUP_FIELD_NUMBER
static int
TASK_USER_FIELD_NUMBER
static int
TEMP_STORAGE_PREFIX_FIELD_NUMBER
static int
VM_ID_FIELD_NUMBER
static int
WORKFLOW_FILE_NAME_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
boolean
getAlsologtostderr()
Whether to also send taskrunner log info to stderr.String
getBaseTaskDir()
The location on the worker for task-specific subdirectories.com.google.protobuf.ByteString
getBaseTaskDirBytes()
The location on the worker for task-specific subdirectories.String
getBaseUrl()
The base URL for the taskrunner to use when accessing Google Cloud APIs.com.google.protobuf.ByteString
getBaseUrlBytes()
The base URL for the taskrunner to use when accessing Google Cloud APIs.String
getCommandlinesFileName()
The file to store preprocessing commands in.com.google.protobuf.ByteString
getCommandlinesFileNameBytes()
The file to store preprocessing commands in.boolean
getContinueOnException()
Whether to continue taskrunner if an exception is hit.String
getDataflowApiVersion()
The API version of endpoint, e.g.com.google.protobuf.ByteString
getDataflowApiVersionBytes()
The API version of endpoint, e.g.static TaskRunnerSettings
getDefaultInstance()
TaskRunnerSettings
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getHarnessCommand()
The command to launch the worker harness.com.google.protobuf.ByteString
getHarnessCommandBytes()
The command to launch the worker harness.String
getLanguageHint()
The suggested backend language.com.google.protobuf.ByteString
getLanguageHintBytes()
The suggested backend language.String
getLogDir()
The directory on the VM to store logs.com.google.protobuf.ByteString
getLogDirBytes()
The directory on the VM to store logs.boolean
getLogToSerialconsole()
Whether to send taskrunner log info to Google Compute Engine VM serial console.String
getLogUploadLocation()
Indicates where to put logs.com.google.protobuf.ByteString
getLogUploadLocationBytes()
Indicates where to put logs.String
getOauthScopes(int index)
The OAuth2 scopes to be requested by the taskrunner in order to access the Cloud Dataflow API.com.google.protobuf.ByteString
getOauthScopesBytes(int index)
The OAuth2 scopes to be requested by the taskrunner in order to access the Cloud Dataflow API.int
getOauthScopesCount()
The OAuth2 scopes to be requested by the taskrunner in order to access the Cloud Dataflow API.com.google.protobuf.ProtocolStringList
getOauthScopesList()
The OAuth2 scopes to be requested by the taskrunner in order to access the Cloud Dataflow API.WorkerSettings
getParallelWorkerSettings()
The settings to pass to the parallel worker harness.WorkerSettingsOrBuilder
getParallelWorkerSettingsOrBuilder()
The settings to pass to the parallel worker harness.com.google.protobuf.Parser<TaskRunnerSettings>
getParserForType()
int
getSerializedSize()
String
getStreamingWorkerMainClass()
The streaming worker main class name.com.google.protobuf.ByteString
getStreamingWorkerMainClassBytes()
The streaming worker main class name.String
getTaskGroup()
The UNIX group ID on the worker VM to use for tasks launched by taskrunner; e.g.com.google.protobuf.ByteString
getTaskGroupBytes()
The UNIX group ID on the worker VM to use for tasks launched by taskrunner; e.g.String
getTaskUser()
The UNIX user ID on the worker VM to use for tasks launched by taskrunner; e.g.com.google.protobuf.ByteString
getTaskUserBytes()
The UNIX user ID on the worker VM to use for tasks launched by taskrunner; e.g.String
getTempStoragePrefix()
The prefix of the resources the taskrunner should use for temporary storage.com.google.protobuf.ByteString
getTempStoragePrefixBytes()
The prefix of the resources the taskrunner should use for temporary storage.String
getVmId()
The ID string of the VM.com.google.protobuf.ByteString
getVmIdBytes()
The ID string of the VM.String
getWorkflowFileName()
The file to store the workflow in.com.google.protobuf.ByteString
getWorkflowFileNameBytes()
The file to store the workflow in.int
hashCode()
boolean
hasParallelWorkerSettings()
The settings to pass to the parallel worker harness.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static TaskRunnerSettings.Builder
newBuilder()
static TaskRunnerSettings.Builder
newBuilder(TaskRunnerSettings prototype)
TaskRunnerSettings.Builder
newBuilderForType()
protected TaskRunnerSettings.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static TaskRunnerSettings
parseDelimitedFrom(InputStream input)
static TaskRunnerSettings
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaskRunnerSettings
parseFrom(byte[] data)
static TaskRunnerSettings
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaskRunnerSettings
parseFrom(com.google.protobuf.ByteString data)
static TaskRunnerSettings
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaskRunnerSettings
parseFrom(com.google.protobuf.CodedInputStream input)
static TaskRunnerSettings
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaskRunnerSettings
parseFrom(InputStream input)
static TaskRunnerSettings
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TaskRunnerSettings
parseFrom(ByteBuffer data)
static TaskRunnerSettings
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<TaskRunnerSettings>
parser()
TaskRunnerSettings.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TASK_USER_FIELD_NUMBER
public static final int TASK_USER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TASK_GROUP_FIELD_NUMBER
public static final int TASK_GROUP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OAUTH_SCOPES_FIELD_NUMBER
public static final int OAUTH_SCOPES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BASE_URL_FIELD_NUMBER
public static final int BASE_URL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATAFLOW_API_VERSION_FIELD_NUMBER
public static final int DATAFLOW_API_VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARALLEL_WORKER_SETTINGS_FIELD_NUMBER
public static final int PARALLEL_WORKER_SETTINGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BASE_TASK_DIR_FIELD_NUMBER
public static final int BASE_TASK_DIR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONTINUE_ON_EXCEPTION_FIELD_NUMBER
public static final int CONTINUE_ON_EXCEPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOG_TO_SERIALCONSOLE_FIELD_NUMBER
public static final int LOG_TO_SERIALCONSOLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ALSOLOGTOSTDERR_FIELD_NUMBER
public static final int ALSOLOGTOSTDERR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOG_UPLOAD_LOCATION_FIELD_NUMBER
public static final int LOG_UPLOAD_LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOG_DIR_FIELD_NUMBER
public static final int LOG_DIR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEMP_STORAGE_PREFIX_FIELD_NUMBER
public static final int TEMP_STORAGE_PREFIX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HARNESS_COMMAND_FIELD_NUMBER
public static final int HARNESS_COMMAND_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WORKFLOW_FILE_NAME_FIELD_NUMBER
public static final int WORKFLOW_FILE_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMMANDLINES_FILE_NAME_FIELD_NUMBER
public static final int COMMANDLINES_FILE_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VM_ID_FIELD_NUMBER
public static final int VM_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LANGUAGE_HINT_FIELD_NUMBER
public static final int LANGUAGE_HINT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STREAMING_WORKER_MAIN_CLASS_FIELD_NUMBER
public static final int STREAMING_WORKER_MAIN_CLASS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getTaskUser
public String getTaskUser()
The UNIX user ID on the worker VM to use for tasks launched by taskrunner; e.g. "root".
string task_user = 1;
- Specified by:
getTaskUser
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The taskUser.
-
getTaskUserBytes
public com.google.protobuf.ByteString getTaskUserBytes()
The UNIX user ID on the worker VM to use for tasks launched by taskrunner; e.g. "root".
string task_user = 1;
- Specified by:
getTaskUserBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for taskUser.
-
getTaskGroup
public String getTaskGroup()
The UNIX group ID on the worker VM to use for tasks launched by taskrunner; e.g. "wheel".
string task_group = 2;
- Specified by:
getTaskGroup
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The taskGroup.
-
getTaskGroupBytes
public com.google.protobuf.ByteString getTaskGroupBytes()
The UNIX group ID on the worker VM to use for tasks launched by taskrunner; e.g. "wheel".
string task_group = 2;
- Specified by:
getTaskGroupBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for taskGroup.
-
getOauthScopesList
public com.google.protobuf.ProtocolStringList getOauthScopesList()
The OAuth2 scopes to be requested by the taskrunner in order to access the Cloud Dataflow API.
repeated string oauth_scopes = 3;
- Specified by:
getOauthScopesList
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- A list containing the oauthScopes.
-
getOauthScopesCount
public int getOauthScopesCount()
The OAuth2 scopes to be requested by the taskrunner in order to access the Cloud Dataflow API.
repeated string oauth_scopes = 3;
- Specified by:
getOauthScopesCount
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The count of oauthScopes.
-
getOauthScopes
public String getOauthScopes(int index)
The OAuth2 scopes to be requested by the taskrunner in order to access the Cloud Dataflow API.
repeated string oauth_scopes = 3;
- Specified by:
getOauthScopes
in interfaceTaskRunnerSettingsOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The oauthScopes at the given index.
-
getOauthScopesBytes
public com.google.protobuf.ByteString getOauthScopesBytes(int index)
The OAuth2 scopes to be requested by the taskrunner in order to access the Cloud Dataflow API.
repeated string oauth_scopes = 3;
- Specified by:
getOauthScopesBytes
in interfaceTaskRunnerSettingsOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the oauthScopes at the given index.
-
getBaseUrl
public String getBaseUrl()
The base URL for the taskrunner to use when accessing Google Cloud APIs. When workers access Google Cloud APIs, they logically do so via relative URLs. If this field is specified, it supplies the base URL to use for resolving these relative URLs. The normative algorithm used is defined by RFC 1808, "Relative Uniform Resource Locators". If not specified, the default value is "http://www.googleapis.com/"
string base_url = 4;
- Specified by:
getBaseUrl
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The baseUrl.
-
getBaseUrlBytes
public com.google.protobuf.ByteString getBaseUrlBytes()
The base URL for the taskrunner to use when accessing Google Cloud APIs. When workers access Google Cloud APIs, they logically do so via relative URLs. If this field is specified, it supplies the base URL to use for resolving these relative URLs. The normative algorithm used is defined by RFC 1808, "Relative Uniform Resource Locators". If not specified, the default value is "http://www.googleapis.com/"
string base_url = 4;
- Specified by:
getBaseUrlBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for baseUrl.
-
getDataflowApiVersion
public String getDataflowApiVersion()
The API version of endpoint, e.g. "v1b3"
string dataflow_api_version = 5;
- Specified by:
getDataflowApiVersion
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The dataflowApiVersion.
-
getDataflowApiVersionBytes
public com.google.protobuf.ByteString getDataflowApiVersionBytes()
The API version of endpoint, e.g. "v1b3"
string dataflow_api_version = 5;
- Specified by:
getDataflowApiVersionBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for dataflowApiVersion.
-
hasParallelWorkerSettings
public boolean hasParallelWorkerSettings()
The settings to pass to the parallel worker harness.
.google.dataflow.v1beta3.WorkerSettings parallel_worker_settings = 6;
- Specified by:
hasParallelWorkerSettings
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- Whether the parallelWorkerSettings field is set.
-
getParallelWorkerSettings
public WorkerSettings getParallelWorkerSettings()
The settings to pass to the parallel worker harness.
.google.dataflow.v1beta3.WorkerSettings parallel_worker_settings = 6;
- Specified by:
getParallelWorkerSettings
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The parallelWorkerSettings.
-
getParallelWorkerSettingsOrBuilder
public WorkerSettingsOrBuilder getParallelWorkerSettingsOrBuilder()
The settings to pass to the parallel worker harness.
.google.dataflow.v1beta3.WorkerSettings parallel_worker_settings = 6;
- Specified by:
getParallelWorkerSettingsOrBuilder
in interfaceTaskRunnerSettingsOrBuilder
-
getBaseTaskDir
public String getBaseTaskDir()
The location on the worker for task-specific subdirectories.
string base_task_dir = 7;
- Specified by:
getBaseTaskDir
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The baseTaskDir.
-
getBaseTaskDirBytes
public com.google.protobuf.ByteString getBaseTaskDirBytes()
The location on the worker for task-specific subdirectories.
string base_task_dir = 7;
- Specified by:
getBaseTaskDirBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for baseTaskDir.
-
getContinueOnException
public boolean getContinueOnException()
Whether to continue taskrunner if an exception is hit.
bool continue_on_exception = 8;
- Specified by:
getContinueOnException
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The continueOnException.
-
getLogToSerialconsole
public boolean getLogToSerialconsole()
Whether to send taskrunner log info to Google Compute Engine VM serial console.
bool log_to_serialconsole = 9;
- Specified by:
getLogToSerialconsole
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The logToSerialconsole.
-
getAlsologtostderr
public boolean getAlsologtostderr()
Whether to also send taskrunner log info to stderr.
bool alsologtostderr = 10;
- Specified by:
getAlsologtostderr
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The alsologtostderr.
-
getLogUploadLocation
public String getLogUploadLocation()
Indicates where to put logs. If this is not specified, the logs will not be uploaded. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}
string log_upload_location = 11;
- Specified by:
getLogUploadLocation
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The logUploadLocation.
-
getLogUploadLocationBytes
public com.google.protobuf.ByteString getLogUploadLocationBytes()
Indicates where to put logs. If this is not specified, the logs will not be uploaded. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}
string log_upload_location = 11;
- Specified by:
getLogUploadLocationBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for logUploadLocation.
-
getLogDir
public String getLogDir()
The directory on the VM to store logs.
string log_dir = 12;
- Specified by:
getLogDir
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The logDir.
-
getLogDirBytes
public com.google.protobuf.ByteString getLogDirBytes()
The directory on the VM to store logs.
string log_dir = 12;
- Specified by:
getLogDirBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for logDir.
-
getTempStoragePrefix
public String getTempStoragePrefix()
The prefix of the resources the taskrunner should use for temporary storage. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}
string temp_storage_prefix = 13;
- Specified by:
getTempStoragePrefix
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The tempStoragePrefix.
-
getTempStoragePrefixBytes
public com.google.protobuf.ByteString getTempStoragePrefixBytes()
The prefix of the resources the taskrunner should use for temporary storage. The supported resource type is: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}
string temp_storage_prefix = 13;
- Specified by:
getTempStoragePrefixBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for tempStoragePrefix.
-
getHarnessCommand
public String getHarnessCommand()
The command to launch the worker harness.
string harness_command = 14;
- Specified by:
getHarnessCommand
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The harnessCommand.
-
getHarnessCommandBytes
public com.google.protobuf.ByteString getHarnessCommandBytes()
The command to launch the worker harness.
string harness_command = 14;
- Specified by:
getHarnessCommandBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for harnessCommand.
-
getWorkflowFileName
public String getWorkflowFileName()
The file to store the workflow in.
string workflow_file_name = 15;
- Specified by:
getWorkflowFileName
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The workflowFileName.
-
getWorkflowFileNameBytes
public com.google.protobuf.ByteString getWorkflowFileNameBytes()
The file to store the workflow in.
string workflow_file_name = 15;
- Specified by:
getWorkflowFileNameBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for workflowFileName.
-
getCommandlinesFileName
public String getCommandlinesFileName()
The file to store preprocessing commands in.
string commandlines_file_name = 16;
- Specified by:
getCommandlinesFileName
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The commandlinesFileName.
-
getCommandlinesFileNameBytes
public com.google.protobuf.ByteString getCommandlinesFileNameBytes()
The file to store preprocessing commands in.
string commandlines_file_name = 16;
- Specified by:
getCommandlinesFileNameBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for commandlinesFileName.
-
getVmId
public String getVmId()
The ID string of the VM.
string vm_id = 17;
- Specified by:
getVmId
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The vmId.
-
getVmIdBytes
public com.google.protobuf.ByteString getVmIdBytes()
The ID string of the VM.
string vm_id = 17;
- Specified by:
getVmIdBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for vmId.
-
getLanguageHint
public String getLanguageHint()
The suggested backend language.
string language_hint = 18;
- Specified by:
getLanguageHint
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The languageHint.
-
getLanguageHintBytes
public com.google.protobuf.ByteString getLanguageHintBytes()
The suggested backend language.
string language_hint = 18;
- Specified by:
getLanguageHintBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for languageHint.
-
getStreamingWorkerMainClass
public String getStreamingWorkerMainClass()
The streaming worker main class name.
string streaming_worker_main_class = 19;
- Specified by:
getStreamingWorkerMainClass
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The streamingWorkerMainClass.
-
getStreamingWorkerMainClassBytes
public com.google.protobuf.ByteString getStreamingWorkerMainClassBytes()
The streaming worker main class name.
string streaming_worker_main_class = 19;
- Specified by:
getStreamingWorkerMainClassBytes
in interfaceTaskRunnerSettingsOrBuilder
- Returns:
- The bytes for streamingWorkerMainClass.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static TaskRunnerSettings parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TaskRunnerSettings parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TaskRunnerSettings parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TaskRunnerSettings parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TaskRunnerSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TaskRunnerSettings parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TaskRunnerSettings parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static TaskRunnerSettings parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static TaskRunnerSettings parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static TaskRunnerSettings parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static TaskRunnerSettings parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static TaskRunnerSettings parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public TaskRunnerSettings.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static TaskRunnerSettings.Builder newBuilder()
-
newBuilder
public static TaskRunnerSettings.Builder newBuilder(TaskRunnerSettings prototype)
-
toBuilder
public TaskRunnerSettings.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected TaskRunnerSettings.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static TaskRunnerSettings getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<TaskRunnerSettings> parser()
-
getParserForType
public com.google.protobuf.Parser<TaskRunnerSettings> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public TaskRunnerSettings getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-