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.Encoding
ImportedDataInfo.Encoding. forNumber(int value)
ImportedDataInfo.Encoding
ImportedDataInfo.TableDefinition.Builder. getEncoding()
Character encoding of the input when applicable (CSV, JSON).ImportedDataInfo.Encoding
ImportedDataInfo.TableDefinition. getEncoding()
Character encoding of the input when applicable (CSV, JSON).ImportedDataInfo.Encoding
ImportedDataInfo.TableDefinitionOrBuilder. getEncoding()
Character encoding of the input when applicable (CSV, JSON).static ImportedDataInfo.Encoding
ImportedDataInfo.Encoding. valueOf(int value)
Deprecated.static ImportedDataInfo.Encoding
ImportedDataInfo.Encoding. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ImportedDataInfo.Encoding
ImportedDataInfo.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.Builder
ImportedDataInfo.TableDefinition.Builder. setEncoding(ImportedDataInfo.Encoding value)
Character encoding of the input when applicable (CSV, JSON).
-