Uses of Class
com.google.cloud.bigquery.storage.v1.DataFormat
-
Packages that use DataFormat Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of DataFormat in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return DataFormat Modifier and Type Method Description static DataFormat
DataFormat. forNumber(int value)
DataFormat
ReadSession.Builder. getDataFormat()
Immutable.DataFormat
ReadSession. getDataFormat()
Immutable.DataFormat
ReadSessionOrBuilder. getDataFormat()
Immutable.static DataFormat
DataFormat. valueOf(int value)
Deprecated.static DataFormat
DataFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DataFormat
DataFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataFormat[]
DataFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type DataFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DataFormat>
DataFormat. internalGetValueMap()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type DataFormat Modifier and Type Method Description ReadSession.Builder
ReadSession.Builder. setDataFormat(DataFormat value)
Immutable.
-