Package | Description |
---|---|
com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.Builder.build()
Creates an
Schema object. |
Schema |
WriteChannelConfiguration.getSchema() |
Schema |
TableDefinition.getSchema()
Returns the table's schema.
|
Schema |
QueryResult.getSchema()
Returns the schema of the results.
|
Schema |
LoadJobConfiguration.getSchema() |
Schema |
LoadConfiguration.getSchema()
Returns the schema for the destination table, if set.
|
static Schema |
Schema.of(Field... fields)
Creates a
Schema object given some fields. |
static Schema |
Schema.of(Iterable<Field> fields)
Creates a
Schema object given a list of fields. |
Schema |
WriteChannelConfiguration.schema()
Deprecated.
|
Schema |
TableDefinition.schema()
Deprecated.
|
Schema |
QueryResult.schema()
Deprecated.
|
Schema |
LoadJobConfiguration.schema()
Deprecated.
|
Schema |
LoadConfiguration.schema()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExternalTableDefinition.Builder |
ExternalTableDefinition.builder(List<String> sourceUris,
Schema schema,
FormatOptions format)
Deprecated.
|
static ExternalTableDefinition.Builder |
ExternalTableDefinition.builder(String sourceUri,
Schema schema,
FormatOptions format)
Deprecated.
|
static ExternalTableDefinition.Builder |
ExternalTableDefinition.newBuilder(List<String> sourceUris,
Schema schema,
FormatOptions format)
Creates a builder for an ExternalTableDefinition object.
|
static ExternalTableDefinition.Builder |
ExternalTableDefinition.newBuilder(String sourceUri,
Schema schema,
FormatOptions format)
Creates a builder for an ExternalTableDefinition object.
|
static ExternalTableDefinition |
ExternalTableDefinition.of(List<String> sourceUris,
Schema schema,
FormatOptions format)
Creates an ExternalTableDefinition object.
|
static StandardTableDefinition |
StandardTableDefinition.of(Schema schema)
Creates a BigQuery standard table definition given its schema.
|
static ExternalTableDefinition |
ExternalTableDefinition.of(String sourceUri,
Schema schema,
FormatOptions format)
Creates an ExternalTableDefinition object.
|
WriteChannelConfiguration.Builder |
WriteChannelConfiguration.Builder.schema(Schema schema)
Deprecated.
|
B |
TableDefinition.Builder.schema(Schema schema)
Deprecated.
|
LoadJobConfiguration.Builder |
LoadJobConfiguration.Builder.schema(Schema schema)
Deprecated.
|
LoadConfiguration.Builder |
LoadConfiguration.Builder.schema(Schema schema)
Deprecated.
|
WriteChannelConfiguration.Builder |
WriteChannelConfiguration.Builder.setSchema(Schema schema) |
B |
TableDefinition.Builder.setSchema(Schema schema)
Sets the table schema.
|
LoadJobConfiguration.Builder |
LoadJobConfiguration.Builder.setSchema(Schema schema) |
LoadConfiguration.Builder |
LoadConfiguration.Builder.setSchema(Schema schema)
Sets the schema for the destination table.
|
Copyright © 2016 Google. All rights reserved.