public interface SynonymEntityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomFeatures()
public abstract Struct getCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Returns | |
|---|---|
| Type | Description |
Struct |
The customFeatures. |
getCustomFeaturesOrBuilder()
public abstract StructOrBuilder getCustomFeaturesOrBuilder()Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getSourceEntity()
public abstract String getSourceEntity()The name of the entity for which the synonym is being created (the source).
string source_entity = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceEntity. |
getSourceEntityBytes()
public abstract ByteString getSourceEntityBytes()The name of the entity for which the synonym is being created (the source).
string source_entity = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceEntity. |
getSourceType()
public abstract DatabaseEntityType getSourceType()The type of the entity for which the synonym is being created (usually a table or a sequence).
.google.cloud.clouddms.v1.DatabaseEntityType source_type = 2;
| Returns | |
|---|---|
| Type | Description |
DatabaseEntityType |
The sourceType. |
getSourceTypeValue()
public abstract int getSourceTypeValue()The type of the entity for which the synonym is being created (usually a table or a sequence).
.google.cloud.clouddms.v1.DatabaseEntityType source_type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for sourceType. |
hasCustomFeatures()
public abstract boolean hasCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customFeatures field is set. |