Uses of Class
com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format
-
Packages that use ImportedDataInfo.Format Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of ImportedDataInfo.Format in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return ImportedDataInfo.Format Modifier and Type Method Description static ImportedDataInfo.Format
ImportedDataInfo.Format. forNumber(int value)
ImportedDataInfo.Format
ImportedDataInfo.TableDefinition.Builder. getFormat()
Describes the format of the data in source_uri.ImportedDataInfo.Format
ImportedDataInfo.TableDefinition. getFormat()
Describes the format of the data in source_uri.ImportedDataInfo.Format
ImportedDataInfo.TableDefinitionOrBuilder. getFormat()
Describes the format of the data in source_uri.static ImportedDataInfo.Format
ImportedDataInfo.Format. valueOf(int value)
Deprecated.static ImportedDataInfo.Format
ImportedDataInfo.Format. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ImportedDataInfo.Format
ImportedDataInfo.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportedDataInfo.Format[]
ImportedDataInfo.Format. 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.Format Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ImportedDataInfo.Format>
ImportedDataInfo.Format. internalGetValueMap()
Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type ImportedDataInfo.Format Modifier and Type Method Description ImportedDataInfo.TableDefinition.Builder
ImportedDataInfo.TableDefinition.Builder. setFormat(ImportedDataInfo.Format value)
Describes the format of the data in source_uri.
-