Uses of Class
org.pipecraft.infra.bq.TableLoadConfig.LoadFormat
-
Packages that use TableLoadConfig.LoadFormat Package Description org.pipecraft.infra.bq -
-
Uses of TableLoadConfig.LoadFormat in org.pipecraft.infra.bq
Methods in org.pipecraft.infra.bq that return TableLoadConfig.LoadFormat Modifier and Type Method Description TableLoadConfig.LoadFormatTableLoadConfig.Builder. getLoadFormat()TableLoadConfig.LoadFormatTableLoadConfig. getLoadFormat()static TableLoadConfig.LoadFormatTableLoadConfig.LoadFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TableLoadConfig.LoadFormat[]TableLoadConfig.LoadFormat. 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 TableLoadConfig.LoadFormat Modifier and Type Method Description TableLoadConfig.BuilderTableLoadConfig.Builder. setLoadFormat(TableLoadConfig.LoadFormat loadFormat)
-