Uses of Interface
com.google.cloud.clouddms.v1.IndexEntityOrBuilder
-
Packages that use IndexEntityOrBuilder Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of IndexEntityOrBuilder in com.google.cloud.clouddms.v1
Classes in com.google.cloud.clouddms.v1 that implement IndexEntityOrBuilder Modifier and Type Class Description class
IndexEntity
Index is not used as an independent entity, it is retrieved as part of a Table entity.static class
IndexEntity.Builder
Index is not used as an independent entity, it is retrieved as part of a Table entity.Methods in com.google.cloud.clouddms.v1 that return IndexEntityOrBuilder Modifier and Type Method Description IndexEntityOrBuilder
TableEntity.Builder. getIndicesOrBuilder(int index)
Table indices.IndexEntityOrBuilder
TableEntity. getIndicesOrBuilder(int index)
Table indices.IndexEntityOrBuilder
TableEntityOrBuilder. getIndicesOrBuilder(int index)
Table indices.Methods in com.google.cloud.clouddms.v1 that return types with arguments of type IndexEntityOrBuilder Modifier and Type Method Description List<? extends IndexEntityOrBuilder>
TableEntity.Builder. getIndicesOrBuilderList()
Table indices.List<? extends IndexEntityOrBuilder>
TableEntity. getIndicesOrBuilderList()
Table indices.List<? extends IndexEntityOrBuilder>
TableEntityOrBuilder. getIndicesOrBuilderList()
Table indices.
-