public final class SparkHistoryServerConfig extends GeneratedMessageV3 implements SparkHistoryServerConfigOrBuilder
Spark History Server configuration for the workload.
Protobuf type google.cloud.dataproc.v1.SparkHistoryServerConfig
Static Fields
DATAPROC_CLUSTER_FIELD_NUMBER
public static final int DATAPROC_CLUSTER_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SparkHistoryServerConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SparkHistoryServerConfig.Builder newBuilder()
Returns
newBuilder(SparkHistoryServerConfig prototype)
public static SparkHistoryServerConfig.Builder newBuilder(SparkHistoryServerConfig prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static SparkHistoryServerConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SparkHistoryServerConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SparkHistoryServerConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SparkHistoryServerConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SparkHistoryServerConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SparkHistoryServerConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static SparkHistoryServerConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SparkHistoryServerConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static SparkHistoryServerConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SparkHistoryServerConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SparkHistoryServerConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SparkHistoryServerConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SparkHistoryServerConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDataprocCluster()
public String getDataprocCluster()
Optional. Resource name of an existing Dataproc Cluster to act as a Spark History
Server for the workload.
Example:
projects/[project_id]/regions/[region]/clusters/[cluster_name]
string dataproc_cluster = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
String | The dataprocCluster.
|
getDataprocClusterBytes()
public ByteString getDataprocClusterBytes()
Optional. Resource name of an existing Dataproc Cluster to act as a Spark History
Server for the workload.
Example:
projects/[project_id]/regions/[region]/clusters/[cluster_name]
string dataproc_cluster = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
ByteString | The bytes for dataprocCluster.
|
getDefaultInstanceForType()
public SparkHistoryServerConfig getDefaultInstanceForType()
Returns
getParserForType()
public Parser<SparkHistoryServerConfig> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SparkHistoryServerConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SparkHistoryServerConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SparkHistoryServerConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions