- 1.58.0 (latest)
- 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 DataplexExternalTable.Builder extends GeneratedMessageV3.Builder<DataplexExternalTable.Builder> 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataplexExternalTable.BuilderImplements
DataplexExternalTableOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataplexExternalTable.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder |
build()
public DataplexExternalTable build()
Returns | |
---|---|
Type | Description |
DataplexExternalTable |
buildPartial()
public DataplexExternalTable buildPartial()
Returns | |
---|---|
Type | Description |
DataplexExternalTable |
clear()
public DataplexExternalTable.Builder clear()
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder |
clearDataCatalogEntry()
public DataplexExternalTable.Builder clearDataCatalogEntry()
Name of the Data Catalog entry representing the external table.
string data_catalog_entry = 4;
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DataplexExternalTable.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder |
clearFullyQualifiedName()
public DataplexExternalTable.Builder clearFullyQualifiedName()
Fully qualified name (FQN) of the external table.
string fully_qualified_name = 28;
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder | This builder for chaining. |
clearGoogleCloudResource()
public DataplexExternalTable.Builder clearGoogleCloudResource()
Google Cloud resource name of the external table.
string google_cloud_resource = 3;
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DataplexExternalTable.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder |
clearSystem()
public DataplexExternalTable.Builder clearSystem()
Service in which the external table is registered.
.google.cloud.datacatalog.v1.IntegratedSystem system = 1;
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder | This builder for chaining. |
clone()
public DataplexExternalTable.Builder clone()
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder |
getDataCatalogEntry()
public String getDataCatalogEntry()
Name of the Data Catalog entry representing the external table.
string data_catalog_entry = 4;
Returns | |
---|---|
Type | Description |
String | The dataCatalogEntry. |
getDataCatalogEntryBytes()
public ByteString getDataCatalogEntryBytes()
Name of the Data Catalog entry representing the external table.
string data_catalog_entry = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for dataCatalogEntry. |
getDefaultInstanceForType()
public DataplexExternalTable getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DataplexExternalTable |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFullyQualifiedName()
public String getFullyQualifiedName()
Fully qualified name (FQN) of the external table.
string fully_qualified_name = 28;
Returns | |
---|---|
Type | Description |
String | The fullyQualifiedName. |
getFullyQualifiedNameBytes()
public ByteString getFullyQualifiedNameBytes()
Fully qualified name (FQN) of the external table.
string fully_qualified_name = 28;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for fullyQualifiedName. |
getGoogleCloudResource()
public String getGoogleCloudResource()
Google Cloud resource name of the external table.
string google_cloud_resource = 3;
Returns | |
---|---|
Type | Description |
String | The googleCloudResource. |
getGoogleCloudResourceBytes()
public ByteString getGoogleCloudResourceBytes()
Google Cloud resource name of the external table.
string google_cloud_resource = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for googleCloudResource. |
getSystem()
public IntegratedSystem getSystem()
Service in which the external table is registered.
.google.cloud.datacatalog.v1.IntegratedSystem system = 1;
Returns | |
---|---|
Type | Description |
IntegratedSystem | The system. |
getSystemValue()
public int getSystemValue()
Service in which the external table is registered.
.google.cloud.datacatalog.v1.IntegratedSystem system = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for system. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(DataplexExternalTable other)
public DataplexExternalTable.Builder mergeFrom(DataplexExternalTable other)
Parameter | |
---|---|
Name | Description |
other | DataplexExternalTable |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataplexExternalTable.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DataplexExternalTable.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataplexExternalTable.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder |
setDataCatalogEntry(String value)
public DataplexExternalTable.Builder setDataCatalogEntry(String value)
Name of the Data Catalog entry representing the external table.
string data_catalog_entry = 4;
Parameter | |
---|---|
Name | Description |
value | String The dataCatalogEntry to set. |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder | This builder for chaining. |
setDataCatalogEntryBytes(ByteString value)
public DataplexExternalTable.Builder setDataCatalogEntryBytes(ByteString value)
Name of the Data Catalog entry representing the external table.
string data_catalog_entry = 4;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for dataCatalogEntry to set. |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DataplexExternalTable.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder |
setFullyQualifiedName(String value)
public DataplexExternalTable.Builder setFullyQualifiedName(String value)
Fully qualified name (FQN) of the external table.
string fully_qualified_name = 28;
Parameter | |
---|---|
Name | Description |
value | String The fullyQualifiedName to set. |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder | This builder for chaining. |
setFullyQualifiedNameBytes(ByteString value)
public DataplexExternalTable.Builder setFullyQualifiedNameBytes(ByteString value)
Fully qualified name (FQN) of the external table.
string fully_qualified_name = 28;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for fullyQualifiedName to set. |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder | This builder for chaining. |
setGoogleCloudResource(String value)
public DataplexExternalTable.Builder setGoogleCloudResource(String value)
Google Cloud resource name of the external table.
string google_cloud_resource = 3;
Parameter | |
---|---|
Name | Description |
value | String The googleCloudResource to set. |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder | This builder for chaining. |
setGoogleCloudResourceBytes(ByteString value)
public DataplexExternalTable.Builder setGoogleCloudResourceBytes(ByteString value)
Google Cloud resource name of the external table.
string google_cloud_resource = 3;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for googleCloudResource to set. |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataplexExternalTable.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder |
setSystem(IntegratedSystem value)
public DataplexExternalTable.Builder setSystem(IntegratedSystem value)
Service in which the external table is registered.
.google.cloud.datacatalog.v1.IntegratedSystem system = 1;
Parameter | |
---|---|
Name | Description |
value | IntegratedSystem The system to set. |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder | This builder for chaining. |
setSystemValue(int value)
public DataplexExternalTable.Builder setSystemValue(int value)
Service in which the external table is registered.
.google.cloud.datacatalog.v1.IntegratedSystem system = 1;
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for system to set. |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataplexExternalTable.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataplexExternalTable.Builder |