Uses of Class
com.google.cloud.bigquery.storage.v1beta2.DataFormat
-
Packages that use DataFormat Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage API -
-
Uses of DataFormat in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 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.v1beta2 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.v1beta2 with parameters of type DataFormat Modifier and Type Method Description ReadSession.Builder
ReadSession.Builder. setDataFormat(DataFormat value)
Immutable.
-