Uses of Class
com.google.cloud.bigquery.FieldValueList
Packages that use FieldValueList
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of FieldValueList in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return FieldValueListModifier and TypeMethodDescriptionFieldValue.getRecordValue()Returns this field's value as aFieldValueListinstance.static FieldValueListFieldValueList.of(List<FieldValue> row, Field... schema) Creates an instance ofFieldValueList, useful for testing.static FieldValueListFieldValueList.of(List<FieldValue> row, FieldList schema) Creates an instance ofFieldValueList, useful for testing.Methods in com.google.cloud.bigquery that return types with arguments of type FieldValueListModifier and TypeMethodDescriptionabstract com.google.api.gax.paging.Page<FieldValueList>TableResult.getPageNoSchema()TableResult.getValues()TableResult.iterateAll()Method parameters in com.google.cloud.bigquery with type arguments of type FieldValueListModifier and TypeMethodDescriptionabstract TableResult.BuilderTableResult.Builder.setPageNoSchema(com.google.api.gax.paging.Page<FieldValueList> pageNoSchema)