public final class AuxiliaryServicesConfig extends GeneratedMessageV3 implements AuxiliaryServicesConfigOrBuilder
Auxiliary services configuration for a Cluster.
Protobuf type google.cloud.dataproc.v1.AuxiliaryServicesConfig
Static Fields
public static final int METASTORE_CONFIG_FIELD_NUMBER
Field Value
SPARK_HISTORY_SERVER_CONFIG_FIELD_NUMBER
public static final int SPARK_HISTORY_SERVER_CONFIG_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AuxiliaryServicesConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AuxiliaryServicesConfig.Builder newBuilder()
Returns
newBuilder(AuxiliaryServicesConfig prototype)
public static AuxiliaryServicesConfig.Builder newBuilder(AuxiliaryServicesConfig prototype)
Parameter
Returns
public static AuxiliaryServicesConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AuxiliaryServicesConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AuxiliaryServicesConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AuxiliaryServicesConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AuxiliaryServicesConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AuxiliaryServicesConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AuxiliaryServicesConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AuxiliaryServicesConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AuxiliaryServicesConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AuxiliaryServicesConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AuxiliaryServicesConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AuxiliaryServicesConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AuxiliaryServicesConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public AuxiliaryServicesConfig getDefaultInstanceForType()
Returns
public MetastoreConfig getMetastoreConfig()
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
public MetastoreConfigOrBuilder getMetastoreConfigOrBuilder()
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
getParserForType()
public Parser<AuxiliaryServicesConfig> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSparkHistoryServerConfig()
public SparkHistoryServerConfig getSparkHistoryServerConfig()
Optional. The Spark History Server configuration for the workload.
.google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
getSparkHistoryServerConfigOrBuilder()
public SparkHistoryServerConfigOrBuilder getSparkHistoryServerConfigOrBuilder()
Optional. The Spark History Server configuration for the workload.
.google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasMetastoreConfig()
Optional. The Hive Metastore configuration for this workload.
.google.cloud.dataproc.v1.MetastoreConfig metastore_config = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
boolean | Whether the metastoreConfig field is set.
|
hasSparkHistoryServerConfig()
public boolean hasSparkHistoryServerConfig()
Optional. The Spark History Server configuration for the workload.
.google.cloud.dataproc.v1.SparkHistoryServerConfig spark_history_server_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type | Description |
boolean | Whether the sparkHistoryServerConfig field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AuxiliaryServicesConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AuxiliaryServicesConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AuxiliaryServicesConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions