Uses of Class
com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding
-
Packages that use ImportedDataInfo.Encoding Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of ImportedDataInfo.Encoding in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return ImportedDataInfo.Encoding Modifier and Type Method Description static ImportedDataInfo.EncodingImportedDataInfo.Encoding. forNumber(int value)ImportedDataInfo.EncodingImportedDataInfo.TableDefinition.Builder. getEncoding()Character encoding of the input when applicable (CSV, JSON).ImportedDataInfo.EncodingImportedDataInfo.TableDefinition. getEncoding()Character encoding of the input when applicable (CSV, JSON).ImportedDataInfo.EncodingImportedDataInfo.TableDefinitionOrBuilder. getEncoding()Character encoding of the input when applicable (CSV, JSON).static ImportedDataInfo.EncodingImportedDataInfo.Encoding. valueOf(int value)Deprecated.static ImportedDataInfo.EncodingImportedDataInfo.Encoding. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ImportedDataInfo.EncodingImportedDataInfo.Encoding. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportedDataInfo.Encoding[]ImportedDataInfo.Encoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type ImportedDataInfo.Encoding Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ImportedDataInfo.Encoding>ImportedDataInfo.Encoding. internalGetValueMap()Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type ImportedDataInfo.Encoding Modifier and Type Method Description ImportedDataInfo.TableDefinition.BuilderImportedDataInfo.TableDefinition.Builder. setEncoding(ImportedDataInfo.Encoding value)Character encoding of the input when applicable (CSV, JSON).
-