public interface SynonymEntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getCustomFeatures()
Custom engine specific features.
|
com.google.protobuf.StructOrBuilder |
getCustomFeaturesOrBuilder()
Custom engine specific features.
|
String |
getSourceEntity()
The name of the entity for which the synonym is being created (the source).
|
com.google.protobuf.ByteString |
getSourceEntityBytes()
The name of the entity for which the synonym is being created (the source).
|
DatabaseEntityType |
getSourceType()
The type of the entity for which the synonym is being created
(usually a table or a sequence).
|
int |
getSourceTypeValue()
The type of the entity for which the synonym is being created
(usually a table or a sequence).
|
boolean |
hasCustomFeatures()
Custom engine specific features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSourceEntity()
The name of the entity for which the synonym is being created (the source).
string source_entity = 1;com.google.protobuf.ByteString getSourceEntityBytes()
The name of the entity for which the synonym is being created (the source).
string source_entity = 1;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;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;boolean hasCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;com.google.protobuf.Struct getCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;Copyright © 2024 Google LLC. All rights reserved.