public interface DataplexSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.google.protobuf.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 |
getCompressionFormat()
Compression format of the data, e.g., zip, gzip etc.
|
com.google.protobuf.ByteString |
getCompressionFormatBytes()
Compression format of the data, e.g., zip, gzip etc.
|
PhysicalSchema |
getDataFormat()
Format of the data.
|
PhysicalSchemaOrBuilder |
getDataFormatOrBuilder()
Format of the data.
|
String |
getProjectId()
Project ID of the underlying Cloud Storage or BigQuery data.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Project ID of the underlying Cloud Storage or BigQuery data.
|
boolean |
hasDataFormat()
Format of the data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;boolean hasDataFormat()
Format of the data.
.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;PhysicalSchema getDataFormat()
Format of the data.
.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;PhysicalSchemaOrBuilder getDataFormatOrBuilder()
Format of the data.
.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;String getCompressionFormat()
Compression format of the data, e.g., zip, gzip etc.
string compression_format = 3;com.google.protobuf.ByteString getCompressionFormatBytes()
Compression format of the data, e.g., zip, gzip etc.
string compression_format = 3;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.