Uses of Class
com.google.cloud.bigquery.storage.v1beta1.Storage.DataFormat
-
Packages that use Storage.DataFormat Package Description com.google.cloud.bigquery.storage.v1beta1 A client to BigQuery Storage API -
-
Uses of Storage.DataFormat in com.google.cloud.bigquery.storage.v1beta1
Methods in com.google.cloud.bigquery.storage.v1beta1 that return Storage.DataFormat Modifier and Type Method Description static Storage.DataFormat
Storage.DataFormat. forNumber(int value)
Storage.DataFormat
Storage.CreateReadSessionRequest.Builder. getFormat()
Data output format.Storage.DataFormat
Storage.CreateReadSessionRequest. getFormat()
Data output format.Storage.DataFormat
Storage.CreateReadSessionRequestOrBuilder. getFormat()
Data output format.static Storage.DataFormat
Storage.DataFormat. valueOf(int value)
Deprecated.static Storage.DataFormat
Storage.DataFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Storage.DataFormat
Storage.DataFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static Storage.DataFormat[]
Storage.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.v1beta1 that return types with arguments of type Storage.DataFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Storage.DataFormat>
Storage.DataFormat. internalGetValueMap()
Methods in com.google.cloud.bigquery.storage.v1beta1 with parameters of type Storage.DataFormat Modifier and Type Method Description Storage.CreateReadSessionRequest.Builder
Storage.CreateReadSessionRequest.Builder. setFormat(Storage.DataFormat value)
Data output format.
-