- 1.89.0 (latest)
- 1.88.0
- 1.87.0
- 1.86.0
- 1.84.0
- 1.82.0
- 1.81.0
- 1.80.0
- 1.79.0
- 1.78.0
- 1.76.0
- 1.74.0
- 1.73.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.5
- 1.8.4
- 1.7.2
- 1.6.2
- 1.5.4
public static final class DataplexSpec.Builder extends GeneratedMessage.Builder<DataplexSpec.Builder> implements DataplexSpecOrBuilderCommon Dataplex fields.
Protobuf type google.cloud.datacatalog.v1.DataplexSpec
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DataplexSpec.BuilderImplements
DataplexSpecOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DataplexSpec build()| Returns | |
|---|---|
| Type | Description |
DataplexSpec |
|
buildPartial()
public DataplexSpec buildPartial()| Returns | |
|---|---|
| Type | Description |
DataplexSpec |
|
clear()
public DataplexSpec.Builder clear()| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
|
clearAsset()
public DataplexSpec.Builder clearAsset()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 | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
This builder for chaining. |
clearCompressionFormat()
public DataplexSpec.Builder clearCompressionFormat()Compression format of the data, e.g., zip, gzip etc.
string compression_format = 3;
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
This builder for chaining. |
clearDataFormat()
public DataplexSpec.Builder clearDataFormat()Format of the data.
.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
|
clearProjectId()
public DataplexSpec.Builder clearProjectId()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 | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
This builder for chaining. |
getAsset()
public 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 | |
|---|---|
| Type | Description |
String |
The asset. |
getAssetBytes()
public 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for asset. |
getCompressionFormat()
public String getCompressionFormat()Compression format of the data, e.g., zip, gzip etc.
string compression_format = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The compressionFormat. |
getCompressionFormatBytes()
public ByteString getCompressionFormatBytes()Compression format of the data, e.g., zip, gzip etc.
string compression_format = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for compressionFormat. |
getDataFormat()
public PhysicalSchema getDataFormat()Format of the data.
.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;
| Returns | |
|---|---|
| Type | Description |
PhysicalSchema |
The dataFormat. |
getDataFormatBuilder()
public PhysicalSchema.Builder getDataFormatBuilder()Format of the data.
.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;
| Returns | |
|---|---|
| Type | Description |
PhysicalSchema.Builder |
|
getDataFormatOrBuilder()
public PhysicalSchemaOrBuilder getDataFormatOrBuilder()Format of the data.
.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;
| Returns | |
|---|---|
| Type | Description |
PhysicalSchemaOrBuilder |
|
getDefaultInstanceForType()
public DataplexSpec getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataplexSpec |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProjectId()
public 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 | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
hasDataFormat()
public boolean hasDataFormat()Format of the data.
.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataFormat field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDataFormat(PhysicalSchema value)
public DataplexSpec.Builder mergeDataFormat(PhysicalSchema value)Format of the data.
.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
PhysicalSchema |
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
|
mergeFrom(DataplexSpec other)
public DataplexSpec.Builder mergeFrom(DataplexSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
DataplexSpec |
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataplexSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DataplexSpec.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
|
setAsset(String value)
public DataplexSpec.Builder setAsset(String value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe asset to set. |
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
This builder for chaining. |
setAssetBytes(ByteString value)
public DataplexSpec.Builder setAssetBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for asset to set. |
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
This builder for chaining. |
setCompressionFormat(String value)
public DataplexSpec.Builder setCompressionFormat(String value)Compression format of the data, e.g., zip, gzip etc.
string compression_format = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe compressionFormat to set. |
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
This builder for chaining. |
setCompressionFormatBytes(ByteString value)
public DataplexSpec.Builder setCompressionFormatBytes(ByteString value)Compression format of the data, e.g., zip, gzip etc.
string compression_format = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for compressionFormat to set. |
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
This builder for chaining. |
setDataFormat(PhysicalSchema value)
public DataplexSpec.Builder setDataFormat(PhysicalSchema value)Format of the data.
.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
PhysicalSchema |
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
|
setDataFormat(PhysicalSchema.Builder builderForValue)
public DataplexSpec.Builder setDataFormat(PhysicalSchema.Builder builderForValue)Format of the data.
.google.cloud.datacatalog.v1.PhysicalSchema data_format = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PhysicalSchema.Builder |
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
|
setProjectId(String value)
public DataplexSpec.Builder setProjectId(String value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe projectId to set. |
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
public DataplexSpec.Builder setProjectIdBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for projectId to set. |
| Returns | |
|---|---|
| Type | Description |
DataplexSpec.Builder |
This builder for chaining. |