Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
MetastoreConfig |
MetastoreConfig.Builder.build() |
MetastoreConfig |
MetastoreConfig.Builder.buildPartial() |
static MetastoreConfig |
MetastoreConfig.getDefaultInstance() |
MetastoreConfig |
MetastoreConfig.getDefaultInstanceForType() |
MetastoreConfig |
MetastoreConfig.Builder.getDefaultInstanceForType() |
MetastoreConfig |
ClusterConfigOrBuilder.getMetastoreConfig()
Optional.
|
MetastoreConfig |
AuxiliaryServicesConfigOrBuilder.getMetastoreConfig()
Optional.
|
MetastoreConfig |
ClusterConfig.getMetastoreConfig()
Optional.
|
MetastoreConfig |
ClusterConfig.Builder.getMetastoreConfig()
Optional.
|
MetastoreConfig |
AuxiliaryServicesConfig.getMetastoreConfig()
Optional.
|
MetastoreConfig |
AuxiliaryServicesConfig.Builder.getMetastoreConfig()
Optional.
|
static MetastoreConfig |
MetastoreConfig.parseDelimitedFrom(InputStream input) |
static MetastoreConfig |
MetastoreConfig.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static MetastoreConfig |
MetastoreConfig.parseFrom(byte[] data) |
static MetastoreConfig |
MetastoreConfig.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static MetastoreConfig |
MetastoreConfig.parseFrom(ByteBuffer data) |
static MetastoreConfig |
MetastoreConfig.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static MetastoreConfig |
MetastoreConfig.parseFrom(ByteString data) |
static MetastoreConfig |
MetastoreConfig.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static MetastoreConfig |
MetastoreConfig.parseFrom(CodedInputStream input) |
static MetastoreConfig |
MetastoreConfig.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static MetastoreConfig |
MetastoreConfig.parseFrom(InputStream input) |
static MetastoreConfig |
MetastoreConfig.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<MetastoreConfig> |
MetastoreConfig.getParserForType() |
static Parser<MetastoreConfig> |
MetastoreConfig.parser() |
Modifier and Type | Method and Description |
---|---|
MetastoreConfig.Builder |
MetastoreConfig.Builder.mergeFrom(MetastoreConfig other) |
ClusterConfig.Builder |
ClusterConfig.Builder.mergeMetastoreConfig(MetastoreConfig value)
Optional.
|
AuxiliaryServicesConfig.Builder |
AuxiliaryServicesConfig.Builder.mergeMetastoreConfig(MetastoreConfig value)
Optional.
|
static MetastoreConfig.Builder |
MetastoreConfig.newBuilder(MetastoreConfig prototype) |
ClusterConfig.Builder |
ClusterConfig.Builder.setMetastoreConfig(MetastoreConfig value)
Optional.
|
AuxiliaryServicesConfig.Builder |
AuxiliaryServicesConfig.Builder.setMetastoreConfig(MetastoreConfig value)
Optional.
|
Copyright © 2022 Google LLC. All rights reserved.