Uses of Class
com.google.cloud.metastore.v1beta.EncryptionConfig
-
Packages that use EncryptionConfig Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore API -
-
Uses of EncryptionConfig in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return EncryptionConfig Modifier and Type Method Description EncryptionConfig
EncryptionConfig.Builder. build()
EncryptionConfig
EncryptionConfig.Builder. buildPartial()
static EncryptionConfig
EncryptionConfig. getDefaultInstance()
EncryptionConfig
EncryptionConfig.Builder. getDefaultInstanceForType()
EncryptionConfig
EncryptionConfig. getDefaultInstanceForType()
EncryptionConfig
Service.Builder. getEncryptionConfig()
Immutable.EncryptionConfig
Service. getEncryptionConfig()
Immutable.EncryptionConfig
ServiceOrBuilder. getEncryptionConfig()
Immutable.static EncryptionConfig
EncryptionConfig. parseDelimitedFrom(InputStream input)
static EncryptionConfig
EncryptionConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(byte[] data)
static EncryptionConfig
EncryptionConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(com.google.protobuf.ByteString data)
static EncryptionConfig
EncryptionConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static EncryptionConfig
EncryptionConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(InputStream input)
static EncryptionConfig
EncryptionConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(ByteBuffer data)
static EncryptionConfig
EncryptionConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.metastore.v1beta that return types with arguments of type EncryptionConfig Modifier and Type Method Description com.google.protobuf.Parser<EncryptionConfig>
EncryptionConfig. getParserForType()
static com.google.protobuf.Parser<EncryptionConfig>
EncryptionConfig. parser()
Methods in com.google.cloud.metastore.v1beta with parameters of type EncryptionConfig Modifier and Type Method Description Service.Builder
Service.Builder. mergeEncryptionConfig(EncryptionConfig value)
Immutable.EncryptionConfig.Builder
EncryptionConfig.Builder. mergeFrom(EncryptionConfig other)
static EncryptionConfig.Builder
EncryptionConfig. newBuilder(EncryptionConfig prototype)
Service.Builder
Service.Builder. setEncryptionConfig(EncryptionConfig value)
Immutable.
-