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