Uses of Class
com.google.cloud.metastore.v1beta.KerberosConfig
-
Packages that use KerberosConfig Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore API -
-
Uses of KerberosConfig in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return KerberosConfig Modifier and Type Method Description KerberosConfig
KerberosConfig.Builder. build()
KerberosConfig
KerberosConfig.Builder. buildPartial()
static KerberosConfig
KerberosConfig. getDefaultInstance()
KerberosConfig
KerberosConfig.Builder. getDefaultInstanceForType()
KerberosConfig
KerberosConfig. getDefaultInstanceForType()
KerberosConfig
HiveMetastoreConfig.Builder. getKerberosConfig()
Information used to configure the Hive metastore service as a service principal in a Kerberos realm.KerberosConfig
HiveMetastoreConfig. getKerberosConfig()
Information used to configure the Hive metastore service as a service principal in a Kerberos realm.KerberosConfig
HiveMetastoreConfigOrBuilder. getKerberosConfig()
Information used to configure the Hive metastore service as a service principal in a Kerberos realm.static KerberosConfig
KerberosConfig. parseDelimitedFrom(InputStream input)
static KerberosConfig
KerberosConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KerberosConfig
KerberosConfig. parseFrom(byte[] data)
static KerberosConfig
KerberosConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KerberosConfig
KerberosConfig. parseFrom(com.google.protobuf.ByteString data)
static KerberosConfig
KerberosConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KerberosConfig
KerberosConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static KerberosConfig
KerberosConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KerberosConfig
KerberosConfig. parseFrom(InputStream input)
static KerberosConfig
KerberosConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KerberosConfig
KerberosConfig. parseFrom(ByteBuffer data)
static KerberosConfig
KerberosConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.metastore.v1beta that return types with arguments of type KerberosConfig Modifier and Type Method Description com.google.protobuf.Parser<KerberosConfig>
KerberosConfig. getParserForType()
static com.google.protobuf.Parser<KerberosConfig>
KerberosConfig. parser()
Methods in com.google.cloud.metastore.v1beta with parameters of type KerberosConfig Modifier and Type Method Description KerberosConfig.Builder
KerberosConfig.Builder. mergeFrom(KerberosConfig other)
HiveMetastoreConfig.Builder
HiveMetastoreConfig.Builder. mergeKerberosConfig(KerberosConfig value)
Information used to configure the Hive metastore service as a service principal in a Kerberos realm.static KerberosConfig.Builder
KerberosConfig. newBuilder(KerberosConfig prototype)
HiveMetastoreConfig.Builder
HiveMetastoreConfig.Builder. setKerberosConfig(KerberosConfig value)
Information used to configure the Hive metastore service as a service principal in a Kerberos realm.
-