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