Uses of Class
com.google.cloud.metastore.v1beta.DataplexConfig
-
Packages that use DataplexConfig Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore API -
-
Uses of DataplexConfig in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return DataplexConfig Modifier and Type Method Description DataplexConfig
DataplexConfig.Builder. build()
DataplexConfig
DataplexConfig.Builder. buildPartial()
DataplexConfig
MetadataIntegration.Builder. getDataplexConfig()
The integration config for the Dataplex service.DataplexConfig
MetadataIntegration. getDataplexConfig()
The integration config for the Dataplex service.DataplexConfig
MetadataIntegrationOrBuilder. getDataplexConfig()
The integration config for the Dataplex service.static DataplexConfig
DataplexConfig. getDefaultInstance()
DataplexConfig
DataplexConfig.Builder. getDefaultInstanceForType()
DataplexConfig
DataplexConfig. getDefaultInstanceForType()
static DataplexConfig
DataplexConfig. parseDelimitedFrom(InputStream input)
static DataplexConfig
DataplexConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataplexConfig
DataplexConfig. parseFrom(byte[] data)
static DataplexConfig
DataplexConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataplexConfig
DataplexConfig. parseFrom(com.google.protobuf.ByteString data)
static DataplexConfig
DataplexConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataplexConfig
DataplexConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static DataplexConfig
DataplexConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataplexConfig
DataplexConfig. parseFrom(InputStream input)
static DataplexConfig
DataplexConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataplexConfig
DataplexConfig. parseFrom(ByteBuffer data)
static DataplexConfig
DataplexConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.metastore.v1beta that return types with arguments of type DataplexConfig Modifier and Type Method Description com.google.protobuf.Parser<DataplexConfig>
DataplexConfig. getParserForType()
static com.google.protobuf.Parser<DataplexConfig>
DataplexConfig. parser()
Methods in com.google.cloud.metastore.v1beta with parameters of type DataplexConfig Modifier and Type Method Description MetadataIntegration.Builder
MetadataIntegration.Builder. mergeDataplexConfig(DataplexConfig value)
The integration config for the Dataplex service.DataplexConfig.Builder
DataplexConfig.Builder. mergeFrom(DataplexConfig other)
static DataplexConfig.Builder
DataplexConfig. newBuilder(DataplexConfig prototype)
MetadataIntegration.Builder
MetadataIntegration.Builder. setDataplexConfig(DataplexConfig value)
The integration config for the Dataplex service.
-