Uses of Class
org.pipecraft.infra.bq.TableExportConfig.Compression
-
Packages that use TableExportConfig.Compression Package Description org.pipecraft.infra.bq -
-
Uses of TableExportConfig.Compression in org.pipecraft.infra.bq
Methods in org.pipecraft.infra.bq that return TableExportConfig.Compression Modifier and Type Method Description TableExportConfig.CompressionTableExportConfig.Builder. getCompression()TableExportConfig.CompressionTableExportConfig. getCompression()static TableExportConfig.CompressionTableExportConfig.Compression. valueOf(String name)Returns the enum constant of this type with the specified name.static TableExportConfig.Compression[]TableExportConfig.Compression. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pipecraft.infra.bq with parameters of type TableExportConfig.Compression Modifier and Type Method Description TableExportConfig.BuilderTableExportConfig.Builder. setCompression(TableExportConfig.Compression compression)
-