- 4.50.0 (latest)
- 4.49.0
- 4.48.0
- 4.46.0
- 4.45.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.34.0
- 4.33.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.8
- 3.1.2
- 3.0.3
- 2.3.1
public static final class SparkRBatch.Builder extends GeneratedMessageV3.Builder<SparkRBatch.Builder> implements SparkRBatchOrBuilder
A configuration for running an Apache SparkR batch workload.
Protobuf type google.cloud.dataproc.v1.SparkRBatch
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SparkRBatch.BuilderImplements
SparkRBatchOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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];
Name | Description |
values | Iterable<String> The archiveUris to add. |
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];
Name | Description |
values | Iterable<String> The args to add. |
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];
Name | Description |
values | Iterable<String> The fileUris to add. |
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];
Name | Description |
value | String The archiveUris to add. |
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];
Name | Description |
value | ByteString The bytes of the archiveUris to add. |
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];
Name | Description |
value | String The args to add. |
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];
Name | Description |
value | ByteString The bytes of the args to add. |
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];
Name | Description |
value | String The fileUris to add. |
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];
Name | Description |
value | ByteString The bytes of the fileUris to add. |
Type | Description |
SparkRBatch.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SparkRBatch.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SparkRBatch.Builder |
build()
public SparkRBatch build()
Type | Description |
SparkRBatch |
buildPartial()
public SparkRBatch buildPartial()
Type | Description |
SparkRBatch |
clear()
public SparkRBatch.Builder clear()
Type | Description |
SparkRBatch.Builder |
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];
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];
Type | Description |
SparkRBatch.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public SparkRBatch.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
SparkRBatch.Builder |
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];
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];
Type | Description |
SparkRBatch.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SparkRBatch.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
SparkRBatch.Builder |
clone()
public SparkRBatch.Builder clone()
Type | Description |
SparkRBatch.Builder |
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];
Name | Description |
index | int The index of the element to return. |
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];
Name | Description |
index | int The index of the value to return. |
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];
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];
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];
Name | Description |
index | int The index of the element to return. |
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];
Name | Description |
index | int The index of the value to return. |
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];
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];
Type | Description |
ProtocolStringList | A list containing the args. |
getDefaultInstanceForType()
public SparkRBatch getDefaultInstanceForType()
Type | Description |
SparkRBatch |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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];
Name | Description |
index | int The index of the element to return. |
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];
Name | Description |
index | int The index of the value to return. |
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];
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];
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];
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];
Type | Description |
ByteString | The bytes for mainRFileUri. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(SparkRBatch other)
public SparkRBatch.Builder mergeFrom(SparkRBatch other)
Name | Description |
other | SparkRBatch |
Type | Description |
SparkRBatch.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SparkRBatch.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SparkRBatch.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public SparkRBatch.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
SparkRBatch.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SparkRBatch.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SparkRBatch.Builder |
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];
Name | Description |
index | int The index to set the value at. |
value | String The archiveUris to set. |
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];
Name | Description |
index | int The index to set the value at. |
value | String The args to set. |
Type | Description |
SparkRBatch.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public SparkRBatch.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SparkRBatch.Builder |
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];
Name | Description |
index | int The index to set the value at. |
value | String The fileUris to set. |
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];
Name | Description |
value | String The mainRFileUri to set. |
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];
Name | Description |
value | ByteString The bytes for mainRFileUri to set. |
Type | Description |
SparkRBatch.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SparkRBatch.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
SparkRBatch.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SparkRBatch.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SparkRBatch.Builder |