Send feedback
Class ValueBinder<R> (2.23.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.23.0 keyboard_arrow_down
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-01 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-01 UTC."],[],[]]