Interface DataplexSpecOrBuilder (1.9.3)

public interface DataplexSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAsset()

public abstract String getAsset()

Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.

string asset = 1;

Returns
TypeDescription
String

The asset.

getAssetBytes()

public abstract ByteString getAssetBytes()

Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.

string asset = 1;

Returns
TypeDescription
ByteString

The bytes for asset.

getCompressionFormat()

public abstract String getCompressionFormat()

Compression format of the data, e.g., zip, gzip etc.

string compression_format = 3;

Returns
TypeDescription
String

The compressionFormat.

getCompressionFormatBytes()

public abstract ByteString getCompressionFormatBytes()

Compression format of the data, e.g., zip, gzip etc.

string compression_format = 3;

Returns
TypeDescription
ByteString

The bytes for compressionFormat.

getDataFormat()

public abstract PhysicalSchema getDataFormat()

Format of the data.

.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;

Returns
TypeDescription
PhysicalSchema

The dataFormat.

getDataFormatOrBuilder()

public abstract PhysicalSchemaOrBuilder getDataFormatOrBuilder()

Format of the data.

.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;

Returns
TypeDescription
PhysicalSchemaOrBuilder

getProjectId()

public abstract String getProjectId()

Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.

string project_id = 4;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.

string project_id = 4;

Returns
TypeDescription
ByteString

The bytes for projectId.

hasDataFormat()

public abstract boolean hasDataFormat()

Format of the data.

.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;

Returns
TypeDescription
boolean

Whether the dataFormat field is set.