Send feedback
Class ValueBinder<R> (2.16.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.16.1 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
to(ByteArray arg0)
public R to ( ByteArray arg0 )
Parameter Name Description arg0
com.google.cloud.ByteArray
to(ByteArray arg0, Descriptors.Descriptor arg1)
public R to ( ByteArray arg0 , Descriptors . Descriptor arg1 )
Parameters Name Description arg0
com.google.cloud.ByteArray
arg1
Descriptor
to(ByteArray arg0, String arg1)
public R to ( ByteArray arg0 , String arg1 )
Parameters Name Description arg0
com.google.cloud.ByteArray
arg1
String
to(Date arg0)
Parameter Name Description arg0
com.google.cloud.Date
to(Timestamp arg0)
public R to ( Timestamp arg0 )
Parameter Name Description arg0
com.google.cloud.Timestamp
to(Struct arg0)
Parameter Name Description arg0
Struct
to(Type arg0, Struct arg1)
public R to ( Type arg0 , Struct arg1 )
to(Value arg0)
Parameter Name Description arg0
Value
to(AbstractMessage arg0)
public R to ( AbstractMessage arg0 )
to(ProtocolMessageEnum arg0)
public R to ( ProtocolMessageEnum arg0 )
to(double arg0)
Parameter Name Description arg0
double
to(float arg0)
Parameter Name Description arg0
float
to(Boolean arg0)
public R to ( Boolean arg0 )
Parameter Name Description arg0
Boolean
to(Double arg0)
Parameter Name Description arg0
Double
to(Float arg0)
Parameter Name Description arg0
Float
to(Long arg0)
Parameter Name Description arg0
Long
to(Long arg0, Descriptors.EnumDescriptor arg1)
public R to ( Long arg0 , Descriptors . EnumDescriptor arg1 )
to(Long arg0, String arg1)
public R to ( Long arg0 , String arg1 )
to(String arg0)
Parameter Name Description arg0
String
to(BigDecimal arg0)
public R to ( BigDecimal arg0 )
to(long arg0)
Parameter Name Description arg0
long
to(long arg0, String arg1)
public R to ( long arg0 , String arg1 )
toBoolArray(boolean[] arg0)
public R toBoolArray ( boolean [] arg0 )
Parameter Name Description arg0
boolean []
toBoolArray(boolean[] arg0, int arg1, int arg2)
public R toBoolArray ( boolean [] arg0 , int arg1 , int arg2 )
toBoolArray(Iterable<Boolean> arg0)
public R toBoolArray ( Iterable<Boolean> arg0 )
toBytesArray(Iterable<ByteArray> arg0)
public R toBytesArray ( Iterable<ByteArray> arg0 )
Parameter Name Description arg0
Iterable <com.google.cloud.ByteArray >
toBytesArrayFromBase64(Iterable<String> arg0)
public R toBytesArrayFromBase64 ( Iterable<String> arg0 )
toDateArray(Iterable<Date> arg0)
public R toDateArray ( Iterable<Date> arg0 )
Parameter Name Description arg0
Iterable <com.google.cloud.Date >
toFloat32Array(float[] arg0)
public R toFloat32Array ( float [] arg0 )
Parameter Name Description arg0
float []
toFloat32Array(float[] arg0, int arg1, int arg2)
public R toFloat32Array ( float [] arg0 , int arg1 , int arg2 )
toFloat32Array(Iterable<Float> arg0)
public R toFloat32Array ( Iterable<Float> arg0 )
toFloat64Array(double[] arg0)
public R toFloat64Array ( double [] arg0 )
Parameter Name Description arg0
double []
toFloat64Array(double[] arg0, int arg1, int arg2)
public R toFloat64Array ( double [] arg0 , int arg1 , int arg2 )
toFloat64Array(Iterable<Double> arg0)
public R toFloat64Array ( Iterable<Double> arg0 )
toInt64Array(Iterable<Long> arg0)
public R toInt64Array ( Iterable<Long> arg0 )
toInt64Array(long[] arg0)
public R toInt64Array ( long [] arg0 )
Parameter Name Description arg0
long []
toInt64Array(long[] arg0, int arg1, int arg2)
public R toInt64Array ( long [] arg0 , int arg1 , int arg2 )
toJsonArray(Iterable<String> arg0)
public R toJsonArray ( Iterable<String> arg0 )
toNumericArray(Iterable<BigDecimal> arg0)
public R toNumericArray ( Iterable<BigDecimal> arg0 )
toPgJsonbArray(Iterable<String> arg0)
public R toPgJsonbArray ( Iterable<String> arg0 )
toPgNumericArray(Iterable<String> arg0)
public R toPgNumericArray ( Iterable<String> arg0 )
toProtoEnumArray(Iterable<ProtocolMessageEnum> arg0, Descriptors.EnumDescriptor arg1)
public R toProtoEnumArray ( Iterable<ProtocolMessageEnum> arg0 , Descriptors . EnumDescriptor arg1 )
toProtoEnumArray(Iterable<Long> arg0, String arg1)
public R toProtoEnumArray ( Iterable<Long> arg0 , String arg1 )
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
toProtoMessageArray(Iterable<AbstractMessage> arg0, Descriptors.Descriptor arg1)
public R toProtoMessageArray ( Iterable<AbstractMessage> arg0 , Descriptors . Descriptor arg1 )
toStringArray(Iterable<String> arg0)
public R toStringArray ( Iterable<String> arg0 )
toStructArray(Type arg0, Iterable<Struct> arg1)
public R toStructArray ( Type arg0 , Iterable<Struct> arg1 )
toTimestampArray(Iterable<Timestamp> arg0)
public R toTimestampArray ( Iterable<Timestamp> arg0 )
Parameter Name Description arg0
Iterable <com.google.cloud.Timestamp >
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-19 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-19 UTC."],[],[]]