Class SparkRBatch.Builder (4.80.0)

public static final class SparkRBatch.Builder extends GeneratedMessage.Builder<SparkRBatch.Builder> implements SparkRBatchOrBuilder

A configuration for running an Apache SparkR batch workload.

Protobuf type google.cloud.dataproc.v1.SparkRBatch

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllArchiveUris(Iterable<String> values)

public SparkRBatch.Builder addAllArchiveUris(Iterable<String> values)

Optional. HCFS 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];

Parameter
Name Description
values Iterable<String>

The archiveUris to add.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

addAllArgs(Iterable<String> values)

public SparkRBatch.Builder addAllArgs(Iterable<String> values)

Optional. The arguments to pass to the Spark driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.

repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<String>

The args to add.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

addAllFileUris(Iterable<String> values)

public SparkRBatch.Builder addAllFileUris(Iterable<String> values)

Optional. HCFS URIs of files to be placed in the working directory of each executor.

repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<String>

The fileUris to add.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

addArchiveUris(String value)

public SparkRBatch.Builder addArchiveUris(String value)

Optional. HCFS 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];

Parameter
Name Description
value String

The archiveUris to add.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

addArchiveUrisBytes(ByteString value)

public SparkRBatch.Builder addArchiveUrisBytes(ByteString value)

Optional. HCFS 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];

Parameter
Name Description
value ByteString

The bytes of the archiveUris to add.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

addArgs(String value)

public SparkRBatch.Builder addArgs(String value)

Optional. The arguments to pass to the Spark driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.

repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The args to add.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

addArgsBytes(ByteString value)

public SparkRBatch.Builder addArgsBytes(ByteString value)

Optional. The arguments to pass to the Spark driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.

repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes of the args to add.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

addFileUris(String value)

public SparkRBatch.Builder addFileUris(String value)

Optional. HCFS URIs of files to be placed in the working directory of each executor.

repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The fileUris to add.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

addFileUrisBytes(ByteString value)

public SparkRBatch.Builder addFileUrisBytes(ByteString value)

Optional. HCFS URIs of files to be placed in the working directory of each executor.

repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes of the fileUris to add.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

build()

public SparkRBatch build()
Returns
Type Description
SparkRBatch

buildPartial()

public SparkRBatch buildPartial()
Returns
Type Description
SparkRBatch

clear()

public SparkRBatch.Builder clear()
Returns
Type Description
SparkRBatch.Builder
Overrides

clearArchiveUris()

public SparkRBatch.Builder clearArchiveUris()

Optional. HCFS 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
Type Description
SparkRBatch.Builder

This builder for chaining.

clearArgs()

public SparkRBatch.Builder clearArgs()

Optional. The arguments to pass to the Spark driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.

repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

clearFileUris()

public SparkRBatch.Builder clearFileUris()

Optional. HCFS URIs of files to be placed in the working directory of each executor.

repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

clearMainRFileUri()

public SparkRBatch.Builder clearMainRFileUri()

Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.

string main_r_file_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

getArchiveUris(int index)

public String getArchiveUris(int index)

Optional. HCFS 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];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The archiveUris at the given index.

getArchiveUrisBytes(int index)

public ByteString getArchiveUrisBytes(int index)

Optional. HCFS 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];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the archiveUris at the given index.

getArchiveUrisCount()

public int getArchiveUrisCount()

Optional. HCFS 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
Type Description
int

The count of archiveUris.

getArchiveUrisList()

public ProtocolStringList getArchiveUrisList()

Optional. HCFS 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
Type Description
ProtocolStringList

A list containing the archiveUris.

getArgs(int index)

public String getArgs(int index)

Optional. The arguments to pass to the Spark driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.

repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The args at the given index.

getArgsBytes(int index)

public ByteString getArgsBytes(int index)

Optional. The arguments to pass to the Spark driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.

repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the args at the given index.

getArgsCount()

public int getArgsCount()

Optional. The arguments to pass to the Spark driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.

repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of args.

getArgsList()

public ProtocolStringList getArgsList()

Optional. The arguments to pass to the Spark driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.

repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the args.

getDefaultInstanceForType()

public SparkRBatch getDefaultInstanceForType()
Returns
Type Description
SparkRBatch

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFileUris(int index)

public String getFileUris(int index)

Optional. HCFS URIs of files to be placed in the working directory of each executor.

repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The fileUris at the given index.

getFileUrisBytes(int index)

public ByteString getFileUrisBytes(int index)

Optional. HCFS URIs of files to be placed in the working directory of each executor.

repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the fileUris at the given index.

getFileUrisCount()

public int getFileUrisCount()

Optional. HCFS URIs of files to be placed in the working directory of each executor.

repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of fileUris.

getFileUrisList()

public ProtocolStringList getFileUrisList()

Optional. HCFS URIs of files to be placed in the working directory of each executor.

repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the fileUris.

getMainRFileUri()

public String getMainRFileUri()

Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.

string main_r_file_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The mainRFileUri.

getMainRFileUriBytes()

public ByteString getMainRFileUriBytes()

Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.

string main_r_file_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for mainRFileUri.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SparkRBatch other)

public SparkRBatch.Builder mergeFrom(SparkRBatch other)
Parameter
Name Description
other SparkRBatch
Returns
Type Description
SparkRBatch.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SparkRBatch.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SparkRBatch.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SparkRBatch.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SparkRBatch.Builder
Overrides

setArchiveUris(int index, String value)

public SparkRBatch.Builder setArchiveUris(int index, String value)

Optional. HCFS 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
Name Description
index int

The index to set the value at.

value String

The archiveUris to set.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

setArgs(int index, String value)

public SparkRBatch.Builder setArgs(int index, String value)

Optional. The arguments to pass to the Spark driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.

repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int

The index to set the value at.

value String

The args to set.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

setFileUris(int index, String value)

public SparkRBatch.Builder setFileUris(int index, String value)

Optional. HCFS URIs of files to be placed in the working directory of each executor.

repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int

The index to set the value at.

value String

The fileUris to set.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

setMainRFileUri(String value)

public SparkRBatch.Builder setMainRFileUri(String value)

Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.

string main_r_file_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The mainRFileUri to set.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.

setMainRFileUriBytes(ByteString value)

public SparkRBatch.Builder setMainRFileUriBytes(ByteString value)

Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.

string main_r_file_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for mainRFileUri to set.

Returns
Type Description
SparkRBatch.Builder

This builder for chaining.