All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dataproc.v1.SparkRJob Maven / Gradle / Ivy

There is a newer version: 4.53.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dataproc/v1/jobs.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.dataproc.v1;

/**
 *
 *
 * 
 * A Dataproc job for running
 * [Apache SparkR](https://spark.apache.org/docs/latest/sparkr.html)
 * applications on YARN.
 * 
* * Protobuf type {@code google.cloud.dataproc.v1.SparkRJob} */ public final class SparkRJob extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.dataproc.v1.SparkRJob) SparkRJobOrBuilder { private static final long serialVersionUID = 0L; // Use SparkRJob.newBuilder() to construct. private SparkRJob(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SparkRJob() { mainRFileUri_ = ""; args_ = com.google.protobuf.LazyStringArrayList.emptyList(); fileUris_ = com.google.protobuf.LazyStringArrayList.emptyList(); archiveUris_ = com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new SparkRJob(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.dataproc.v1.JobsProto .internal_static_google_cloud_dataproc_v1_SparkRJob_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 5: return internalGetProperties(); default: throw new RuntimeException("Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.dataproc.v1.JobsProto .internal_static_google_cloud_dataproc_v1_SparkRJob_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.dataproc.v1.SparkRJob.class, com.google.cloud.dataproc.v1.SparkRJob.Builder.class); } private int bitField0_; public static final int MAIN_R_FILE_URI_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object mainRFileUri_ = ""; /** * * *
   * Required. The HCFS URI of the main R file to use as the driver.
   * Must be a .R file.
   * 
* * string main_r_file_uri = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The mainRFileUri. */ @java.lang.Override public java.lang.String getMainRFileUri() { java.lang.Object ref = mainRFileUri_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); mainRFileUri_ = s; return s; } } /** * * *
   * Required. The HCFS URI of the main R file to use as the driver.
   * Must be a .R file.
   * 
* * string main_r_file_uri = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for mainRFileUri. */ @java.lang.Override public com.google.protobuf.ByteString getMainRFileUriBytes() { java.lang.Object ref = mainRFileUri_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); mainRFileUri_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ARGS_FIELD_NUMBER = 2; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList args_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * * *
   * Optional. The arguments to pass to the driver.  Do not include arguments,
   * such as `--conf`, that can be set as job properties, since a collision may
   * occur that causes an incorrect job submission.
   * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return A list containing the args. */ public com.google.protobuf.ProtocolStringList getArgsList() { return args_; } /** * * *
   * Optional. The arguments to pass to the driver.  Do not include arguments,
   * such as `--conf`, that can be set as job properties, since a collision may
   * occur that causes an incorrect job submission.
   * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The count of args. */ public int getArgsCount() { return args_.size(); } /** * * *
   * Optional. The arguments to pass to the driver.  Do not include arguments,
   * such as `--conf`, that can be set as job properties, since a collision may
   * occur that causes an incorrect job submission.
   * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the element to return. * @return The args at the given index. */ public java.lang.String getArgs(int index) { return args_.get(index); } /** * * *
   * Optional. The arguments to pass to the driver.  Do not include arguments,
   * such as `--conf`, that can be set as job properties, since a collision may
   * occur that causes an incorrect job submission.
   * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the value to return. * @return The bytes of the args at the given index. */ public com.google.protobuf.ByteString getArgsBytes(int index) { return args_.getByteString(index); } public static final int FILE_URIS_FIELD_NUMBER = 3; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList fileUris_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * * *
   * Optional. HCFS URIs of files to be placed in the working directory of
   * each executor. Useful for naively parallel tasks.
   * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return A list containing the fileUris. */ public com.google.protobuf.ProtocolStringList getFileUrisList() { return fileUris_; } /** * * *
   * Optional. HCFS URIs of files to be placed in the working directory of
   * each executor. Useful for naively parallel tasks.
   * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The count of fileUris. */ public int getFileUrisCount() { return fileUris_.size(); } /** * * *
   * Optional. HCFS URIs of files to be placed in the working directory of
   * each executor. Useful for naively parallel tasks.
   * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the element to return. * @return The fileUris at the given index. */ public java.lang.String getFileUris(int index) { return fileUris_.get(index); } /** * * *
   * Optional. HCFS URIs of files to be placed in the working directory of
   * each executor. Useful for naively parallel tasks.
   * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the value to return. * @return The bytes of the fileUris at the given index. */ public com.google.protobuf.ByteString getFileUrisBytes(int index) { return fileUris_.getByteString(index); } public static final int ARCHIVE_URIS_FIELD_NUMBER = 4; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList archiveUris_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** * * *
   * 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]; * * @return A list containing the archiveUris. */ public com.google.protobuf.ProtocolStringList getArchiveUrisList() { return archiveUris_; } /** * * *
   * 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]; * * @return The count of archiveUris. */ public int getArchiveUrisCount() { return archiveUris_.size(); } /** * * *
   * 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]; * * @param index The index of the element to return. * @return The archiveUris at the given index. */ public java.lang.String getArchiveUris(int index) { return archiveUris_.get(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]; * * @param index The index of the value to return. * @return The bytes of the archiveUris at the given index. */ public com.google.protobuf.ByteString getArchiveUrisBytes(int index) { return archiveUris_.getByteString(index); } public static final int PROPERTIES_FIELD_NUMBER = 5; private static final class PropertiesDefaultEntryHolder { static final com.google.protobuf.MapEntry defaultEntry = com.google.protobuf.MapEntry.newDefaultInstance( com.google.cloud.dataproc.v1.JobsProto .internal_static_google_cloud_dataproc_v1_SparkRJob_PropertiesEntry_descriptor, com.google.protobuf.WireFormat.FieldType.STRING, "", com.google.protobuf.WireFormat.FieldType.STRING, ""); } @SuppressWarnings("serial") private com.google.protobuf.MapField properties_; private com.google.protobuf.MapField internalGetProperties() { if (properties_ == null) { return com.google.protobuf.MapField.emptyMapField(PropertiesDefaultEntryHolder.defaultEntry); } return properties_; } public int getPropertiesCount() { return internalGetProperties().getMap().size(); } /** * * *
   * Optional. A mapping of property names to values, used to configure SparkR.
   * Properties that conflict with values set by the Dataproc API might be
   * overwritten. Can include properties set in
   * /etc/spark/conf/spark-defaults.conf and classes in user code.
   * 
* * map<string, string> properties = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ @java.lang.Override public boolean containsProperties(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetProperties().getMap().containsKey(key); } /** Use {@link #getPropertiesMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getProperties() { return getPropertiesMap(); } /** * * *
   * Optional. A mapping of property names to values, used to configure SparkR.
   * Properties that conflict with values set by the Dataproc API might be
   * overwritten. Can include properties set in
   * /etc/spark/conf/spark-defaults.conf and classes in user code.
   * 
* * map<string, string> properties = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ @java.lang.Override public java.util.Map getPropertiesMap() { return internalGetProperties().getMap(); } /** * * *
   * Optional. A mapping of property names to values, used to configure SparkR.
   * Properties that conflict with values set by the Dataproc API might be
   * overwritten. Can include properties set in
   * /etc/spark/conf/spark-defaults.conf and classes in user code.
   * 
* * map<string, string> properties = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ @java.lang.Override public /* nullable */ java.lang.String getPropertiesOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetProperties().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * * *
   * Optional. A mapping of property names to values, used to configure SparkR.
   * Properties that conflict with values set by the Dataproc API might be
   * overwritten. Can include properties set in
   * /etc/spark/conf/spark-defaults.conf and classes in user code.
   * 
* * map<string, string> properties = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ @java.lang.Override public java.lang.String getPropertiesOrThrow(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetProperties().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int LOGGING_CONFIG_FIELD_NUMBER = 6; private com.google.cloud.dataproc.v1.LoggingConfig loggingConfig_; /** * * *
   * Optional. The runtime log config for job execution.
   * 
* * * .google.cloud.dataproc.v1.LoggingConfig logging_config = 6 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the loggingConfig field is set. */ @java.lang.Override public boolean hasLoggingConfig() { return ((bitField0_ & 0x00000001) != 0); } /** * * *
   * Optional. The runtime log config for job execution.
   * 
* * * .google.cloud.dataproc.v1.LoggingConfig logging_config = 6 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The loggingConfig. */ @java.lang.Override public com.google.cloud.dataproc.v1.LoggingConfig getLoggingConfig() { return loggingConfig_ == null ? com.google.cloud.dataproc.v1.LoggingConfig.getDefaultInstance() : loggingConfig_; } /** * * *
   * Optional. The runtime log config for job execution.
   * 
* * * .google.cloud.dataproc.v1.LoggingConfig logging_config = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ @java.lang.Override public com.google.cloud.dataproc.v1.LoggingConfigOrBuilder getLoggingConfigOrBuilder() { return loggingConfig_ == null ? com.google.cloud.dataproc.v1.LoggingConfig.getDefaultInstance() : loggingConfig_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(mainRFileUri_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, mainRFileUri_); } for (int i = 0; i < args_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, args_.getRaw(i)); } for (int i = 0; i < fileUris_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, fileUris_.getRaw(i)); } for (int i = 0; i < archiveUris_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, archiveUris_.getRaw(i)); } com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( output, internalGetProperties(), PropertiesDefaultEntryHolder.defaultEntry, 5); if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(6, getLoggingConfig()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(mainRFileUri_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, mainRFileUri_); } { int dataSize = 0; for (int i = 0; i < args_.size(); i++) { dataSize += computeStringSizeNoTag(args_.getRaw(i)); } size += dataSize; size += 1 * getArgsList().size(); } { int dataSize = 0; for (int i = 0; i < fileUris_.size(); i++) { dataSize += computeStringSizeNoTag(fileUris_.getRaw(i)); } size += dataSize; size += 1 * getFileUrisList().size(); } { int dataSize = 0; for (int i = 0; i < archiveUris_.size(); i++) { dataSize += computeStringSizeNoTag(archiveUris_.getRaw(i)); } size += dataSize; size += 1 * getArchiveUrisList().size(); } for (java.util.Map.Entry entry : internalGetProperties().getMap().entrySet()) { com.google.protobuf.MapEntry properties__ = PropertiesDefaultEntryHolder.defaultEntry .newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, properties__); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getLoggingConfig()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.cloud.dataproc.v1.SparkRJob)) { return super.equals(obj); } com.google.cloud.dataproc.v1.SparkRJob other = (com.google.cloud.dataproc.v1.SparkRJob) obj; if (!getMainRFileUri().equals(other.getMainRFileUri())) return false; if (!getArgsList().equals(other.getArgsList())) return false; if (!getFileUrisList().equals(other.getFileUrisList())) return false; if (!getArchiveUrisList().equals(other.getArchiveUrisList())) return false; if (!internalGetProperties().equals(other.internalGetProperties())) return false; if (hasLoggingConfig() != other.hasLoggingConfig()) return false; if (hasLoggingConfig()) { if (!getLoggingConfig().equals(other.getLoggingConfig())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + MAIN_R_FILE_URI_FIELD_NUMBER; hash = (53 * hash) + getMainRFileUri().hashCode(); if (getArgsCount() > 0) { hash = (37 * hash) + ARGS_FIELD_NUMBER; hash = (53 * hash) + getArgsList().hashCode(); } if (getFileUrisCount() > 0) { hash = (37 * hash) + FILE_URIS_FIELD_NUMBER; hash = (53 * hash) + getFileUrisList().hashCode(); } if (getArchiveUrisCount() > 0) { hash = (37 * hash) + ARCHIVE_URIS_FIELD_NUMBER; hash = (53 * hash) + getArchiveUrisList().hashCode(); } if (!internalGetProperties().getMap().isEmpty()) { hash = (37 * hash) + PROPERTIES_FIELD_NUMBER; hash = (53 * hash) + internalGetProperties().hashCode(); } if (hasLoggingConfig()) { hash = (37 * hash) + LOGGING_CONFIG_FIELD_NUMBER; hash = (53 * hash) + getLoggingConfig().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.dataproc.v1.SparkRJob parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.dataproc.v1.SparkRJob parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.dataproc.v1.SparkRJob parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.dataproc.v1.SparkRJob parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.dataproc.v1.SparkRJob parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.dataproc.v1.SparkRJob parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.dataproc.v1.SparkRJob parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.dataproc.v1.SparkRJob parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.dataproc.v1.SparkRJob parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.dataproc.v1.SparkRJob parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.dataproc.v1.SparkRJob parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.dataproc.v1.SparkRJob parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.google.cloud.dataproc.v1.SparkRJob prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * * *
   * A Dataproc job for running
   * [Apache SparkR](https://spark.apache.org/docs/latest/sparkr.html)
   * applications on YARN.
   * 
* * Protobuf type {@code google.cloud.dataproc.v1.SparkRJob} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.dataproc.v1.SparkRJob) com.google.cloud.dataproc.v1.SparkRJobOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.dataproc.v1.JobsProto .internal_static_google_cloud_dataproc_v1_SparkRJob_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection( int number) { switch (number) { case 5: return internalGetProperties(); default: throw new RuntimeException("Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection( int number) { switch (number) { case 5: return internalGetMutableProperties(); default: throw new RuntimeException("Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.dataproc.v1.JobsProto .internal_static_google_cloud_dataproc_v1_SparkRJob_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.dataproc.v1.SparkRJob.class, com.google.cloud.dataproc.v1.SparkRJob.Builder.class); } // Construct using com.google.cloud.dataproc.v1.SparkRJob.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getLoggingConfigFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; mainRFileUri_ = ""; args_ = com.google.protobuf.LazyStringArrayList.emptyList(); fileUris_ = com.google.protobuf.LazyStringArrayList.emptyList(); archiveUris_ = com.google.protobuf.LazyStringArrayList.emptyList(); internalGetMutableProperties().clear(); loggingConfig_ = null; if (loggingConfigBuilder_ != null) { loggingConfigBuilder_.dispose(); loggingConfigBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.cloud.dataproc.v1.JobsProto .internal_static_google_cloud_dataproc_v1_SparkRJob_descriptor; } @java.lang.Override public com.google.cloud.dataproc.v1.SparkRJob getDefaultInstanceForType() { return com.google.cloud.dataproc.v1.SparkRJob.getDefaultInstance(); } @java.lang.Override public com.google.cloud.dataproc.v1.SparkRJob build() { com.google.cloud.dataproc.v1.SparkRJob result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.cloud.dataproc.v1.SparkRJob buildPartial() { com.google.cloud.dataproc.v1.SparkRJob result = new com.google.cloud.dataproc.v1.SparkRJob(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.cloud.dataproc.v1.SparkRJob result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.mainRFileUri_ = mainRFileUri_; } if (((from_bitField0_ & 0x00000002) != 0)) { args_.makeImmutable(); result.args_ = args_; } if (((from_bitField0_ & 0x00000004) != 0)) { fileUris_.makeImmutable(); result.fileUris_ = fileUris_; } if (((from_bitField0_ & 0x00000008) != 0)) { archiveUris_.makeImmutable(); result.archiveUris_ = archiveUris_; } if (((from_bitField0_ & 0x00000010) != 0)) { result.properties_ = internalGetProperties(); result.properties_.makeImmutable(); } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000020) != 0)) { result.loggingConfig_ = loggingConfigBuilder_ == null ? loggingConfig_ : loggingConfigBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.dataproc.v1.SparkRJob) { return mergeFrom((com.google.cloud.dataproc.v1.SparkRJob) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.cloud.dataproc.v1.SparkRJob other) { if (other == com.google.cloud.dataproc.v1.SparkRJob.getDefaultInstance()) return this; if (!other.getMainRFileUri().isEmpty()) { mainRFileUri_ = other.mainRFileUri_; bitField0_ |= 0x00000001; onChanged(); } if (!other.args_.isEmpty()) { if (args_.isEmpty()) { args_ = other.args_; bitField0_ |= 0x00000002; } else { ensureArgsIsMutable(); args_.addAll(other.args_); } onChanged(); } if (!other.fileUris_.isEmpty()) { if (fileUris_.isEmpty()) { fileUris_ = other.fileUris_; bitField0_ |= 0x00000004; } else { ensureFileUrisIsMutable(); fileUris_.addAll(other.fileUris_); } onChanged(); } if (!other.archiveUris_.isEmpty()) { if (archiveUris_.isEmpty()) { archiveUris_ = other.archiveUris_; bitField0_ |= 0x00000008; } else { ensureArchiveUrisIsMutable(); archiveUris_.addAll(other.archiveUris_); } onChanged(); } internalGetMutableProperties().mergeFrom(other.internalGetProperties()); bitField0_ |= 0x00000010; if (other.hasLoggingConfig()) { mergeLoggingConfig(other.getLoggingConfig()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { mainRFileUri_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { java.lang.String s = input.readStringRequireUtf8(); ensureArgsIsMutable(); args_.add(s); break; } // case 18 case 26: { java.lang.String s = input.readStringRequireUtf8(); ensureFileUrisIsMutable(); fileUris_.add(s); break; } // case 26 case 34: { java.lang.String s = input.readStringRequireUtf8(); ensureArchiveUrisIsMutable(); archiveUris_.add(s); break; } // case 34 case 42: { com.google.protobuf.MapEntry properties__ = input.readMessage( PropertiesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); internalGetMutableProperties() .getMutableMap() .put(properties__.getKey(), properties__.getValue()); bitField0_ |= 0x00000010; break; } // case 42 case 50: { input.readMessage(getLoggingConfigFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000020; break; } // case 50 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object mainRFileUri_ = ""; /** * * *
     * Required. The HCFS URI of the main R file to use as the driver.
     * Must be a .R file.
     * 
* * string main_r_file_uri = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The mainRFileUri. */ public java.lang.String getMainRFileUri() { java.lang.Object ref = mainRFileUri_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); mainRFileUri_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * Required. The HCFS URI of the main R file to use as the driver.
     * Must be a .R file.
     * 
* * string main_r_file_uri = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for mainRFileUri. */ public com.google.protobuf.ByteString getMainRFileUriBytes() { java.lang.Object ref = mainRFileUri_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); mainRFileUri_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * Required. The HCFS URI of the main R file to use as the driver.
     * Must be a .R file.
     * 
* * string main_r_file_uri = 1 [(.google.api.field_behavior) = REQUIRED]; * * @param value The mainRFileUri to set. * @return This builder for chaining. */ public Builder setMainRFileUri(java.lang.String value) { if (value == null) { throw new NullPointerException(); } mainRFileUri_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * * *
     * Required. The HCFS URI of the main R file to use as the driver.
     * Must be a .R file.
     * 
* * string main_r_file_uri = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return This builder for chaining. */ public Builder clearMainRFileUri() { mainRFileUri_ = getDefaultInstance().getMainRFileUri(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * * *
     * Required. The HCFS URI of the main R file to use as the driver.
     * Must be a .R file.
     * 
* * string main_r_file_uri = 1 [(.google.api.field_behavior) = REQUIRED]; * * @param value The bytes for mainRFileUri to set. * @return This builder for chaining. */ public Builder setMainRFileUriBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); mainRFileUri_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList args_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureArgsIsMutable() { if (!args_.isModifiable()) { args_ = new com.google.protobuf.LazyStringArrayList(args_); } bitField0_ |= 0x00000002; } /** * * *
     * Optional. The arguments to pass to the driver.  Do not include arguments,
     * such as `--conf`, that can be set as job properties, since a collision may
     * occur that causes an incorrect job submission.
     * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return A list containing the args. */ public com.google.protobuf.ProtocolStringList getArgsList() { args_.makeImmutable(); return args_; } /** * * *
     * Optional. The arguments to pass to the driver.  Do not include arguments,
     * such as `--conf`, that can be set as job properties, since a collision may
     * occur that causes an incorrect job submission.
     * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return The count of args. */ public int getArgsCount() { return args_.size(); } /** * * *
     * Optional. The arguments to pass to the driver.  Do not include arguments,
     * such as `--conf`, that can be set as job properties, since a collision may
     * occur that causes an incorrect job submission.
     * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the element to return. * @return The args at the given index. */ public java.lang.String getArgs(int index) { return args_.get(index); } /** * * *
     * Optional. The arguments to pass to the driver.  Do not include arguments,
     * such as `--conf`, that can be set as job properties, since a collision may
     * occur that causes an incorrect job submission.
     * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the value to return. * @return The bytes of the args at the given index. */ public com.google.protobuf.ByteString getArgsBytes(int index) { return args_.getByteString(index); } /** * * *
     * Optional. The arguments to pass to the driver.  Do not include arguments,
     * such as `--conf`, that can be set as job properties, since a collision may
     * occur that causes an incorrect job submission.
     * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index to set the value at. * @param value The args to set. * @return This builder for chaining. */ public Builder setArgs(int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureArgsIsMutable(); args_.set(index, value); bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
     * Optional. The arguments to pass to the driver.  Do not include arguments,
     * such as `--conf`, that can be set as job properties, since a collision may
     * occur that causes an incorrect job submission.
     * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The args to add. * @return This builder for chaining. */ public Builder addArgs(java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureArgsIsMutable(); args_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
     * Optional. The arguments to pass to the driver.  Do not include arguments,
     * such as `--conf`, that can be set as job properties, since a collision may
     * occur that causes an incorrect job submission.
     * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @param values The args to add. * @return This builder for chaining. */ public Builder addAllArgs(java.lang.Iterable values) { ensureArgsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, args_); bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
     * Optional. The arguments to pass to the driver.  Do not include arguments,
     * such as `--conf`, that can be set as job properties, since a collision may
     * occur that causes an incorrect job submission.
     * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @return This builder for chaining. */ public Builder clearArgs() { args_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); ; onChanged(); return this; } /** * * *
     * Optional. The arguments to pass to the driver.  Do not include arguments,
     * such as `--conf`, that can be set as job properties, since a collision may
     * occur that causes an incorrect job submission.
     * 
* * repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The bytes of the args to add. * @return This builder for chaining. */ public Builder addArgsBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureArgsIsMutable(); args_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList fileUris_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureFileUrisIsMutable() { if (!fileUris_.isModifiable()) { fileUris_ = new com.google.protobuf.LazyStringArrayList(fileUris_); } bitField0_ |= 0x00000004; } /** * * *
     * Optional. HCFS URIs of files to be placed in the working directory of
     * each executor. Useful for naively parallel tasks.
     * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return A list containing the fileUris. */ public com.google.protobuf.ProtocolStringList getFileUrisList() { fileUris_.makeImmutable(); return fileUris_; } /** * * *
     * Optional. HCFS URIs of files to be placed in the working directory of
     * each executor. Useful for naively parallel tasks.
     * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The count of fileUris. */ public int getFileUrisCount() { return fileUris_.size(); } /** * * *
     * Optional. HCFS URIs of files to be placed in the working directory of
     * each executor. Useful for naively parallel tasks.
     * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the element to return. * @return The fileUris at the given index. */ public java.lang.String getFileUris(int index) { return fileUris_.get(index); } /** * * *
     * Optional. HCFS URIs of files to be placed in the working directory of
     * each executor. Useful for naively parallel tasks.
     * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the value to return. * @return The bytes of the fileUris at the given index. */ public com.google.protobuf.ByteString getFileUrisBytes(int index) { return fileUris_.getByteString(index); } /** * * *
     * Optional. HCFS URIs of files to be placed in the working directory of
     * each executor. Useful for naively parallel tasks.
     * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index to set the value at. * @param value The fileUris to set. * @return This builder for chaining. */ public Builder setFileUris(int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFileUrisIsMutable(); fileUris_.set(index, value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * * *
     * Optional. HCFS URIs of files to be placed in the working directory of
     * each executor. Useful for naively parallel tasks.
     * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The fileUris to add. * @return This builder for chaining. */ public Builder addFileUris(java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureFileUrisIsMutable(); fileUris_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } /** * * *
     * Optional. HCFS URIs of files to be placed in the working directory of
     * each executor. Useful for naively parallel tasks.
     * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param values The fileUris to add. * @return This builder for chaining. */ public Builder addAllFileUris(java.lang.Iterable values) { ensureFileUrisIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, fileUris_); bitField0_ |= 0x00000004; onChanged(); return this; } /** * * *
     * Optional. HCFS URIs of files to be placed in the working directory of
     * each executor. Useful for naively parallel tasks.
     * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return This builder for chaining. */ public Builder clearFileUris() { fileUris_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); ; onChanged(); return this; } /** * * *
     * Optional. HCFS URIs of files to be placed in the working directory of
     * each executor. Useful for naively parallel tasks.
     * 
* * repeated string file_uris = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param value The bytes of the fileUris to add. * @return This builder for chaining. */ public Builder addFileUrisBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureFileUrisIsMutable(); fileUris_.add(value); bitField0_ |= 0x00000004; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList archiveUris_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensureArchiveUrisIsMutable() { if (!archiveUris_.isModifiable()) { archiveUris_ = new com.google.protobuf.LazyStringArrayList(archiveUris_); } bitField0_ |= 0x00000008; } /** * * *
     * 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]; * * @return A list containing the archiveUris. */ public com.google.protobuf.ProtocolStringList getArchiveUrisList() { archiveUris_.makeImmutable(); return archiveUris_; } /** * * *
     * 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]; * * @return The count of archiveUris. */ public int getArchiveUrisCount() { return archiveUris_.size(); } /** * * *
     * 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]; * * @param index The index of the element to return. * @return The archiveUris at the given index. */ public java.lang.String getArchiveUris(int index) { return archiveUris_.get(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]; * * @param index The index of the value to return. * @return The bytes of the archiveUris at the given index. */ public com.google.protobuf.ByteString getArchiveUrisBytes(int index) { return archiveUris_.getByteString(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]; * * @param index The index to set the value at. * @param value The archiveUris to set. * @return This builder for chaining. */ public Builder setArchiveUris(int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureArchiveUrisIsMutable(); archiveUris_.set(index, value); bitField0_ |= 0x00000008; onChanged(); return this; } /** * * *
     * 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]; * * @param value The archiveUris to add. * @return This builder for chaining. */ public Builder addArchiveUris(java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureArchiveUrisIsMutable(); archiveUris_.add(value); bitField0_ |= 0x00000008; onChanged(); return this; } /** * * *
     * 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]; * * @param values The archiveUris to add. * @return This builder for chaining. */ public Builder addAllArchiveUris(java.lang.Iterable values) { ensureArchiveUrisIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, archiveUris_); bitField0_ |= 0x00000008; onChanged(); return this; } /** * * *
     * 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]; * * @return This builder for chaining. */ public Builder clearArchiveUris() { archiveUris_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); ; onChanged(); return this; } /** * * *
     * 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]; * * @param value The bytes of the archiveUris to add. * @return This builder for chaining. */ public Builder addArchiveUrisBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureArchiveUrisIsMutable(); archiveUris_.add(value); bitField0_ |= 0x00000008; onChanged(); return this; } private com.google.protobuf.MapField properties_; private com.google.protobuf.MapField internalGetProperties() { if (properties_ == null) { return com.google.protobuf.MapField.emptyMapField( PropertiesDefaultEntryHolder.defaultEntry); } return properties_; } private com.google.protobuf.MapField internalGetMutableProperties() { if (properties_ == null) { properties_ = com.google.protobuf.MapField.newMapField(PropertiesDefaultEntryHolder.defaultEntry); } if (!properties_.isMutable()) { properties_ = properties_.copy(); } bitField0_ |= 0x00000010; onChanged(); return properties_; } public int getPropertiesCount() { return internalGetProperties().getMap().size(); } /** * * *
     * Optional. A mapping of property names to values, used to configure SparkR.
     * Properties that conflict with values set by the Dataproc API might be
     * overwritten. Can include properties set in
     * /etc/spark/conf/spark-defaults.conf and classes in user code.
     * 
* * map<string, string> properties = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ @java.lang.Override public boolean containsProperties(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } return internalGetProperties().getMap().containsKey(key); } /** Use {@link #getPropertiesMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getProperties() { return getPropertiesMap(); } /** * * *
     * Optional. A mapping of property names to values, used to configure SparkR.
     * Properties that conflict with values set by the Dataproc API might be
     * overwritten. Can include properties set in
     * /etc/spark/conf/spark-defaults.conf and classes in user code.
     * 
* * map<string, string> properties = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ @java.lang.Override public java.util.Map getPropertiesMap() { return internalGetProperties().getMap(); } /** * * *
     * Optional. A mapping of property names to values, used to configure SparkR.
     * Properties that conflict with values set by the Dataproc API might be
     * overwritten. Can include properties set in
     * /etc/spark/conf/spark-defaults.conf and classes in user code.
     * 
* * map<string, string> properties = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ @java.lang.Override public /* nullable */ java.lang.String getPropertiesOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetProperties().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * * *
     * Optional. A mapping of property names to values, used to configure SparkR.
     * Properties that conflict with values set by the Dataproc API might be
     * overwritten. Can include properties set in
     * /etc/spark/conf/spark-defaults.conf and classes in user code.
     * 
* * map<string, string> properties = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ @java.lang.Override public java.lang.String getPropertiesOrThrow(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetProperties().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearProperties() { bitField0_ = (bitField0_ & ~0x00000010); internalGetMutableProperties().getMutableMap().clear(); return this; } /** * * *
     * Optional. A mapping of property names to values, used to configure SparkR.
     * Properties that conflict with values set by the Dataproc API might be
     * overwritten. Can include properties set in
     * /etc/spark/conf/spark-defaults.conf and classes in user code.
     * 
* * map<string, string> properties = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder removeProperties(java.lang.String key) { if (key == null) { throw new NullPointerException("map key"); } internalGetMutableProperties().getMutableMap().remove(key); return this; } /** Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableProperties() { bitField0_ |= 0x00000010; return internalGetMutableProperties().getMutableMap(); } /** * * *
     * Optional. A mapping of property names to values, used to configure SparkR.
     * Properties that conflict with values set by the Dataproc API might be
     * overwritten. Can include properties set in
     * /etc/spark/conf/spark-defaults.conf and classes in user code.
     * 
* * map<string, string> properties = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder putProperties(java.lang.String key, java.lang.String value) { if (key == null) { throw new NullPointerException("map key"); } if (value == null) { throw new NullPointerException("map value"); } internalGetMutableProperties().getMutableMap().put(key, value); bitField0_ |= 0x00000010; return this; } /** * * *
     * Optional. A mapping of property names to values, used to configure SparkR.
     * Properties that conflict with values set by the Dataproc API might be
     * overwritten. Can include properties set in
     * /etc/spark/conf/spark-defaults.conf and classes in user code.
     * 
* * map<string, string> properties = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder putAllProperties(java.util.Map values) { internalGetMutableProperties().getMutableMap().putAll(values); bitField0_ |= 0x00000010; return this; } private com.google.cloud.dataproc.v1.LoggingConfig loggingConfig_; private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.dataproc.v1.LoggingConfig, com.google.cloud.dataproc.v1.LoggingConfig.Builder, com.google.cloud.dataproc.v1.LoggingConfigOrBuilder> loggingConfigBuilder_; /** * * *
     * Optional. The runtime log config for job execution.
     * 
* * * .google.cloud.dataproc.v1.LoggingConfig logging_config = 6 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the loggingConfig field is set. */ public boolean hasLoggingConfig() { return ((bitField0_ & 0x00000020) != 0); } /** * * *
     * Optional. The runtime log config for job execution.
     * 
* * * .google.cloud.dataproc.v1.LoggingConfig logging_config = 6 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The loggingConfig. */ public com.google.cloud.dataproc.v1.LoggingConfig getLoggingConfig() { if (loggingConfigBuilder_ == null) { return loggingConfig_ == null ? com.google.cloud.dataproc.v1.LoggingConfig.getDefaultInstance() : loggingConfig_; } else { return loggingConfigBuilder_.getMessage(); } } /** * * *
     * Optional. The runtime log config for job execution.
     * 
* * * .google.cloud.dataproc.v1.LoggingConfig logging_config = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder setLoggingConfig(com.google.cloud.dataproc.v1.LoggingConfig value) { if (loggingConfigBuilder_ == null) { if (value == null) { throw new NullPointerException(); } loggingConfig_ = value; } else { loggingConfigBuilder_.setMessage(value); } bitField0_ |= 0x00000020; onChanged(); return this; } /** * * *
     * Optional. The runtime log config for job execution.
     * 
* * * .google.cloud.dataproc.v1.LoggingConfig logging_config = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder setLoggingConfig( com.google.cloud.dataproc.v1.LoggingConfig.Builder builderForValue) { if (loggingConfigBuilder_ == null) { loggingConfig_ = builderForValue.build(); } else { loggingConfigBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000020; onChanged(); return this; } /** * * *
     * Optional. The runtime log config for job execution.
     * 
* * * .google.cloud.dataproc.v1.LoggingConfig logging_config = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder mergeLoggingConfig(com.google.cloud.dataproc.v1.LoggingConfig value) { if (loggingConfigBuilder_ == null) { if (((bitField0_ & 0x00000020) != 0) && loggingConfig_ != null && loggingConfig_ != com.google.cloud.dataproc.v1.LoggingConfig.getDefaultInstance()) { getLoggingConfigBuilder().mergeFrom(value); } else { loggingConfig_ = value; } } else { loggingConfigBuilder_.mergeFrom(value); } if (loggingConfig_ != null) { bitField0_ |= 0x00000020; onChanged(); } return this; } /** * * *
     * Optional. The runtime log config for job execution.
     * 
* * * .google.cloud.dataproc.v1.LoggingConfig logging_config = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ public Builder clearLoggingConfig() { bitField0_ = (bitField0_ & ~0x00000020); loggingConfig_ = null; if (loggingConfigBuilder_ != null) { loggingConfigBuilder_.dispose(); loggingConfigBuilder_ = null; } onChanged(); return this; } /** * * *
     * Optional. The runtime log config for job execution.
     * 
* * * .google.cloud.dataproc.v1.LoggingConfig logging_config = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ public com.google.cloud.dataproc.v1.LoggingConfig.Builder getLoggingConfigBuilder() { bitField0_ |= 0x00000020; onChanged(); return getLoggingConfigFieldBuilder().getBuilder(); } /** * * *
     * Optional. The runtime log config for job execution.
     * 
* * * .google.cloud.dataproc.v1.LoggingConfig logging_config = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ public com.google.cloud.dataproc.v1.LoggingConfigOrBuilder getLoggingConfigOrBuilder() { if (loggingConfigBuilder_ != null) { return loggingConfigBuilder_.getMessageOrBuilder(); } else { return loggingConfig_ == null ? com.google.cloud.dataproc.v1.LoggingConfig.getDefaultInstance() : loggingConfig_; } } /** * * *
     * Optional. The runtime log config for job execution.
     * 
* * * .google.cloud.dataproc.v1.LoggingConfig logging_config = 6 [(.google.api.field_behavior) = OPTIONAL]; * */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.dataproc.v1.LoggingConfig, com.google.cloud.dataproc.v1.LoggingConfig.Builder, com.google.cloud.dataproc.v1.LoggingConfigOrBuilder> getLoggingConfigFieldBuilder() { if (loggingConfigBuilder_ == null) { loggingConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.dataproc.v1.LoggingConfig, com.google.cloud.dataproc.v1.LoggingConfig.Builder, com.google.cloud.dataproc.v1.LoggingConfigOrBuilder>( getLoggingConfig(), getParentForChildren(), isClean()); loggingConfig_ = null; } return loggingConfigBuilder_; } @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.cloud.dataproc.v1.SparkRJob) } // @@protoc_insertion_point(class_scope:google.cloud.dataproc.v1.SparkRJob) private static final com.google.cloud.dataproc.v1.SparkRJob DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.dataproc.v1.SparkRJob(); } public static com.google.cloud.dataproc.v1.SparkRJob getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public SparkRJob parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.cloud.dataproc.v1.SparkRJob getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy