Interface BatchOrBuilder (3.1.2)

public interface BatchOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Optional. The labels to associate with this batch. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a batch.

map<string, string> labels = 13 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getBatchConfigCase()

public abstract Batch.BatchConfigCase getBatchConfigCase()
Returns
TypeDescription
Batch.BatchConfigCase

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The time when the batch was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time when the batch was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getCreator()

public abstract String getCreator()

Output only. The email address of the user who created the batch.

string creator = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The creator.

getCreatorBytes()

public abstract ByteString getCreatorBytes()

Output only. The email address of the user who created the batch.

string creator = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for creator.

getEnvironmentConfig()

public abstract EnvironmentConfig getEnvironmentConfig()

Optional. Environment configuration for the batch execution.

.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
EnvironmentConfig

The environmentConfig.

getEnvironmentConfigOrBuilder()

public abstract EnvironmentConfigOrBuilder getEnvironmentConfigOrBuilder()

Optional. Environment configuration for the batch execution.

.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
EnvironmentConfigOrBuilder

getLabels()

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Optional. The labels to associate with this batch. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a batch.

map<string, string> labels = 13 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Optional. The labels to associate with this batch. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a batch.

map<string, string> labels = 13 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

Optional. The labels to associate with this batch. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a batch.

map<string, string> labels = 13 [(.google.api.field_behavior) = OPTIONAL];

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Optional. The labels to associate with this batch. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a batch.

map<string, string> labels = 13 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getName()

public abstract String getName()

Output only. The resource name of the batch.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The resource name of the batch.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getOperation()

public abstract String getOperation()

Output only. The resource name of the operation associated with this batch.

string operation = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The operation.

getOperationBytes()

public abstract ByteString getOperationBytes()

Output only. The resource name of the operation associated with this batch.

string operation = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for operation.

getPysparkBatch()

public abstract PySparkBatch getPysparkBatch()

Optional. PySpark batch config.

.google.cloud.dataproc.v1.PySparkBatch pyspark_batch = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PySparkBatch

The pysparkBatch.

getPysparkBatchOrBuilder()

public abstract PySparkBatchOrBuilder getPysparkBatchOrBuilder()

Optional. PySpark batch config.

.google.cloud.dataproc.v1.PySparkBatch pyspark_batch = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PySparkBatchOrBuilder

getRuntimeConfig()

public abstract RuntimeConfig getRuntimeConfig()

Optional. Runtime configuration for the batch execution.

.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 14 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
RuntimeConfig

The runtimeConfig.

getRuntimeConfigOrBuilder()

public abstract RuntimeConfigOrBuilder getRuntimeConfigOrBuilder()

Optional. Runtime configuration for the batch execution.

.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 14 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
RuntimeConfigOrBuilder

getRuntimeInfo()

public abstract RuntimeInfo getRuntimeInfo()

Output only. Runtime information about batch execution.

.google.cloud.dataproc.v1.RuntimeInfo runtime_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
RuntimeInfo

The runtimeInfo.

getRuntimeInfoOrBuilder()

public abstract RuntimeInfoOrBuilder getRuntimeInfoOrBuilder()

Output only. Runtime information about batch execution.

.google.cloud.dataproc.v1.RuntimeInfo runtime_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
RuntimeInfoOrBuilder

getSparkBatch()

public abstract SparkBatch getSparkBatch()

Optional. Spark batch config.

.google.cloud.dataproc.v1.SparkBatch spark_batch = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
SparkBatch

The sparkBatch.

getSparkBatchOrBuilder()

public abstract SparkBatchOrBuilder getSparkBatchOrBuilder()

Optional. Spark batch config.

.google.cloud.dataproc.v1.SparkBatch spark_batch = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
SparkBatchOrBuilder

getSparkRBatch()

public abstract SparkRBatch getSparkRBatch()

Optional. SparkR batch config.

.google.cloud.dataproc.v1.SparkRBatch spark_r_batch = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
SparkRBatch

The sparkRBatch.

getSparkRBatchOrBuilder()

public abstract SparkRBatchOrBuilder getSparkRBatchOrBuilder()

Optional. SparkR batch config.

.google.cloud.dataproc.v1.SparkRBatch spark_r_batch = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
SparkRBatchOrBuilder

getSparkSqlBatch()

public abstract SparkSqlBatch getSparkSqlBatch()

Optional. SparkSql batch config.

.google.cloud.dataproc.v1.SparkSqlBatch spark_sql_batch = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
SparkSqlBatch

The sparkSqlBatch.

getSparkSqlBatchOrBuilder()

public abstract SparkSqlBatchOrBuilder getSparkSqlBatchOrBuilder()

Optional. SparkSql batch config.

.google.cloud.dataproc.v1.SparkSqlBatch spark_sql_batch = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
SparkSqlBatchOrBuilder

getState()

public abstract Batch.State getState()

Output only. The state of the batch.

.google.cloud.dataproc.v1.Batch.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Batch.State

The state.

getStateHistory(int index)

public abstract Batch.StateHistory getStateHistory(int index)

Output only. Historical state information for the batch.

repeated .google.cloud.dataproc.v1.Batch.StateHistory state_history = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Batch.StateHistory

getStateHistoryCount()

public abstract int getStateHistoryCount()

Output only. Historical state information for the batch.

repeated .google.cloud.dataproc.v1.Batch.StateHistory state_history = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getStateHistoryList()

public abstract List<Batch.StateHistory> getStateHistoryList()

Output only. Historical state information for the batch.

repeated .google.cloud.dataproc.v1.Batch.StateHistory state_history = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<StateHistory>

getStateHistoryOrBuilder(int index)

public abstract Batch.StateHistoryOrBuilder getStateHistoryOrBuilder(int index)

Output only. Historical state information for the batch.

repeated .google.cloud.dataproc.v1.Batch.StateHistory state_history = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Batch.StateHistoryOrBuilder

getStateHistoryOrBuilderList()

public abstract List<? extends Batch.StateHistoryOrBuilder> getStateHistoryOrBuilderList()

Output only. Historical state information for the batch.

repeated .google.cloud.dataproc.v1.Batch.StateHistory state_history = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.dataproc.v1.Batch.StateHistoryOrBuilder>

getStateMessage()

public abstract String getStateMessage()

Output only. Batch state details, such as a failure description if the state is FAILED.

string state_message = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The stateMessage.

getStateMessageBytes()

public abstract ByteString getStateMessageBytes()

Output only. Batch state details, such as a failure description if the state is FAILED.

string state_message = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for stateMessage.

getStateTime()

public abstract Timestamp getStateTime()

Output only. The time when the batch entered a current state.

.google.protobuf.Timestamp state_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The stateTime.

getStateTimeOrBuilder()

public abstract TimestampOrBuilder getStateTimeOrBuilder()

Output only. The time when the batch entered a current state.

.google.protobuf.Timestamp state_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getStateValue()

public abstract int getStateValue()

Output only. The state of the batch.

.google.cloud.dataproc.v1.Batch.State state = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getUuid()

public abstract String getUuid()

Output only. A batch UUID (Unique Universal Identifier). The service generates this value when it creates the batch.

string uuid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The uuid.

getUuidBytes()

public abstract ByteString getUuidBytes()

Output only. A batch UUID (Unique Universal Identifier). The service generates this value when it creates the batch.

string uuid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for uuid.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The time when the batch was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasEnvironmentConfig()

public abstract boolean hasEnvironmentConfig()

Optional. Environment configuration for the batch execution.

.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the environmentConfig field is set.

hasPysparkBatch()

public abstract boolean hasPysparkBatch()

Optional. PySpark batch config.

.google.cloud.dataproc.v1.PySparkBatch pyspark_batch = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the pysparkBatch field is set.

hasRuntimeConfig()

public abstract boolean hasRuntimeConfig()

Optional. Runtime configuration for the batch execution.

.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 14 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the runtimeConfig field is set.

hasRuntimeInfo()

public abstract boolean hasRuntimeInfo()

Output only. Runtime information about batch execution.

.google.cloud.dataproc.v1.RuntimeInfo runtime_info = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the runtimeInfo field is set.

hasSparkBatch()

public abstract boolean hasSparkBatch()

Optional. Spark batch config.

.google.cloud.dataproc.v1.SparkBatch spark_batch = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the sparkBatch field is set.

hasSparkRBatch()

public abstract boolean hasSparkRBatch()

Optional. SparkR batch config.

.google.cloud.dataproc.v1.SparkRBatch spark_r_batch = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the sparkRBatch field is set.

hasSparkSqlBatch()

public abstract boolean hasSparkSqlBatch()

Optional. SparkSql batch config.

.google.cloud.dataproc.v1.SparkSqlBatch spark_sql_batch = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the sparkSqlBatch field is set.

hasStateTime()

public abstract boolean hasStateTime()

Output only. The time when the batch entered a current state.

.google.protobuf.Timestamp state_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the stateTime field is set.