Documentation ¶
Index ¶
- func SetOptions(u URLParams, opts ...googleapi.CallOption)
- type ErrorProto
- type ErrorProtosPtr
- type JobReference
- type Response
- type ResultsCall
- type Strings
- type TableCell
- type TableCellsPtr
- type TableFieldSchema
- type TableFieldSchemaCategories
- type TableFieldSchemaPolicyTags
- type TableFieldSchemasPtr
- type TableRow
- type TableRowsPtr
- type TableSchema
- type URLParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetOptions ¶
func SetOptions(u URLParams, opts ...googleapi.CallOption)
SetOptions sets the URL params and any additional call options.
Types ¶
type ErrorProto ¶
type ErrorProto bigquery.ErrorProto
func (*ErrorProto) NKeys ¶
func (p *ErrorProto) NKeys() int
NKeys returns the number of keys to unmarshal
func (*ErrorProto) UnmarshalJSONObject ¶
func (p *ErrorProto) UnmarshalJSONObject(dec *gojay.Decoder, k string) error
UnmarshalJSONObject implements gojay's UnmarshalerJSONObject
type ErrorProtosPtr ¶
type ErrorProtosPtr []*ErrorProto
func (ErrorProtosPtr) IsNil ¶
func (s ErrorProtosPtr) IsNil() bool
func (*ErrorProtosPtr) UnmarshalJSONArray ¶
func (s *ErrorProtosPtr) UnmarshalJSONArray(dec *gojay.Decoder) error
type JobReference ¶
type JobReference bigquery.JobReference
func (*JobReference) NKeys ¶
func (r *JobReference) NKeys() int
NKeys returns the number of keys to unmarshal
func (*JobReference) UnmarshalJSONObject ¶
func (r *JobReference) UnmarshalJSONObject(dec *gojay.Decoder, k string) error
UnmarshalJSONObject implements gojay's UnmarshalerJSONObject
type Response ¶
type Response struct { bigquery.QueryResponse // contains filtered or unexported fields }
Response represents query call response
type ResultsCall ¶
type ResultsCall struct {
// contains filtered or unexported fields
}
ResultsCall represents query results call
func NewResultsCall ¶
func NewResultsCall(call *bigquery.JobsGetQueryResultsCall, session *internal.Session) *ResultsCall
NewResultsCall creates a new query result call
func (*ResultsCall) Context ¶
func (c *ResultsCall) Context(ctx context.Context)
Context sets a context
func (*ResultsCall) Do ¶
func (c *ResultsCall) Do(opts ...googleapi.CallOption) (*Response, error)
Do runs a call
type TableCell ¶
type TableCell bigquery.TableCell
type TableCellsPtr ¶
type TableCellsPtr []*TableCell
func (TableCellsPtr) IsNil ¶
func (s TableCellsPtr) IsNil() bool
func (*TableCellsPtr) UnmarshalJSONArray ¶
func (s *TableCellsPtr) UnmarshalJSONArray(dec *gojay.Decoder) error
type TableFieldSchema ¶
type TableFieldSchema bigquery.TableFieldSchema
func (*TableFieldSchema) NKeys ¶
func (s *TableFieldSchema) NKeys() int
NKeys returns the number of keys to unmarshal
func (*TableFieldSchema) UnmarshalJSONObject ¶
func (s *TableFieldSchema) UnmarshalJSONObject(dec *gojay.Decoder, k string) error
UnmarshalJSONObject implements gojay's UnmarshalerJSONObject
type TableFieldSchemaCategories ¶
type TableFieldSchemaCategories bigquery.TableFieldSchemaCategories
func (*TableFieldSchemaCategories) NKeys ¶
func (c *TableFieldSchemaCategories) NKeys() int
NKeys returns the number of keys to unmarshal
func (*TableFieldSchemaCategories) UnmarshalJSONObject ¶
func (c *TableFieldSchemaCategories) UnmarshalJSONObject(dec *gojay.Decoder, k string) error
UnmarshalJSONObject implements gojay's UnmarshalerJSONObject
type TableFieldSchemaPolicyTags ¶
type TableFieldSchemaPolicyTags bigquery.TableFieldSchemaPolicyTags
func (*TableFieldSchemaPolicyTags) NKeys ¶
func (t *TableFieldSchemaPolicyTags) NKeys() int
NKeys returns the number of keys to unmarshal
func (*TableFieldSchemaPolicyTags) UnmarshalJSONObject ¶
func (t *TableFieldSchemaPolicyTags) UnmarshalJSONObject(dec *gojay.Decoder, k string) error
UnmarshalJSONObject implements gojay's UnmarshalerJSONObject
type TableFieldSchemasPtr ¶
type TableFieldSchemasPtr []*TableFieldSchema
func (TableFieldSchemasPtr) IsNil ¶
func (s TableFieldSchemasPtr) IsNil() bool
func (*TableFieldSchemasPtr) UnmarshalJSONArray ¶
func (s *TableFieldSchemasPtr) UnmarshalJSONArray(dec *gojay.Decoder) error
type TableRow ¶
type TableRow bigquery.TableRow
type TableRowsPtr ¶
type TableRowsPtr struct {
// contains filtered or unexported fields
}
func (*TableRowsPtr) NKeys ¶
func (s *TableRowsPtr) NKeys() int
func (*TableRowsPtr) UnmarshalJSONArray ¶
func (s *TableRowsPtr) UnmarshalJSONArray(dec *gojay.Decoder) error
func (*TableRowsPtr) UnmarshalJSONObject ¶
func (s *TableRowsPtr) UnmarshalJSONObject(dec *gojay.Decoder, k string) error
type TableSchema ¶
type TableSchema bigquery.TableSchema
func (*TableSchema) NKeys ¶
func (s *TableSchema) NKeys() int
NKeys returns the number of keys to unmarshal
func (*TableSchema) UnmarshalJSONObject ¶
func (s *TableSchema) UnmarshalJSONObject(dec *gojay.Decoder, k string) error
UnmarshalJSONObject implements gojay's UnmarshalerJSONObject
type URLParams ¶
URLParams is a simplified replacement for url.Values that safely builds up URL parameters for encoding.
func (URLParams) Encode ¶
Encode encodes the values into “URL encoded” form ("bar=baz&foo=quux") sorted by key.