Class DataplexExternalTable (1.43.0)

public final class DataplexExternalTable extends GeneratedMessageV3 implements DataplexExternalTableOrBuilder

External table registered by Dataplex. Dataplex publishes data discovered from an asset into multiple other systems (BigQuery, DPMS) in form of tables. We call them "external tables". External tables are also synced into the Data Catalog. This message contains pointers to those external tables (fully qualified name, resource name et cetera) within the Data Catalog.

Protobuf type google.cloud.datacatalog.v1.DataplexExternalTable

Static Fields

DATA_CATALOG_ENTRY_FIELD_NUMBER

public static final int DATA_CATALOG_ENTRY_FIELD_NUMBER
Field Value
TypeDescription
int

FULLY_QUALIFIED_NAME_FIELD_NUMBER

public static final int FULLY_QUALIFIED_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

GOOGLE_CLOUD_RESOURCE_FIELD_NUMBER

public static final int GOOGLE_CLOUD_RESOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

SYSTEM_FIELD_NUMBER

public static final int SYSTEM_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static DataplexExternalTable getDefaultInstance()
Returns
TypeDescription
DataplexExternalTable

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static DataplexExternalTable.Builder newBuilder()
Returns
TypeDescription
DataplexExternalTable.Builder

newBuilder(DataplexExternalTable prototype)

public static DataplexExternalTable.Builder newBuilder(DataplexExternalTable prototype)
Parameter
NameDescription
prototypeDataplexExternalTable
Returns
TypeDescription
DataplexExternalTable.Builder

parseDelimitedFrom(InputStream input)

public static DataplexExternalTable parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DataplexExternalTable
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataplexExternalTable parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataplexExternalTable
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static DataplexExternalTable parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
DataplexExternalTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DataplexExternalTable parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataplexExternalTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DataplexExternalTable parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
DataplexExternalTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DataplexExternalTable parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataplexExternalTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DataplexExternalTable parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
DataplexExternalTable
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DataplexExternalTable parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataplexExternalTable
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static DataplexExternalTable parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DataplexExternalTable
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataplexExternalTable parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataplexExternalTable
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static DataplexExternalTable parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
DataplexExternalTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DataplexExternalTable parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataplexExternalTable
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<DataplexExternalTable> parser()
Returns
TypeDescription
Parser<DataplexExternalTable>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDataCatalogEntry()

public String getDataCatalogEntry()

Name of the Data Catalog entry representing the external table.

string data_catalog_entry = 4;

Returns
TypeDescription
String

The dataCatalogEntry.

getDataCatalogEntryBytes()

public ByteString getDataCatalogEntryBytes()

Name of the Data Catalog entry representing the external table.

string data_catalog_entry = 4;

Returns
TypeDescription
ByteString

The bytes for dataCatalogEntry.

getDefaultInstanceForType()

public DataplexExternalTable getDefaultInstanceForType()
Returns
TypeDescription
DataplexExternalTable

getFullyQualifiedName()

public String getFullyQualifiedName()

Fully qualified name (FQN) of the external table.

string fully_qualified_name = 28;

Returns
TypeDescription
String

The fullyQualifiedName.

getFullyQualifiedNameBytes()

public ByteString getFullyQualifiedNameBytes()

Fully qualified name (FQN) of the external table.

string fully_qualified_name = 28;

Returns
TypeDescription
ByteString

The bytes for fullyQualifiedName.

getGoogleCloudResource()

public String getGoogleCloudResource()

Google Cloud resource name of the external table.

string google_cloud_resource = 3;

Returns
TypeDescription
String

The googleCloudResource.

getGoogleCloudResourceBytes()

public ByteString getGoogleCloudResourceBytes()

Google Cloud resource name of the external table.

string google_cloud_resource = 3;

Returns
TypeDescription
ByteString

The bytes for googleCloudResource.

getParserForType()

public Parser<DataplexExternalTable> getParserForType()
Returns
TypeDescription
Parser<DataplexExternalTable>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSystem()

public IntegratedSystem getSystem()

Service in which the external table is registered.

.google.cloud.datacatalog.v1.IntegratedSystem system = 1;

Returns
TypeDescription
IntegratedSystem

The system.

getSystemValue()

public int getSystemValue()

Service in which the external table is registered.

.google.cloud.datacatalog.v1.IntegratedSystem system = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for system.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public DataplexExternalTable.Builder newBuilderForType()
Returns
TypeDescription
DataplexExternalTable.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DataplexExternalTable.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
DataplexExternalTable.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public DataplexExternalTable.Builder toBuilder()
Returns
TypeDescription
DataplexExternalTable.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException