public abstract class ValueBinder<R>
Type Parameter |
Name |
Description |
R |
|
Methods
to(boolean arg0)
public R to(boolean arg0)
Parameter |
Name |
Description |
arg0 |
boolean
|
Returns |
Type |
Description |
R |
|
to(ByteArray arg0)
public R to(ByteArray arg0)
Parameter |
Name |
Description |
arg0 |
com.google.cloud.ByteArray
|
Returns |
Type |
Description |
R |
|
to(ByteArray arg0, Descriptors.Descriptor arg1)
public R to(ByteArray arg0, Descriptors.Descriptor arg1)
Parameters |
Name |
Description |
arg0 |
com.google.cloud.ByteArray
|
arg1 |
Descriptor
|
Returns |
Type |
Description |
R |
|
to(ByteArray arg0, String arg1)
public R to(ByteArray arg0, String arg1)
Parameters |
Name |
Description |
arg0 |
com.google.cloud.ByteArray
|
arg1 |
String
|
Returns |
Type |
Description |
R |
|
to(Date arg0)
Parameter |
Name |
Description |
arg0 |
com.google.cloud.Date
|
Returns |
Type |
Description |
R |
|
to(Timestamp arg0)
public R to(Timestamp arg0)
Parameter |
Name |
Description |
arg0 |
com.google.cloud.Timestamp
|
Returns |
Type |
Description |
R |
|
to(Struct arg0)
Parameter |
Name |
Description |
arg0 |
Struct
|
Returns |
Type |
Description |
R |
|
to(Type arg0, Struct arg1)
public R to(Type arg0, Struct arg1)
Returns |
Type |
Description |
R |
|
to(Value arg0)
Parameter |
Name |
Description |
arg0 |
Value
|
Returns |
Type |
Description |
R |
|
to(AbstractMessage arg0)
public R to(AbstractMessage arg0)
Returns |
Type |
Description |
R |
|
to(ProtocolMessageEnum arg0)
public R to(ProtocolMessageEnum arg0)
Returns |
Type |
Description |
R |
|
to(double arg0)
Parameter |
Name |
Description |
arg0 |
double
|
Returns |
Type |
Description |
R |
|
to(float arg0)
Parameter |
Name |
Description |
arg0 |
float
|
Returns |
Type |
Description |
R |
|
to(Boolean arg0)
public R to(Boolean arg0)
Parameter |
Name |
Description |
arg0 |
Boolean
|
Returns |
Type |
Description |
R |
|
to(Double arg0)
Parameter |
Name |
Description |
arg0 |
Double
|
Returns |
Type |
Description |
R |
|
to(Float arg0)
Parameter |
Name |
Description |
arg0 |
Float
|
Returns |
Type |
Description |
R |
|
to(Long arg0)
Parameter |
Name |
Description |
arg0 |
Long
|
Returns |
Type |
Description |
R |
|
to(Long arg0, Descriptors.EnumDescriptor arg1)
public R to(Long arg0, Descriptors.EnumDescriptor arg1)
Returns |
Type |
Description |
R |
|
to(Long arg0, String arg1)
public R to(Long arg0, String arg1)
Returns |
Type |
Description |
R |
|
to(String arg0)
Parameter |
Name |
Description |
arg0 |
String
|
Returns |
Type |
Description |
R |
|
to(BigDecimal arg0)
public R to(BigDecimal arg0)
Returns |
Type |
Description |
R |
|
to(long arg0)
Parameter |
Name |
Description |
arg0 |
long
|
Returns |
Type |
Description |
R |
|
to(long arg0, String arg1)
public R to(long arg0, String arg1)
Returns |
Type |
Description |
R |
|
toBoolArray(boolean[] arg0)
public R toBoolArray(boolean[] arg0)
Parameter |
Name |
Description |
arg0 |
boolean[]
|
Returns |
Type |
Description |
R |
|
toBoolArray(boolean[] arg0, int arg1, int arg2)
public R toBoolArray(boolean[] arg0, int arg1, int arg2)
Returns |
Type |
Description |
R |
|
toBoolArray(Iterable<Boolean> arg0)
public R toBoolArray(Iterable<Boolean> arg0)
Returns |
Type |
Description |
R |
|
toBytesArray(Iterable<ByteArray> arg0)
public R toBytesArray(Iterable<ByteArray> arg0)
Parameter |
Name |
Description |
arg0 |
Iterable<com.google.cloud.ByteArray>
|
Returns |
Type |
Description |
R |
|
toBytesArrayFromBase64(Iterable<String> arg0)
public R toBytesArrayFromBase64(Iterable<String> arg0)
Returns |
Type |
Description |
R |
|
toDateArray(Iterable<Date> arg0)
public R toDateArray(Iterable<Date> arg0)
Parameter |
Name |
Description |
arg0 |
Iterable<com.google.cloud.Date>
|
Returns |
Type |
Description |
R |
|
toFloat32Array(float[] arg0)
public R toFloat32Array(float[] arg0)
Parameter |
Name |
Description |
arg0 |
float[]
|
Returns |
Type |
Description |
R |
|
toFloat32Array(float[] arg0, int arg1, int arg2)
public R toFloat32Array(float[] arg0, int arg1, int arg2)
Parameters |
Name |
Description |
arg0 |
float[]
|
arg1 |
int
|
arg2 |
int
|
Returns |
Type |
Description |
R |
|
toFloat32Array(Iterable<Float> arg0)
public R toFloat32Array(Iterable<Float> arg0)
Returns |
Type |
Description |
R |
|
toFloat64Array(double[] arg0)
public R toFloat64Array(double[] arg0)
Parameter |
Name |
Description |
arg0 |
double[]
|
Returns |
Type |
Description |
R |
|
toFloat64Array(double[] arg0, int arg1, int arg2)
public R toFloat64Array(double[] arg0, int arg1, int arg2)
Returns |
Type |
Description |
R |
|
toFloat64Array(Iterable<Double> arg0)
public R toFloat64Array(Iterable<Double> arg0)
Returns |
Type |
Description |
R |
|
toInt64Array(Iterable<Long> arg0)
public R toInt64Array(Iterable<Long> arg0)
Returns |
Type |
Description |
R |
|
toInt64Array(long[] arg0)
public R toInt64Array(long[] arg0)
Parameter |
Name |
Description |
arg0 |
long[]
|
Returns |
Type |
Description |
R |
|
toInt64Array(long[] arg0, int arg1, int arg2)
public R toInt64Array(long[] arg0, int arg1, int arg2)
Parameters |
Name |
Description |
arg0 |
long[]
|
arg1 |
int
|
arg2 |
int
|
Returns |
Type |
Description |
R |
|
toJsonArray(Iterable<String> arg0)
public R toJsonArray(Iterable<String> arg0)
Returns |
Type |
Description |
R |
|
toNumericArray(Iterable<BigDecimal> arg0)
public R toNumericArray(Iterable<BigDecimal> arg0)
Returns |
Type |
Description |
R |
|
toPgJsonbArray(Iterable<String> arg0)
public R toPgJsonbArray(Iterable<String> arg0)
Returns |
Type |
Description |
R |
|
toPgNumericArray(Iterable<String> arg0)
public R toPgNumericArray(Iterable<String> arg0)
Returns |
Type |
Description |
R |
|
toPgOidArray(Iterable<Long> arg0)
public R toPgOidArray(Iterable<Long> arg0)
Returns |
Type |
Description |
R |
|
toPgOidArray(long[] arg0)
public R toPgOidArray(long[] arg0)
Parameter |
Name |
Description |
arg0 |
long[]
|
Returns |
Type |
Description |
R |
|
toPgOidArray(long[] arg0, int arg1, int arg2)
public R toPgOidArray(long[] arg0, int arg1, int arg2)
Parameters |
Name |
Description |
arg0 |
long[]
|
arg1 |
int
|
arg2 |
int
|
Returns |
Type |
Description |
R |
|
toProtoEnumArray(Iterable<ProtocolMessageEnum> arg0, Descriptors.EnumDescriptor arg1)
public R toProtoEnumArray(Iterable<ProtocolMessageEnum> arg0, Descriptors.EnumDescriptor arg1)
Returns |
Type |
Description |
R |
|
toProtoEnumArray(Iterable<Long> arg0, String arg1)
public R toProtoEnumArray(Iterable<Long> arg0, String arg1)
Returns |
Type |
Description |
R |
|
toProtoMessageArray(Iterable<ByteArray> arg0, String arg1)
public R toProtoMessageArray(Iterable<ByteArray> arg0, String arg1)
Parameters |
Name |
Description |
arg0 |
Iterable<com.google.cloud.ByteArray>
|
arg1 |
String
|
Returns |
Type |
Description |
R |
|
toProtoMessageArray(Iterable<AbstractMessage> arg0, Descriptors.Descriptor arg1)
public R toProtoMessageArray(Iterable<AbstractMessage> arg0, Descriptors.Descriptor arg1)
Returns |
Type |
Description |
R |
|
toStringArray(Iterable<String> arg0)
public R toStringArray(Iterable<String> arg0)
Returns |
Type |
Description |
R |
|
toStructArray(Type arg0, Iterable<Struct> arg1)
public R toStructArray(Type arg0, Iterable<Struct> arg1)
Returns |
Type |
Description |
R |
|
toTimestampArray(Iterable<Timestamp> arg0)
public R toTimestampArray(Iterable<Timestamp> arg0)
Parameter |
Name |
Description |
arg0 |
Iterable<com.google.cloud.Timestamp>
|
Returns |
Type |
Description |
R |
|