public static final class SynonymEntity.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder> implements SynonymEntityOrBuilder
Synonym's parent is a schema.Protobuf type
google.cloud.clouddms.v1.SynonymEntity| Modifier and Type | Method and Description |
|---|---|
SynonymEntity.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SynonymEntity |
build() |
SynonymEntity |
buildPartial() |
SynonymEntity.Builder |
clear() |
SynonymEntity.Builder |
clearCustomFeatures()
Custom engine specific features.
|
SynonymEntity.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SynonymEntity.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SynonymEntity.Builder |
clearSourceEntity()
The name of the entity for which the synonym is being created (the source).
|
SynonymEntity.Builder |
clearSourceType()
The type of the entity for which the synonym is being created
(usually a table or a sequence).
|
SynonymEntity.Builder |
clone() |
com.google.protobuf.Struct |
getCustomFeatures()
Custom engine specific features.
|
com.google.protobuf.Struct.Builder |
getCustomFeaturesBuilder()
Custom engine specific features.
|
com.google.protobuf.StructOrBuilder |
getCustomFeaturesOrBuilder()
Custom engine specific features.
|
SynonymEntity |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SynonymEntity.Builder |
mergeCustomFeatures(com.google.protobuf.Struct value)
Custom engine specific features.
|
SynonymEntity.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SynonymEntity.Builder |
mergeFrom(com.google.protobuf.Message other) |
SynonymEntity.Builder |
mergeFrom(SynonymEntity other) |
SynonymEntity.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SynonymEntity.Builder |
setCustomFeatures(com.google.protobuf.Struct.Builder builderForValue)
Custom engine specific features.
|
SynonymEntity.Builder |
setCustomFeatures(com.google.protobuf.Struct value)
Custom engine specific features.
|
SynonymEntity.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SynonymEntity.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SynonymEntity.Builder |
setSourceEntity(String value)
The name of the entity for which the synonym is being created (the source).
|
SynonymEntity.Builder |
setSourceEntityBytes(com.google.protobuf.ByteString value)
The name of the entity for which the synonym is being created (the source).
|
SynonymEntity.Builder |
setSourceType(DatabaseEntityType value)
The type of the entity for which the synonym is being created
(usually a table or a sequence).
|
SynonymEntity.Builder |
setSourceTypeValue(int value)
The type of the entity for which the synonym is being created
(usually a table or a sequence).
|
SynonymEntity.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder>public SynonymEntity.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder>public SynonymEntity getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SynonymEntity build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SynonymEntity buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SynonymEntity.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder>public SynonymEntity.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder>public SynonymEntity.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder>public SynonymEntity.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder>public SynonymEntity.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder>public SynonymEntity.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder>public SynonymEntity.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SynonymEntity.Builder>public SynonymEntity.Builder mergeFrom(SynonymEntity other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder>public SynonymEntity.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SynonymEntity.Builder>IOExceptionpublic String getSourceEntity()
The name of the entity for which the synonym is being created (the source).
string source_entity = 1;getSourceEntity in interface SynonymEntityOrBuilderpublic com.google.protobuf.ByteString getSourceEntityBytes()
The name of the entity for which the synonym is being created (the source).
string source_entity = 1;getSourceEntityBytes in interface SynonymEntityOrBuilderpublic SynonymEntity.Builder setSourceEntity(String value)
The name of the entity for which the synonym is being created (the source).
string source_entity = 1;value - The sourceEntity to set.public SynonymEntity.Builder clearSourceEntity()
The name of the entity for which the synonym is being created (the source).
string source_entity = 1;public SynonymEntity.Builder setSourceEntityBytes(com.google.protobuf.ByteString value)
The name of the entity for which the synonym is being created (the source).
string source_entity = 1;value - The bytes for sourceEntity to set.public 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;getSourceTypeValue in interface SynonymEntityOrBuilderpublic SynonymEntity.Builder setSourceTypeValue(int value)
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;value - The enum numeric value on the wire for sourceType to set.public 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;getSourceType in interface SynonymEntityOrBuilderpublic SynonymEntity.Builder setSourceType(DatabaseEntityType value)
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;value - The sourceType to set.public SynonymEntity.Builder clearSourceType()
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;public boolean hasCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;hasCustomFeatures in interface SynonymEntityOrBuilderpublic com.google.protobuf.Struct getCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;getCustomFeatures in interface SynonymEntityOrBuilderpublic SynonymEntity.Builder setCustomFeatures(com.google.protobuf.Struct value)
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;public SynonymEntity.Builder setCustomFeatures(com.google.protobuf.Struct.Builder builderForValue)
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;public SynonymEntity.Builder mergeCustomFeatures(com.google.protobuf.Struct value)
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;public SynonymEntity.Builder clearCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;public com.google.protobuf.Struct.Builder getCustomFeaturesBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;public com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;getCustomFeaturesOrBuilder in interface SynonymEntityOrBuilderpublic final SynonymEntity.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder>public final SynonymEntity.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SynonymEntity.Builder>Copyright © 2024 Google LLC. All rights reserved.