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.DataFormatStorage.DataFormat. forNumber(int value)Storage.DataFormatStorage.CreateReadSessionRequest.Builder. getFormat()Data output format.Storage.DataFormatStorage.CreateReadSessionRequest. getFormat()Data output format.Storage.DataFormatStorage.CreateReadSessionRequestOrBuilder. getFormat()Data output format.static Storage.DataFormatStorage.DataFormat. valueOf(int value)Deprecated.static Storage.DataFormatStorage.DataFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Storage.DataFormatStorage.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.BuilderStorage.CreateReadSessionRequest.Builder. setFormat(Storage.DataFormat value)Data output format.
-