public final class MetadataIntegration extends GeneratedMessage implements MetadataIntegrationOrBuilderSpecifies how metastore metadata should be integrated with external services.
Protobuf type google.cloud.metastore.v1alpha.MetadataIntegration
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > MetadataIntegrationImplements
MetadataIntegrationOrBuilderStatic Fields
DATAPLEX_CONFIG_FIELD_NUMBER
public static final int DATAPLEX_CONFIG_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DATA_CATALOG_CONFIG_FIELD_NUMBER
public static final int DATA_CATALOG_CONFIG_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static MetadataIntegration getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static MetadataIntegration.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
MetadataIntegration.Builder |
|
newBuilder(MetadataIntegration prototype)
public static MetadataIntegration.Builder newBuilder(MetadataIntegration prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
MetadataIntegration |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration.Builder |
|
parseDelimitedFrom(InputStream input)
public static MetadataIntegration parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MetadataIntegration parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static MetadataIntegration parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MetadataIntegration parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static MetadataIntegration parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MetadataIntegration parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static MetadataIntegration parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MetadataIntegration parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static MetadataIntegration parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MetadataIntegration parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static MetadataIntegration parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MetadataIntegration parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<MetadataIntegration> parser()| Returns | |
|---|---|
| Type | Description |
Parser<MetadataIntegration> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDataCatalogConfig()
public DataCatalogConfig getDataCatalogConfig()The integration config for the Data Catalog service.
.google.cloud.metastore.v1alpha.DataCatalogConfig data_catalog_config = 1;
| Returns | |
|---|---|
| Type | Description |
DataCatalogConfig |
The dataCatalogConfig. |
getDataCatalogConfigOrBuilder()
public DataCatalogConfigOrBuilder getDataCatalogConfigOrBuilder()The integration config for the Data Catalog service.
.google.cloud.metastore.v1alpha.DataCatalogConfig data_catalog_config = 1;
| Returns | |
|---|---|
| Type | Description |
DataCatalogConfigOrBuilder |
|
getDataplexConfig()
public DataplexConfig getDataplexConfig()The integration config for the Dataplex service.
.google.cloud.metastore.v1alpha.DataplexConfig dataplex_config = 2;
| Returns | |
|---|---|
| Type | Description |
DataplexConfig |
The dataplexConfig. |
getDataplexConfigOrBuilder()
public DataplexConfigOrBuilder getDataplexConfigOrBuilder()The integration config for the Dataplex service.
.google.cloud.metastore.v1alpha.DataplexConfig dataplex_config = 2;
| Returns | |
|---|---|
| Type | Description |
DataplexConfigOrBuilder |
|
getDefaultInstanceForType()
public MetadataIntegration getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MetadataIntegration |
|
getParserForType()
public Parser<MetadataIntegration> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<MetadataIntegration> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasDataCatalogConfig()
public boolean hasDataCatalogConfig()The integration config for the Data Catalog service.
.google.cloud.metastore.v1alpha.DataCatalogConfig data_catalog_config = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataCatalogConfig field is set. |
hasDataplexConfig()
public boolean hasDataplexConfig()The integration config for the Dataplex service.
.google.cloud.metastore.v1alpha.DataplexConfig dataplex_config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataplexConfig field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public MetadataIntegration.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
MetadataIntegration.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected MetadataIntegration.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
MetadataIntegration.Builder |
|
toBuilder()
public MetadataIntegration.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
MetadataIntegration.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|