Uses of Class
com.google.cloud.dataproc.v1.MetastoreConfig
-
Packages that use MetastoreConfig Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of MetastoreConfig in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return MetastoreConfig Modifier and Type Method Description MetastoreConfig
MetastoreConfig.Builder. build()
MetastoreConfig
MetastoreConfig.Builder. buildPartial()
static MetastoreConfig
MetastoreConfig. getDefaultInstance()
MetastoreConfig
MetastoreConfig.Builder. getDefaultInstanceForType()
MetastoreConfig
MetastoreConfig. getDefaultInstanceForType()
MetastoreConfig
AuxiliaryServicesConfig.Builder. getMetastoreConfig()
Optional.MetastoreConfig
AuxiliaryServicesConfig. getMetastoreConfig()
Optional.MetastoreConfig
AuxiliaryServicesConfigOrBuilder. getMetastoreConfig()
Optional.MetastoreConfig
ClusterConfig.Builder. getMetastoreConfig()
Optional.MetastoreConfig
ClusterConfig. getMetastoreConfig()
Optional.MetastoreConfig
ClusterConfigOrBuilder. getMetastoreConfig()
Optional.static MetastoreConfig
MetastoreConfig. parseDelimitedFrom(InputStream input)
static MetastoreConfig
MetastoreConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetastoreConfig
MetastoreConfig. parseFrom(byte[] data)
static MetastoreConfig
MetastoreConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetastoreConfig
MetastoreConfig. parseFrom(com.google.protobuf.ByteString data)
static MetastoreConfig
MetastoreConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetastoreConfig
MetastoreConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static MetastoreConfig
MetastoreConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetastoreConfig
MetastoreConfig. parseFrom(InputStream input)
static MetastoreConfig
MetastoreConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetastoreConfig
MetastoreConfig. parseFrom(ByteBuffer data)
static MetastoreConfig
MetastoreConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type MetastoreConfig Modifier and Type Method Description com.google.protobuf.Parser<MetastoreConfig>
MetastoreConfig. getParserForType()
static com.google.protobuf.Parser<MetastoreConfig>
MetastoreConfig. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type MetastoreConfig Modifier and Type Method Description MetastoreConfig.Builder
MetastoreConfig.Builder. mergeFrom(MetastoreConfig other)
AuxiliaryServicesConfig.Builder
AuxiliaryServicesConfig.Builder. mergeMetastoreConfig(MetastoreConfig value)
Optional.ClusterConfig.Builder
ClusterConfig.Builder. mergeMetastoreConfig(MetastoreConfig value)
Optional.static MetastoreConfig.Builder
MetastoreConfig. newBuilder(MetastoreConfig prototype)
AuxiliaryServicesConfig.Builder
AuxiliaryServicesConfig.Builder. setMetastoreConfig(MetastoreConfig value)
Optional.ClusterConfig.Builder
ClusterConfig.Builder. setMetastoreConfig(MetastoreConfig value)
Optional.
-