Class Task.SparkTaskConfig.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Task.SparkTaskConfig.Builder>
      • clear

        public Task.SparkTaskConfig.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Task.SparkTaskConfig.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Task.SparkTaskConfig.Builder>
      • getDefaultInstanceForType

        public Task.SparkTaskConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Task.SparkTaskConfig build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Task.SparkTaskConfig buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Task.SparkTaskConfig.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Task.SparkTaskConfig.Builder>
      • setField

        public Task.SparkTaskConfig.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Task.SparkTaskConfig.Builder>
      • clearField

        public Task.SparkTaskConfig.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Task.SparkTaskConfig.Builder>
      • clearOneof

        public Task.SparkTaskConfig.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Task.SparkTaskConfig.Builder>
      • setRepeatedField

        public Task.SparkTaskConfig.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             int index,
                                                             Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Task.SparkTaskConfig.Builder>
      • addRepeatedField

        public Task.SparkTaskConfig.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Task.SparkTaskConfig.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Task.SparkTaskConfig.Builder>
      • mergeFrom

        public Task.SparkTaskConfig.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Task.SparkTaskConfig.Builder>
        Throws:
        IOException
      • hasMainJarFileUri

        public boolean hasMainJarFileUri()
         The Cloud Storage URI of the jar file that contains the main class.
         The execution args are passed in as a sequence of named process
         arguments (`--key=value`).
         
        string main_jar_file_uri = 100;
        Specified by:
        hasMainJarFileUri in interface Task.SparkTaskConfigOrBuilder
        Returns:
        Whether the mainJarFileUri field is set.
      • getMainJarFileUri

        public String getMainJarFileUri()
         The Cloud Storage URI of the jar file that contains the main class.
         The execution args are passed in as a sequence of named process
         arguments (`--key=value`).
         
        string main_jar_file_uri = 100;
        Specified by:
        getMainJarFileUri in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The mainJarFileUri.
      • getMainJarFileUriBytes

        public com.google.protobuf.ByteString getMainJarFileUriBytes()
         The Cloud Storage URI of the jar file that contains the main class.
         The execution args are passed in as a sequence of named process
         arguments (`--key=value`).
         
        string main_jar_file_uri = 100;
        Specified by:
        getMainJarFileUriBytes in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The bytes for mainJarFileUri.
      • setMainJarFileUri

        public Task.SparkTaskConfig.Builder setMainJarFileUri​(String value)
         The Cloud Storage URI of the jar file that contains the main class.
         The execution args are passed in as a sequence of named process
         arguments (`--key=value`).
         
        string main_jar_file_uri = 100;
        Parameters:
        value - The mainJarFileUri to set.
        Returns:
        This builder for chaining.
      • clearMainJarFileUri

        public Task.SparkTaskConfig.Builder clearMainJarFileUri()
         The Cloud Storage URI of the jar file that contains the main class.
         The execution args are passed in as a sequence of named process
         arguments (`--key=value`).
         
        string main_jar_file_uri = 100;
        Returns:
        This builder for chaining.
      • setMainJarFileUriBytes

        public Task.SparkTaskConfig.Builder setMainJarFileUriBytes​(com.google.protobuf.ByteString value)
         The Cloud Storage URI of the jar file that contains the main class.
         The execution args are passed in as a sequence of named process
         arguments (`--key=value`).
         
        string main_jar_file_uri = 100;
        Parameters:
        value - The bytes for mainJarFileUri to set.
        Returns:
        This builder for chaining.
      • hasMainClass

        public boolean hasMainClass()
         The name of the driver's main class. The jar file that contains the
         class must be in the default CLASSPATH or specified in
         `jar_file_uris`.
         The execution args are passed in as a sequence of named process
         arguments (`--key=value`).
         
        string main_class = 101;
        Specified by:
        hasMainClass in interface Task.SparkTaskConfigOrBuilder
        Returns:
        Whether the mainClass field is set.
      • getMainClass

        public String getMainClass()
         The name of the driver's main class. The jar file that contains the
         class must be in the default CLASSPATH or specified in
         `jar_file_uris`.
         The execution args are passed in as a sequence of named process
         arguments (`--key=value`).
         
        string main_class = 101;
        Specified by:
        getMainClass in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The mainClass.
      • getMainClassBytes

        public com.google.protobuf.ByteString getMainClassBytes()
         The name of the driver's main class. The jar file that contains the
         class must be in the default CLASSPATH or specified in
         `jar_file_uris`.
         The execution args are passed in as a sequence of named process
         arguments (`--key=value`).
         
        string main_class = 101;
        Specified by:
        getMainClassBytes in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The bytes for mainClass.
      • setMainClass

        public Task.SparkTaskConfig.Builder setMainClass​(String value)
         The name of the driver's main class. The jar file that contains the
         class must be in the default CLASSPATH or specified in
         `jar_file_uris`.
         The execution args are passed in as a sequence of named process
         arguments (`--key=value`).
         
        string main_class = 101;
        Parameters:
        value - The mainClass to set.
        Returns:
        This builder for chaining.
      • clearMainClass

        public Task.SparkTaskConfig.Builder clearMainClass()
         The name of the driver's main class. The jar file that contains the
         class must be in the default CLASSPATH or specified in
         `jar_file_uris`.
         The execution args are passed in as a sequence of named process
         arguments (`--key=value`).
         
        string main_class = 101;
        Returns:
        This builder for chaining.
      • setMainClassBytes

        public Task.SparkTaskConfig.Builder setMainClassBytes​(com.google.protobuf.ByteString value)
         The name of the driver's main class. The jar file that contains the
         class must be in the default CLASSPATH or specified in
         `jar_file_uris`.
         The execution args are passed in as a sequence of named process
         arguments (`--key=value`).
         
        string main_class = 101;
        Parameters:
        value - The bytes for mainClass to set.
        Returns:
        This builder for chaining.
      • hasPythonScriptFile

        public boolean hasPythonScriptFile()
         The Gcloud Storage URI of the main Python file to use as the driver.
         Must be a .py file. The execution args are passed in as a sequence of
         named process arguments (`--key=value`).
         
        string python_script_file = 102;
        Specified by:
        hasPythonScriptFile in interface Task.SparkTaskConfigOrBuilder
        Returns:
        Whether the pythonScriptFile field is set.
      • getPythonScriptFile

        public String getPythonScriptFile()
         The Gcloud Storage URI of the main Python file to use as the driver.
         Must be a .py file. The execution args are passed in as a sequence of
         named process arguments (`--key=value`).
         
        string python_script_file = 102;
        Specified by:
        getPythonScriptFile in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The pythonScriptFile.
      • getPythonScriptFileBytes

        public com.google.protobuf.ByteString getPythonScriptFileBytes()
         The Gcloud Storage URI of the main Python file to use as the driver.
         Must be a .py file. The execution args are passed in as a sequence of
         named process arguments (`--key=value`).
         
        string python_script_file = 102;
        Specified by:
        getPythonScriptFileBytes in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The bytes for pythonScriptFile.
      • setPythonScriptFile

        public Task.SparkTaskConfig.Builder setPythonScriptFile​(String value)
         The Gcloud Storage URI of the main Python file to use as the driver.
         Must be a .py file. The execution args are passed in as a sequence of
         named process arguments (`--key=value`).
         
        string python_script_file = 102;
        Parameters:
        value - The pythonScriptFile to set.
        Returns:
        This builder for chaining.
      • clearPythonScriptFile

        public Task.SparkTaskConfig.Builder clearPythonScriptFile()
         The Gcloud Storage URI of the main Python file to use as the driver.
         Must be a .py file. The execution args are passed in as a sequence of
         named process arguments (`--key=value`).
         
        string python_script_file = 102;
        Returns:
        This builder for chaining.
      • setPythonScriptFileBytes

        public Task.SparkTaskConfig.Builder setPythonScriptFileBytes​(com.google.protobuf.ByteString value)
         The Gcloud Storage URI of the main Python file to use as the driver.
         Must be a .py file. The execution args are passed in as a sequence of
         named process arguments (`--key=value`).
         
        string python_script_file = 102;
        Parameters:
        value - The bytes for pythonScriptFile to set.
        Returns:
        This builder for chaining.
      • hasSqlScriptFile

        public boolean hasSqlScriptFile()
         A reference to a query file. This can be the Cloud Storage URI of the
         query file or it can the path to a SqlScript Content. The execution
         args are used to declare a set of script variables
         (`set key="value";`).
         
        string sql_script_file = 104;
        Specified by:
        hasSqlScriptFile in interface Task.SparkTaskConfigOrBuilder
        Returns:
        Whether the sqlScriptFile field is set.
      • getSqlScriptFile

        public String getSqlScriptFile()
         A reference to a query file. This can be the Cloud Storage URI of the
         query file or it can the path to a SqlScript Content. The execution
         args are used to declare a set of script variables
         (`set key="value";`).
         
        string sql_script_file = 104;
        Specified by:
        getSqlScriptFile in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The sqlScriptFile.
      • getSqlScriptFileBytes

        public com.google.protobuf.ByteString getSqlScriptFileBytes()
         A reference to a query file. This can be the Cloud Storage URI of the
         query file or it can the path to a SqlScript Content. The execution
         args are used to declare a set of script variables
         (`set key="value";`).
         
        string sql_script_file = 104;
        Specified by:
        getSqlScriptFileBytes in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The bytes for sqlScriptFile.
      • setSqlScriptFile

        public Task.SparkTaskConfig.Builder setSqlScriptFile​(String value)
         A reference to a query file. This can be the Cloud Storage URI of the
         query file or it can the path to a SqlScript Content. The execution
         args are used to declare a set of script variables
         (`set key="value";`).
         
        string sql_script_file = 104;
        Parameters:
        value - The sqlScriptFile to set.
        Returns:
        This builder for chaining.
      • clearSqlScriptFile

        public Task.SparkTaskConfig.Builder clearSqlScriptFile()
         A reference to a query file. This can be the Cloud Storage URI of the
         query file or it can the path to a SqlScript Content. The execution
         args are used to declare a set of script variables
         (`set key="value";`).
         
        string sql_script_file = 104;
        Returns:
        This builder for chaining.
      • setSqlScriptFileBytes

        public Task.SparkTaskConfig.Builder setSqlScriptFileBytes​(com.google.protobuf.ByteString value)
         A reference to a query file. This can be the Cloud Storage URI of the
         query file or it can the path to a SqlScript Content. The execution
         args are used to declare a set of script variables
         (`set key="value";`).
         
        string sql_script_file = 104;
        Parameters:
        value - The bytes for sqlScriptFile to set.
        Returns:
        This builder for chaining.
      • hasSqlScript

        public boolean hasSqlScript()
         The query text.
         The execution args are used to declare a set of script variables
         (`set key="value";`).
         
        string sql_script = 105;
        Specified by:
        hasSqlScript in interface Task.SparkTaskConfigOrBuilder
        Returns:
        Whether the sqlScript field is set.
      • getSqlScript

        public String getSqlScript()
         The query text.
         The execution args are used to declare a set of script variables
         (`set key="value";`).
         
        string sql_script = 105;
        Specified by:
        getSqlScript in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The sqlScript.
      • getSqlScriptBytes

        public com.google.protobuf.ByteString getSqlScriptBytes()
         The query text.
         The execution args are used to declare a set of script variables
         (`set key="value";`).
         
        string sql_script = 105;
        Specified by:
        getSqlScriptBytes in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The bytes for sqlScript.
      • setSqlScript

        public Task.SparkTaskConfig.Builder setSqlScript​(String value)
         The query text.
         The execution args are used to declare a set of script variables
         (`set key="value";`).
         
        string sql_script = 105;
        Parameters:
        value - The sqlScript to set.
        Returns:
        This builder for chaining.
      • clearSqlScript

        public Task.SparkTaskConfig.Builder clearSqlScript()
         The query text.
         The execution args are used to declare a set of script variables
         (`set key="value";`).
         
        string sql_script = 105;
        Returns:
        This builder for chaining.
      • setSqlScriptBytes

        public Task.SparkTaskConfig.Builder setSqlScriptBytes​(com.google.protobuf.ByteString value)
         The query text.
         The execution args are used to declare a set of script variables
         (`set key="value";`).
         
        string sql_script = 105;
        Parameters:
        value - The bytes for sqlScript to set.
        Returns:
        This builder for chaining.
      • getFileUrisList

        public com.google.protobuf.ProtocolStringList getFileUrisList()
         Optional. Cloud Storage URIs of files to be placed in the working
         directory of each executor.
         
        repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFileUrisList in interface Task.SparkTaskConfigOrBuilder
        Returns:
        A list containing the fileUris.
      • getFileUrisCount

        public int getFileUrisCount()
         Optional. Cloud Storage URIs of files to be placed in the working
         directory of each executor.
         
        repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFileUrisCount in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The count of fileUris.
      • getFileUris

        public String getFileUris​(int index)
         Optional. Cloud Storage URIs of files to be placed in the working
         directory of each executor.
         
        repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFileUris in interface Task.SparkTaskConfigOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The fileUris at the given index.
      • getFileUrisBytes

        public com.google.protobuf.ByteString getFileUrisBytes​(int index)
         Optional. Cloud Storage URIs of files to be placed in the working
         directory of each executor.
         
        repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getFileUrisBytes in interface Task.SparkTaskConfigOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the fileUris at the given index.
      • setFileUris

        public Task.SparkTaskConfig.Builder setFileUris​(int index,
                                                        String value)
         Optional. Cloud Storage URIs of files to be placed in the working
         directory of each executor.
         
        repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index to set the value at.
        value - The fileUris to set.
        Returns:
        This builder for chaining.
      • addFileUris

        public Task.SparkTaskConfig.Builder addFileUris​(String value)
         Optional. Cloud Storage URIs of files to be placed in the working
         directory of each executor.
         
        repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The fileUris to add.
        Returns:
        This builder for chaining.
      • addAllFileUris

        public Task.SparkTaskConfig.Builder addAllFileUris​(Iterable<String> values)
         Optional. Cloud Storage URIs of files to be placed in the working
         directory of each executor.
         
        repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        values - The fileUris to add.
        Returns:
        This builder for chaining.
      • clearFileUris

        public Task.SparkTaskConfig.Builder clearFileUris()
         Optional. Cloud Storage URIs of files to be placed in the working
         directory of each executor.
         
        repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • addFileUrisBytes

        public Task.SparkTaskConfig.Builder addFileUrisBytes​(com.google.protobuf.ByteString value)
         Optional. Cloud Storage URIs of files to be placed in the working
         directory of each executor.
         
        repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes of the fileUris to add.
        Returns:
        This builder for chaining.
      • getArchiveUrisList

        public com.google.protobuf.ProtocolStringList getArchiveUrisList()
         Optional. Cloud Storage URIs of archives to be extracted into the working
         directory of each executor. Supported file types: .jar, .tar, .tar.gz,
         .tgz, and .zip.
         
        repeated string archive_uris = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getArchiveUrisList in interface Task.SparkTaskConfigOrBuilder
        Returns:
        A list containing the archiveUris.
      • getArchiveUrisCount

        public int getArchiveUrisCount()
         Optional. Cloud Storage URIs of archives to be extracted into the working
         directory of each executor. Supported file types: .jar, .tar, .tar.gz,
         .tgz, and .zip.
         
        repeated string archive_uris = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getArchiveUrisCount in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The count of archiveUris.
      • getArchiveUris

        public String getArchiveUris​(int index)
         Optional. Cloud Storage URIs of archives to be extracted into the working
         directory of each executor. Supported file types: .jar, .tar, .tar.gz,
         .tgz, and .zip.
         
        repeated string archive_uris = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getArchiveUris in interface Task.SparkTaskConfigOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The archiveUris at the given index.
      • getArchiveUrisBytes

        public com.google.protobuf.ByteString getArchiveUrisBytes​(int index)
         Optional. Cloud Storage URIs of archives to be extracted into the working
         directory of each executor. Supported file types: .jar, .tar, .tar.gz,
         .tgz, and .zip.
         
        repeated string archive_uris = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getArchiveUrisBytes in interface Task.SparkTaskConfigOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the archiveUris at the given index.
      • setArchiveUris

        public Task.SparkTaskConfig.Builder setArchiveUris​(int index,
                                                           String value)
         Optional. Cloud Storage URIs of archives to be extracted into the working
         directory of each executor. Supported file types: .jar, .tar, .tar.gz,
         .tgz, and .zip.
         
        repeated string archive_uris = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index to set the value at.
        value - The archiveUris to set.
        Returns:
        This builder for chaining.
      • addArchiveUris

        public Task.SparkTaskConfig.Builder addArchiveUris​(String value)
         Optional. Cloud Storage URIs of archives to be extracted into the working
         directory of each executor. Supported file types: .jar, .tar, .tar.gz,
         .tgz, and .zip.
         
        repeated string archive_uris = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The archiveUris to add.
        Returns:
        This builder for chaining.
      • addAllArchiveUris

        public Task.SparkTaskConfig.Builder addAllArchiveUris​(Iterable<String> values)
         Optional. Cloud Storage URIs of archives to be extracted into the working
         directory of each executor. Supported file types: .jar, .tar, .tar.gz,
         .tgz, and .zip.
         
        repeated string archive_uris = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        values - The archiveUris to add.
        Returns:
        This builder for chaining.
      • clearArchiveUris

        public Task.SparkTaskConfig.Builder clearArchiveUris()
         Optional. Cloud Storage URIs of archives to be extracted into the working
         directory of each executor. Supported file types: .jar, .tar, .tar.gz,
         .tgz, and .zip.
         
        repeated string archive_uris = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • addArchiveUrisBytes

        public Task.SparkTaskConfig.Builder addArchiveUrisBytes​(com.google.protobuf.ByteString value)
         Optional. Cloud Storage URIs of archives to be extracted into the working
         directory of each executor. Supported file types: .jar, .tar, .tar.gz,
         .tgz, and .zip.
         
        repeated string archive_uris = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes of the archiveUris to add.
        Returns:
        This builder for chaining.
      • hasInfrastructureSpec

        public boolean hasInfrastructureSpec()
         Optional. Infrastructure specification for the execution.
         
        .google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasInfrastructureSpec in interface Task.SparkTaskConfigOrBuilder
        Returns:
        Whether the infrastructureSpec field is set.
      • getInfrastructureSpec

        public Task.InfrastructureSpec getInfrastructureSpec()
         Optional. Infrastructure specification for the execution.
         
        .google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getInfrastructureSpec in interface Task.SparkTaskConfigOrBuilder
        Returns:
        The infrastructureSpec.
      • setInfrastructureSpec

        public Task.SparkTaskConfig.Builder setInfrastructureSpec​(Task.InfrastructureSpec value)
         Optional. Infrastructure specification for the execution.
         
        .google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
      • setInfrastructureSpec

        public Task.SparkTaskConfig.Builder setInfrastructureSpec​(Task.InfrastructureSpec.Builder builderForValue)
         Optional. Infrastructure specification for the execution.
         
        .google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
      • mergeInfrastructureSpec

        public Task.SparkTaskConfig.Builder mergeInfrastructureSpec​(Task.InfrastructureSpec value)
         Optional. Infrastructure specification for the execution.
         
        .google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
      • clearInfrastructureSpec

        public Task.SparkTaskConfig.Builder clearInfrastructureSpec()
         Optional. Infrastructure specification for the execution.
         
        .google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
      • getInfrastructureSpecBuilder

        public Task.InfrastructureSpec.Builder getInfrastructureSpecBuilder()
         Optional. Infrastructure specification for the execution.
         
        .google.cloud.dataplex.v1.Task.InfrastructureSpec infrastructure_spec = 6 [(.google.api.field_behavior) = OPTIONAL];
      • setUnknownFields

        public final Task.SparkTaskConfig.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Task.SparkTaskConfig.Builder>
      • mergeUnknownFields

        public final Task.SparkTaskConfig.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Task.SparkTaskConfig.Builder>