Uses of Class
com.google.cloud.clouddms.v1.SynonymEntity
-
Packages that use SynonymEntity Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of SynonymEntity in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return SynonymEntity Modifier and Type Method Description SynonymEntity
SynonymEntity.Builder. build()
SynonymEntity
SynonymEntity.Builder. buildPartial()
static SynonymEntity
SynonymEntity. getDefaultInstance()
SynonymEntity
SynonymEntity.Builder. getDefaultInstanceForType()
SynonymEntity
SynonymEntity. getDefaultInstanceForType()
SynonymEntity
DatabaseEntity.Builder. getSynonym()
Synonym.SynonymEntity
DatabaseEntity. getSynonym()
Synonym.SynonymEntity
DatabaseEntityOrBuilder. getSynonym()
Synonym.static SynonymEntity
SynonymEntity. parseDelimitedFrom(InputStream input)
static SynonymEntity
SynonymEntity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynonymEntity
SynonymEntity. parseFrom(byte[] data)
static SynonymEntity
SynonymEntity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynonymEntity
SynonymEntity. parseFrom(com.google.protobuf.ByteString data)
static SynonymEntity
SynonymEntity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynonymEntity
SynonymEntity. parseFrom(com.google.protobuf.CodedInputStream input)
static SynonymEntity
SynonymEntity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynonymEntity
SynonymEntity. parseFrom(InputStream input)
static SynonymEntity
SynonymEntity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SynonymEntity
SynonymEntity. parseFrom(ByteBuffer data)
static SynonymEntity
SynonymEntity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type SynonymEntity Modifier and Type Method Description com.google.protobuf.Parser<SynonymEntity>
SynonymEntity. getParserForType()
static com.google.protobuf.Parser<SynonymEntity>
SynonymEntity. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type SynonymEntity Modifier and Type Method Description SynonymEntity.Builder
SynonymEntity.Builder. mergeFrom(SynonymEntity other)
DatabaseEntity.Builder
DatabaseEntity.Builder. mergeSynonym(SynonymEntity value)
Synonym.static SynonymEntity.Builder
SynonymEntity. newBuilder(SynonymEntity prototype)
DatabaseEntity.Builder
DatabaseEntity.Builder. setSynonym(SynonymEntity value)
Synonym.
-