Interface SynonymEntityOrBuilder (2.40.0)

public interface SynonymEntityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomFeatures()

public abstract Struct getCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 3;

Returns
TypeDescription
Struct

The customFeatures.

getCustomFeaturesOrBuilder()

public abstract StructOrBuilder getCustomFeaturesOrBuilder()

Custom engine specific features.

.google.protobuf.Struct custom_features = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the customFeatures field is set.