Class RoundToScale (2.41.0)

public final class RoundToScale extends GeneratedMessageV3 implements RoundToScaleOrBuilder

This allows the data to change scale, for example if the source is 2 digits after the decimal point, specify round to scale value = 2. If for example the value needs to be converted to an integer, use round to scale value = 0.

Protobuf type google.cloud.clouddms.v1.RoundToScale

Static Fields

SCALE_FIELD_NUMBER

public static final int SCALE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RoundToScale getDefaultInstance()
Returns
Type Description
RoundToScale

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static RoundToScale.Builder newBuilder()
Returns
Type Description
RoundToScale.Builder

newBuilder(RoundToScale prototype)

public static RoundToScale.Builder newBuilder(RoundToScale prototype)
Parameter
Name Description
prototype RoundToScale
Returns
Type Description
RoundToScale.Builder

parseDelimitedFrom(InputStream input)

public static RoundToScale parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RoundToScale
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RoundToScale parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoundToScale
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RoundToScale parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RoundToScale
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RoundToScale parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoundToScale
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RoundToScale parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RoundToScale
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RoundToScale parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoundToScale
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RoundToScale parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RoundToScale
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RoundToScale parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoundToScale
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RoundToScale parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RoundToScale
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RoundToScale parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoundToScale
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RoundToScale parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RoundToScale
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RoundToScale parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoundToScale
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RoundToScale> parser()
Returns
Type Description
Parser<RoundToScale>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public RoundToScale getDefaultInstanceForType()
Returns
Type Description
RoundToScale

getParserForType()

public Parser<RoundToScale> getParserForType()
Returns
Type Description
Parser<RoundToScale>
Overrides

getScale()

public int getScale()

Required. Scale value to be used

int32 scale = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The scale.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RoundToScale.Builder newBuilderForType()
Returns
Type Description
RoundToScale.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RoundToScale.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RoundToScale.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RoundToScale.Builder toBuilder()
Returns
Type Description
RoundToScale.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException