public interface PeripheralsConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMetastoreService()
Optional.
|
ByteString |
getMetastoreServiceBytes()
Optional.
|
SparkHistoryServerConfig |
getSparkHistoryServerConfig()
Optional.
|
SparkHistoryServerConfigOrBuilder |
getSparkHistoryServerConfigOrBuilder()
Optional.
|
boolean |
hasSparkHistoryServerConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getMetastoreService()
Optional. Resource name of an existing Dataproc Metastore service. Example: * `projects/[project_id]/locations/[region]/services/[service_id]`
string metastore_service = 1 [(.google.api.field_behavior) = OPTIONAL];
ByteString getMetastoreServiceBytes()
Optional. Resource name of an existing Dataproc Metastore service. Example: * `projects/[project_id]/locations/[region]/services/[service_id]`
string metastore_service = 1 [(.google.api.field_behavior) = OPTIONAL];
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];
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];
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];
Copyright © 2022 Google LLC. All rights reserved.