Class ValueBinder<R> (2.16.1)

public abstract class ValueBinder<R>

Inheritance

java.lang.Object > ValueBinder<R>

Type Parameter

NameDescription
R

Methods

to(boolean arg0)

public R to(boolean arg0)
Parameter
NameDescription
arg0boolean
Returns
TypeDescription
R

to(ByteArray arg0)

public R to(ByteArray arg0)
Parameter
NameDescription
arg0com.google.cloud.ByteArray
Returns
TypeDescription
R

to(ByteArray arg0, Descriptors.Descriptor arg1)

public R to(ByteArray arg0, Descriptors.Descriptor arg1)
Parameters
NameDescription
arg0com.google.cloud.ByteArray
arg1Descriptor
Returns
TypeDescription
R

to(ByteArray arg0, String arg1)

public R to(ByteArray arg0, String arg1)
Parameters
NameDescription
arg0com.google.cloud.ByteArray
arg1String
Returns
TypeDescription
R

to(Date arg0)

public R to(Date arg0)
Parameter
NameDescription
arg0com.google.cloud.Date
Returns
TypeDescription
R

to(Timestamp arg0)

public R to(Timestamp arg0)
Parameter
NameDescription
arg0com.google.cloud.Timestamp
Returns
TypeDescription
R

to(Struct arg0)

public R to(Struct arg0)
Parameter
NameDescription
arg0Struct
Returns
TypeDescription
R

to(Type arg0, Struct arg1)

public R to(Type arg0, Struct arg1)
Parameters
NameDescription
arg0Type
arg1Struct
Returns
TypeDescription
R

to(Value arg0)

public R to(Value arg0)
Parameter
NameDescription
arg0Value
Returns
TypeDescription
R

to(AbstractMessage arg0)

public R to(AbstractMessage arg0)
Parameter
NameDescription
arg0AbstractMessage
Returns
TypeDescription
R

to(ProtocolMessageEnum arg0)

public R to(ProtocolMessageEnum arg0)
Parameter
NameDescription
arg0ProtocolMessageEnum
Returns
TypeDescription
R

to(double arg0)

public R to(double arg0)
Parameter
NameDescription
arg0double
Returns
TypeDescription
R

to(float arg0)

public R to(float arg0)
Parameter
NameDescription
arg0float
Returns
TypeDescription
R

to(Boolean arg0)

public R to(Boolean arg0)
Parameter
NameDescription
arg0Boolean
Returns
TypeDescription
R

to(Double arg0)

public R to(Double arg0)
Parameter
NameDescription
arg0Double
Returns
TypeDescription
R

to(Float arg0)

public R to(Float arg0)
Parameter
NameDescription
arg0Float
Returns
TypeDescription
R

to(Long arg0)

public R to(Long arg0)
Parameter
NameDescription
arg0Long
Returns
TypeDescription
R

to(Long arg0, Descriptors.EnumDescriptor arg1)

public R to(Long arg0, Descriptors.EnumDescriptor arg1)
Parameters
NameDescription
arg0Long
arg1EnumDescriptor
Returns
TypeDescription
R

to(Long arg0, String arg1)

public R to(Long arg0, String arg1)
Parameters
NameDescription
arg0Long
arg1String
Returns
TypeDescription
R

to(String arg0)

public R to(String arg0)
Parameter
NameDescription
arg0String
Returns
TypeDescription
R

to(BigDecimal arg0)

public R to(BigDecimal arg0)
Parameter
NameDescription
arg0BigDecimal
Returns
TypeDescription
R

to(long arg0)

public R to(long arg0)
Parameter
NameDescription
arg0long
Returns
TypeDescription
R

to(long arg0, String arg1)

public R to(long arg0, String arg1)
Parameters
NameDescription
arg0long
arg1String
Returns
TypeDescription
R

toBoolArray(boolean[] arg0)

public R toBoolArray(boolean[] arg0)
Parameter
NameDescription
arg0boolean[]
Returns
TypeDescription
R

toBoolArray(boolean[] arg0, int arg1, int arg2)

public R toBoolArray(boolean[] arg0, int arg1, int arg2)
Parameters
NameDescription
arg0boolean[]
arg1int
arg2int
Returns
TypeDescription
R

toBoolArray(Iterable<Boolean> arg0)

public R toBoolArray(Iterable<Boolean> arg0)
Parameter
NameDescription
arg0Iterable<Boolean>
Returns
TypeDescription
R

toBytesArray(Iterable<ByteArray> arg0)

public R toBytesArray(Iterable<ByteArray> arg0)
Parameter
NameDescription
arg0Iterable<com.google.cloud.ByteArray>
Returns
TypeDescription
R

toBytesArrayFromBase64(Iterable<String> arg0)

public R toBytesArrayFromBase64(Iterable<String> arg0)
Parameter
NameDescription
arg0Iterable<String>
Returns
TypeDescription
R

toDateArray(Iterable<Date> arg0)

public R toDateArray(Iterable<Date> arg0)
Parameter
NameDescription
arg0Iterable<com.google.cloud.Date>
Returns
TypeDescription
R

toFloat32Array(float[] arg0)

public R toFloat32Array(float[] arg0)
Parameter
NameDescription
arg0float[]
Returns
TypeDescription
R

toFloat32Array(float[] arg0, int arg1, int arg2)

public R toFloat32Array(float[] arg0, int arg1, int arg2)
Parameters
NameDescription
arg0float[]
arg1int
arg2int
Returns
TypeDescription
R

toFloat32Array(Iterable<Float> arg0)

public R toFloat32Array(Iterable<Float> arg0)
Parameter
NameDescription
arg0Iterable<Float>
Returns
TypeDescription
R

toFloat64Array(double[] arg0)

public R toFloat64Array(double[] arg0)
Parameter
NameDescription
arg0double[]
Returns
TypeDescription
R

toFloat64Array(double[] arg0, int arg1, int arg2)

public R toFloat64Array(double[] arg0, int arg1, int arg2)
Parameters
NameDescription
arg0double[]
arg1int
arg2int
Returns
TypeDescription
R

toFloat64Array(Iterable<Double> arg0)

public R toFloat64Array(Iterable<Double> arg0)
Parameter
NameDescription
arg0Iterable<Double>
Returns
TypeDescription
R

toInt64Array(Iterable<Long> arg0)

public R toInt64Array(Iterable<Long> arg0)
Parameter
NameDescription
arg0Iterable<Long>
Returns
TypeDescription
R

toInt64Array(long[] arg0)

public R toInt64Array(long[] arg0)
Parameter
NameDescription
arg0long[]
Returns
TypeDescription
R

toInt64Array(long[] arg0, int arg1, int arg2)

public R toInt64Array(long[] arg0, int arg1, int arg2)
Parameters
NameDescription
arg0long[]
arg1int
arg2int
Returns
TypeDescription
R

toJsonArray(Iterable<String> arg0)

public R toJsonArray(Iterable<String> arg0)
Parameter
NameDescription
arg0Iterable<String>
Returns
TypeDescription
R

toNumericArray(Iterable<BigDecimal> arg0)

public R toNumericArray(Iterable<BigDecimal> arg0)
Parameter
NameDescription
arg0Iterable<BigDecimal>
Returns
TypeDescription
R

toPgJsonbArray(Iterable<String> arg0)

public R toPgJsonbArray(Iterable<String> arg0)
Parameter
NameDescription
arg0Iterable<String>
Returns
TypeDescription
R

toPgNumericArray(Iterable<String> arg0)

public R toPgNumericArray(Iterable<String> arg0)
Parameter
NameDescription
arg0Iterable<String>
Returns
TypeDescription
R

toProtoEnumArray(Iterable<ProtocolMessageEnum> arg0, Descriptors.EnumDescriptor arg1)

public R toProtoEnumArray(Iterable<ProtocolMessageEnum> arg0, Descriptors.EnumDescriptor arg1)
Parameters
NameDescription
arg0Iterable<ProtocolMessageEnum>
arg1EnumDescriptor
Returns
TypeDescription
R

toProtoEnumArray(Iterable<Long> arg0, String arg1)

public R toProtoEnumArray(Iterable<Long> arg0, String arg1)
Parameters
NameDescription
arg0Iterable<Long>
arg1String
Returns
TypeDescription
R

toProtoMessageArray(Iterable<ByteArray> arg0, String arg1)

public R toProtoMessageArray(Iterable<ByteArray> arg0, String arg1)
Parameters
NameDescription
arg0Iterable<com.google.cloud.ByteArray>
arg1String
Returns
TypeDescription
R

toProtoMessageArray(Iterable<AbstractMessage> arg0, Descriptors.Descriptor arg1)

public R toProtoMessageArray(Iterable<AbstractMessage> arg0, Descriptors.Descriptor arg1)
Parameters
NameDescription
arg0Iterable<AbstractMessage>
arg1Descriptor
Returns
TypeDescription
R

toStringArray(Iterable<String> arg0)

public R toStringArray(Iterable<String> arg0)
Parameter
NameDescription
arg0Iterable<String>
Returns
TypeDescription
R

toStructArray(Type arg0, Iterable<Struct> arg1)

public R toStructArray(Type arg0, Iterable<Struct> arg1)
Parameters
NameDescription
arg0Type
arg1Iterable<Struct>
Returns
TypeDescription
R

toTimestampArray(Iterable<Timestamp> arg0)

public R toTimestampArray(Iterable<Timestamp> arg0)
Parameter
NameDescription
arg0Iterable<com.google.cloud.Timestamp>
Returns
TypeDescription
R