public static final class IndexEntity.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<IndexEntity.Builder> implements IndexEntityOrBuilder
Index is not used as an independent entity, it is retrieved as part of a Table entity.Protobuf type
google.cloud.clouddms.v1.IndexEntity| Modifier and Type | Method and Description |
|---|---|
IndexEntity.Builder |
addAllTableColumns(Iterable<String> values)
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
IndexEntity.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IndexEntity.Builder |
addTableColumns(String value)
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
IndexEntity.Builder |
addTableColumnsBytes(com.google.protobuf.ByteString value)
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
IndexEntity |
build() |
IndexEntity |
buildPartial() |
IndexEntity.Builder |
clear() |
IndexEntity.Builder |
clearCustomFeatures()
Custom engine specific features.
|
IndexEntity.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
IndexEntity.Builder |
clearName()
The name of the index.
|
IndexEntity.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
IndexEntity.Builder |
clearTableColumns()
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
IndexEntity.Builder |
clearType()
Type of index, for example B-TREE.
|
IndexEntity.Builder |
clearUnique()
Boolean value indicating whether the index is unique.
|
IndexEntity.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.
|
IndexEntity |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getName()
The name of the index.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the index.
|
String |
getTableColumns(int index)
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
com.google.protobuf.ByteString |
getTableColumnsBytes(int index)
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
int |
getTableColumnsCount()
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
com.google.protobuf.ProtocolStringList |
getTableColumnsList()
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
String |
getType()
Type of index, for example B-TREE.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of index, for example B-TREE.
|
boolean |
getUnique()
Boolean value indicating whether the index is unique.
|
boolean |
hasCustomFeatures()
Custom engine specific features.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
IndexEntity.Builder |
mergeCustomFeatures(com.google.protobuf.Struct value)
Custom engine specific features.
|
IndexEntity.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
IndexEntity.Builder |
mergeFrom(IndexEntity other) |
IndexEntity.Builder |
mergeFrom(com.google.protobuf.Message other) |
IndexEntity.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
IndexEntity.Builder |
setCustomFeatures(com.google.protobuf.Struct.Builder builderForValue)
Custom engine specific features.
|
IndexEntity.Builder |
setCustomFeatures(com.google.protobuf.Struct value)
Custom engine specific features.
|
IndexEntity.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IndexEntity.Builder |
setName(String value)
The name of the index.
|
IndexEntity.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The name of the index.
|
IndexEntity.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
IndexEntity.Builder |
setTableColumns(int index,
String value)
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
IndexEntity.Builder |
setType(String value)
Type of index, for example B-TREE.
|
IndexEntity.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
Type of index, for example B-TREE.
|
IndexEntity.Builder |
setUnique(boolean value)
Boolean value indicating whether the index is unique.
|
IndexEntity.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<IndexEntity.Builder>public IndexEntity.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<IndexEntity.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<IndexEntity.Builder>public IndexEntity getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic IndexEntity build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic IndexEntity buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic IndexEntity.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<IndexEntity.Builder>public IndexEntity.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<IndexEntity.Builder>public IndexEntity.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<IndexEntity.Builder>public IndexEntity.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<IndexEntity.Builder>public IndexEntity.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<IndexEntity.Builder>public IndexEntity.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<IndexEntity.Builder>public IndexEntity.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<IndexEntity.Builder>public IndexEntity.Builder mergeFrom(IndexEntity other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<IndexEntity.Builder>public IndexEntity.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<IndexEntity.Builder>IOExceptionpublic String getName()
The name of the index.
string name = 1;getName in interface IndexEntityOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of the index.
string name = 1;getNameBytes in interface IndexEntityOrBuilderpublic IndexEntity.Builder setName(String value)
The name of the index.
string name = 1;value - The name to set.public IndexEntity.Builder clearName()
The name of the index.
string name = 1;public IndexEntity.Builder setNameBytes(com.google.protobuf.ByteString value)
The name of the index.
string name = 1;value - The bytes for name to set.public String getType()
Type of index, for example B-TREE.
string type = 2;getType in interface IndexEntityOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
Type of index, for example B-TREE.
string type = 2;getTypeBytes in interface IndexEntityOrBuilderpublic IndexEntity.Builder setType(String value)
Type of index, for example B-TREE.
string type = 2;value - The type to set.public IndexEntity.Builder clearType()
Type of index, for example B-TREE.
string type = 2;public IndexEntity.Builder setTypeBytes(com.google.protobuf.ByteString value)
Type of index, for example B-TREE.
string type = 2;value - The bytes for type to set.public com.google.protobuf.ProtocolStringList getTableColumnsList()
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;getTableColumnsList in interface IndexEntityOrBuilderpublic int getTableColumnsCount()
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;getTableColumnsCount in interface IndexEntityOrBuilderpublic String getTableColumns(int index)
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;getTableColumns in interface IndexEntityOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getTableColumnsBytes(int index)
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;getTableColumnsBytes in interface IndexEntityOrBuilderindex - The index of the value to return.public IndexEntity.Builder setTableColumns(int index, String value)
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;index - The index to set the value at.value - The tableColumns to set.public IndexEntity.Builder addTableColumns(String value)
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;value - The tableColumns to add.public IndexEntity.Builder addAllTableColumns(Iterable<String> values)
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;values - The tableColumns to add.public IndexEntity.Builder clearTableColumns()
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;public IndexEntity.Builder addTableColumnsBytes(com.google.protobuf.ByteString value)
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;value - The bytes of the tableColumns to add.public boolean getUnique()
Boolean value indicating whether the index is unique.
bool unique = 4;getUnique in interface IndexEntityOrBuilderpublic IndexEntity.Builder setUnique(boolean value)
Boolean value indicating whether the index is unique.
bool unique = 4;value - The unique to set.public IndexEntity.Builder clearUnique()
Boolean value indicating whether the index is unique.
bool unique = 4;public boolean hasCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;hasCustomFeatures in interface IndexEntityOrBuilderpublic com.google.protobuf.Struct getCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;getCustomFeatures in interface IndexEntityOrBuilderpublic IndexEntity.Builder setCustomFeatures(com.google.protobuf.Struct value)
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;public IndexEntity.Builder setCustomFeatures(com.google.protobuf.Struct.Builder builderForValue)
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;public IndexEntity.Builder mergeCustomFeatures(com.google.protobuf.Struct value)
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;public IndexEntity.Builder clearCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;public com.google.protobuf.Struct.Builder getCustomFeaturesBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;public com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;getCustomFeaturesOrBuilder in interface IndexEntityOrBuilderpublic final IndexEntity.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IndexEntity.Builder>public final IndexEntity.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<IndexEntity.Builder>Copyright © 2024 Google LLC. All rights reserved.