public static interface DiscoveryEvent.TableDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTable()
public abstract String getTable()
The fully-qualified resource name of the table resource.
string table = 1;
Returns | |
---|---|
Type | Description |
String |
The table. |
getTableBytes()
public abstract ByteString getTableBytes()
The fully-qualified resource name of the table resource.
string table = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for table. |
getType()
public abstract DiscoveryEvent.TableType getType()
The type of the table resource.
.google.cloud.dataplex.v1.DiscoveryEvent.TableType type = 2;
Returns | |
---|---|
Type | Description |
DiscoveryEvent.TableType |
The type. |
getTypeValue()
public abstract int getTypeValue()
The type of the table resource.
.google.cloud.dataplex.v1.DiscoveryEvent.TableType type = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |