Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
parent
9d0f13c4c0
commit
946c8399e2
2985 changed files with 1008107 additions and 118934 deletions
14
vendor/google.golang.org/api/bigquery/v2/bigquery-api.json
generated
vendored
14
vendor/google.golang.org/api/bigquery/v2/bigquery-api.json
generated
vendored
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/Yjz730WZUqb4y3BERqr_d1RRnuI\"",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/QzxyIc9KtbV_mZ3-sB7-1guK-GQ\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "bigquery:v2",
|
||||
"name": "bigquery",
|
||||
"version": "v2",
|
||||
"revision": "20171015",
|
||||
"revision": "20171027",
|
||||
"title": "BigQuery API",
|
||||
"description": "A data platform for customers to create, manage, share and query data.",
|
||||
"ownerDomain": "google.com",
|
||||
|
@ -897,7 +897,7 @@
|
|||
},
|
||||
"schemaUpdateOptions": {
|
||||
"type": "array",
|
||||
"description": "Allows the schema of the desitination table to be updated as a side effect of the load job if a schema is autodetected or supplied in the job configuration. Schema update options are supported in two cases: when writeDisposition is WRITE_APPEND; when writeDisposition is WRITE_TRUNCATE and the destination table is a partition of a table, specified by partition decorators. For normal tables, WRITE_TRUNCATE will always overwrite the schema. One or more of the following values are specified: ALLOW_FIELD_ADDITION: allow adding a nullable field to the schema. ALLOW_FIELD_RELAXATION: allow relaxing a required field in the original schema to nullable.",
|
||||
"description": "Allows the schema of the destination table to be updated as a side effect of the load job if a schema is autodetected or supplied in the job configuration. Schema update options are supported in two cases: when writeDisposition is WRITE_APPEND; when writeDisposition is WRITE_TRUNCATE and the destination table is a partition of a table, specified by partition decorators. For normal tables, WRITE_TRUNCATE will always overwrite the schema. One or more of the following values are specified: ALLOW_FIELD_ADDITION: allow adding a nullable field to the schema. ALLOW_FIELD_RELAXATION: allow relaxing a required field in the original schema to nullable.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
@ -1205,6 +1205,14 @@
|
|||
"type": "boolean",
|
||||
"description": "[Output-only] Whether the query result was fetched from the query cache."
|
||||
},
|
||||
"ddlOperationPerformed": {
|
||||
"type": "string",
|
||||
"description": "[Output-only, Experimental] The DDL operation performed, possibly dependent on the pre-existence of the DDL target. Possible values (new values might be added in the future): \"CREATE\": The query created the DDL target. \"SKIP\": No-op. Example cases: the query is CREATE TABLE IF NOT EXISTS while the table already exists, or the query is DROP TABLE IF EXISTS while the table does not exist. \"REPLACE\": The query replaced the DDL target. Example case: the query is CREATE OR REPLACE TABLE, and the table already exists. \"DROP\": The query deleted the DDL target."
|
||||
},
|
||||
"ddlTargetTable": {
|
||||
"$ref": "TableReference",
|
||||
"description": "[Output-only, Experimental] The DDL target table. Present only for CREATE/DROP TABLE/VIEW queries."
|
||||
},
|
||||
"numDmlAffectedRows": {
|
||||
"type": "string",
|
||||
"description": "[Output-only] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.",
|
||||
|
|
318
vendor/google.golang.org/api/bigquery/v2/bigquery-gen.go
generated
vendored
318
vendor/google.golang.org/api/bigquery/v2/bigquery-gen.go
generated
vendored
|
@ -210,8 +210,8 @@ type BigtableColumn struct {
|
|||
}
|
||||
|
||||
func (s *BigtableColumn) MarshalJSON() ([]byte, error) {
|
||||
type noMethod BigtableColumn
|
||||
raw := noMethod(*s)
|
||||
type NoMethod BigtableColumn
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -267,8 +267,8 @@ type BigtableColumnFamily struct {
|
|||
}
|
||||
|
||||
func (s *BigtableColumnFamily) MarshalJSON() ([]byte, error) {
|
||||
type noMethod BigtableColumnFamily
|
||||
raw := noMethod(*s)
|
||||
type NoMethod BigtableColumnFamily
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -314,8 +314,8 @@ type BigtableOptions struct {
|
|||
}
|
||||
|
||||
func (s *BigtableOptions) MarshalJSON() ([]byte, error) {
|
||||
type noMethod BigtableOptions
|
||||
raw := noMethod(*s)
|
||||
type NoMethod BigtableOptions
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -382,8 +382,8 @@ type CsvOptions struct {
|
|||
}
|
||||
|
||||
func (s *CsvOptions) MarshalJSON() ([]byte, error) {
|
||||
type noMethod CsvOptions
|
||||
raw := noMethod(*s)
|
||||
type NoMethod CsvOptions
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -478,8 +478,8 @@ type Dataset struct {
|
|||
}
|
||||
|
||||
func (s *Dataset) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Dataset
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Dataset
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -534,8 +534,8 @@ type DatasetAccess struct {
|
|||
}
|
||||
|
||||
func (s *DatasetAccess) MarshalJSON() ([]byte, error) {
|
||||
type noMethod DatasetAccess
|
||||
raw := noMethod(*s)
|
||||
type NoMethod DatasetAccess
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -580,8 +580,8 @@ type DatasetList struct {
|
|||
}
|
||||
|
||||
func (s *DatasetList) MarshalJSON() ([]byte, error) {
|
||||
type noMethod DatasetList
|
||||
raw := noMethod(*s)
|
||||
type NoMethod DatasetList
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -623,8 +623,8 @@ type DatasetListDatasets struct {
|
|||
}
|
||||
|
||||
func (s *DatasetListDatasets) MarshalJSON() ([]byte, error) {
|
||||
type noMethod DatasetListDatasets
|
||||
raw := noMethod(*s)
|
||||
type NoMethod DatasetListDatasets
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -655,8 +655,8 @@ type DatasetReference struct {
|
|||
}
|
||||
|
||||
func (s *DatasetReference) MarshalJSON() ([]byte, error) {
|
||||
type noMethod DatasetReference
|
||||
raw := noMethod(*s)
|
||||
type NoMethod DatasetReference
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -685,8 +685,8 @@ type EncryptionConfiguration struct {
|
|||
}
|
||||
|
||||
func (s *EncryptionConfiguration) MarshalJSON() ([]byte, error) {
|
||||
type noMethod EncryptionConfiguration
|
||||
raw := noMethod(*s)
|
||||
type NoMethod EncryptionConfiguration
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -722,8 +722,8 @@ type ErrorProto struct {
|
|||
}
|
||||
|
||||
func (s *ErrorProto) MarshalJSON() ([]byte, error) {
|
||||
type noMethod ErrorProto
|
||||
raw := noMethod(*s)
|
||||
type NoMethod ErrorProto
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -832,13 +832,13 @@ type ExplainQueryStage struct {
|
|||
}
|
||||
|
||||
func (s *ExplainQueryStage) MarshalJSON() ([]byte, error) {
|
||||
type noMethod ExplainQueryStage
|
||||
raw := noMethod(*s)
|
||||
type NoMethod ExplainQueryStage
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
func (s *ExplainQueryStage) UnmarshalJSON(data []byte) error {
|
||||
type noMethod ExplainQueryStage
|
||||
type NoMethod ExplainQueryStage
|
||||
var s1 struct {
|
||||
ComputeRatioAvg gensupport.JSONFloat64 `json:"computeRatioAvg"`
|
||||
ComputeRatioMax gensupport.JSONFloat64 `json:"computeRatioMax"`
|
||||
|
@ -848,9 +848,9 @@ func (s *ExplainQueryStage) UnmarshalJSON(data []byte) error {
|
|||
WaitRatioMax gensupport.JSONFloat64 `json:"waitRatioMax"`
|
||||
WriteRatioAvg gensupport.JSONFloat64 `json:"writeRatioAvg"`
|
||||
WriteRatioMax gensupport.JSONFloat64 `json:"writeRatioMax"`
|
||||
*noMethod
|
||||
*NoMethod
|
||||
}
|
||||
s1.noMethod = (*noMethod)(s)
|
||||
s1.NoMethod = (*NoMethod)(s)
|
||||
if err := json.Unmarshal(data, &s1); err != nil {
|
||||
return err
|
||||
}
|
||||
|
@ -890,8 +890,8 @@ type ExplainQueryStep struct {
|
|||
}
|
||||
|
||||
func (s *ExplainQueryStep) MarshalJSON() ([]byte, error) {
|
||||
type noMethod ExplainQueryStep
|
||||
raw := noMethod(*s)
|
||||
type NoMethod ExplainQueryStep
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -980,8 +980,8 @@ type ExternalDataConfiguration struct {
|
|||
}
|
||||
|
||||
func (s *ExternalDataConfiguration) MarshalJSON() ([]byte, error) {
|
||||
type noMethod ExternalDataConfiguration
|
||||
raw := noMethod(*s)
|
||||
type NoMethod ExternalDataConfiguration
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1063,8 +1063,8 @@ type GetQueryResultsResponse struct {
|
|||
}
|
||||
|
||||
func (s *GetQueryResultsResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod GetQueryResultsResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod GetQueryResultsResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1097,8 +1097,8 @@ type GetServiceAccountResponse struct {
|
|||
}
|
||||
|
||||
func (s *GetServiceAccountResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod GetServiceAccountResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod GetServiceAccountResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1137,8 +1137,8 @@ type GoogleSheetsOptions struct {
|
|||
}
|
||||
|
||||
func (s *GoogleSheetsOptions) MarshalJSON() ([]byte, error) {
|
||||
type noMethod GoogleSheetsOptions
|
||||
raw := noMethod(*s)
|
||||
type NoMethod GoogleSheetsOptions
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1196,8 +1196,8 @@ type Job struct {
|
|||
}
|
||||
|
||||
func (s *Job) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Job
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Job
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1230,8 +1230,8 @@ type JobCancelResponse struct {
|
|||
}
|
||||
|
||||
func (s *JobCancelResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobCancelResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobCancelResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1280,8 +1280,8 @@ type JobConfiguration struct {
|
|||
}
|
||||
|
||||
func (s *JobConfiguration) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobConfiguration
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobConfiguration
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1337,8 +1337,8 @@ type JobConfigurationExtract struct {
|
|||
}
|
||||
|
||||
func (s *JobConfigurationExtract) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobConfigurationExtract
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobConfigurationExtract
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1451,17 +1451,16 @@ type JobConfigurationLoad struct {
|
|||
// property.
|
||||
SchemaInlineFormat string `json:"schemaInlineFormat,omitempty"`
|
||||
|
||||
// SchemaUpdateOptions: Allows the schema of the desitination table to
|
||||
// be updated as a side effect of the load job if a schema is
|
||||
// autodetected or supplied in the job configuration. Schema update
|
||||
// options are supported in two cases: when writeDisposition is
|
||||
// WRITE_APPEND; when writeDisposition is WRITE_TRUNCATE and the
|
||||
// destination table is a partition of a table, specified by partition
|
||||
// decorators. For normal tables, WRITE_TRUNCATE will always overwrite
|
||||
// the schema. One or more of the following values are specified:
|
||||
// ALLOW_FIELD_ADDITION: allow adding a nullable field to the schema.
|
||||
// ALLOW_FIELD_RELAXATION: allow relaxing a required field in the
|
||||
// original schema to nullable.
|
||||
// SchemaUpdateOptions: Allows the schema of the destination table to be
|
||||
// updated as a side effect of the load job if a schema is autodetected
|
||||
// or supplied in the job configuration. Schema update options are
|
||||
// supported in two cases: when writeDisposition is WRITE_APPEND; when
|
||||
// writeDisposition is WRITE_TRUNCATE and the destination table is a
|
||||
// partition of a table, specified by partition decorators. For normal
|
||||
// tables, WRITE_TRUNCATE will always overwrite the schema. One or more
|
||||
// of the following values are specified: ALLOW_FIELD_ADDITION: allow
|
||||
// adding a nullable field to the schema. ALLOW_FIELD_RELAXATION: allow
|
||||
// relaxing a required field in the original schema to nullable.
|
||||
SchemaUpdateOptions []string `json:"schemaUpdateOptions,omitempty"`
|
||||
|
||||
// SkipLeadingRows: [Optional] The number of rows at the top of a CSV
|
||||
|
@ -1522,8 +1521,8 @@ type JobConfigurationLoad struct {
|
|||
}
|
||||
|
||||
func (s *JobConfigurationLoad) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobConfigurationLoad
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobConfigurationLoad
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1675,8 +1674,8 @@ type JobConfigurationQuery struct {
|
|||
}
|
||||
|
||||
func (s *JobConfigurationQuery) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobConfigurationQuery
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobConfigurationQuery
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1734,8 +1733,8 @@ type JobConfigurationTableCopy struct {
|
|||
}
|
||||
|
||||
func (s *JobConfigurationTableCopy) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobConfigurationTableCopy
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobConfigurationTableCopy
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1774,8 +1773,8 @@ type JobList struct {
|
|||
}
|
||||
|
||||
func (s *JobList) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobList
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobList
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1830,8 +1829,8 @@ type JobListJobs struct {
|
|||
}
|
||||
|
||||
func (s *JobListJobs) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobListJobs
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobListJobs
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1862,8 +1861,8 @@ type JobReference struct {
|
|||
}
|
||||
|
||||
func (s *JobReference) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobReference
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobReference
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1913,8 +1912,8 @@ type JobStatistics struct {
|
|||
}
|
||||
|
||||
func (s *JobStatistics) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobStatistics
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobStatistics
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1926,6 +1925,21 @@ type JobStatistics2 struct {
|
|||
// query cache.
|
||||
CacheHit bool `json:"cacheHit,omitempty"`
|
||||
|
||||
// DdlOperationPerformed: [Output-only, Experimental] The DDL operation
|
||||
// performed, possibly dependent on the pre-existence of the DDL target.
|
||||
// Possible values (new values might be added in the future): "CREATE":
|
||||
// The query created the DDL target. "SKIP": No-op. Example cases: the
|
||||
// query is CREATE TABLE IF NOT EXISTS while the table already exists,
|
||||
// or the query is DROP TABLE IF EXISTS while the table does not exist.
|
||||
// "REPLACE": The query replaced the DDL target. Example case: the query
|
||||
// is CREATE OR REPLACE TABLE, and the table already exists. "DROP": The
|
||||
// query deleted the DDL target.
|
||||
DdlOperationPerformed string `json:"ddlOperationPerformed,omitempty"`
|
||||
|
||||
// DdlTargetTable: [Output-only, Experimental] The DDL target table.
|
||||
// Present only for CREATE/DROP TABLE/VIEW queries.
|
||||
DdlTargetTable *TableReference `json:"ddlTargetTable,omitempty"`
|
||||
|
||||
// NumDmlAffectedRows: [Output-only] The number of rows affected by a
|
||||
// DML statement. Present only for DML statements INSERT, UPDATE or
|
||||
// DELETE.
|
||||
|
@ -1979,8 +1993,8 @@ type JobStatistics2 struct {
|
|||
}
|
||||
|
||||
func (s *JobStatistics2) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobStatistics2
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobStatistics2
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2026,8 +2040,8 @@ type JobStatistics3 struct {
|
|||
}
|
||||
|
||||
func (s *JobStatistics3) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobStatistics3
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobStatistics3
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2058,8 +2072,8 @@ type JobStatistics4 struct {
|
|||
}
|
||||
|
||||
func (s *JobStatistics4) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobStatistics4
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobStatistics4
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2095,8 +2109,8 @@ type JobStatus struct {
|
|||
}
|
||||
|
||||
func (s *JobStatus) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JobStatus
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JobStatus
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2140,8 +2154,8 @@ type ProjectList struct {
|
|||
}
|
||||
|
||||
func (s *ProjectList) MarshalJSON() ([]byte, error) {
|
||||
type noMethod ProjectList
|
||||
raw := noMethod(*s)
|
||||
type NoMethod ProjectList
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2179,8 +2193,8 @@ type ProjectListProjects struct {
|
|||
}
|
||||
|
||||
func (s *ProjectListProjects) MarshalJSON() ([]byte, error) {
|
||||
type noMethod ProjectListProjects
|
||||
raw := noMethod(*s)
|
||||
type NoMethod ProjectListProjects
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2207,8 +2221,8 @@ type ProjectReference struct {
|
|||
}
|
||||
|
||||
func (s *ProjectReference) MarshalJSON() ([]byte, error) {
|
||||
type noMethod ProjectReference
|
||||
raw := noMethod(*s)
|
||||
type NoMethod ProjectReference
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2241,8 +2255,8 @@ type QueryParameter struct {
|
|||
}
|
||||
|
||||
func (s *QueryParameter) MarshalJSON() ([]byte, error) {
|
||||
type noMethod QueryParameter
|
||||
raw := noMethod(*s)
|
||||
type NoMethod QueryParameter
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2276,8 +2290,8 @@ type QueryParameterType struct {
|
|||
}
|
||||
|
||||
func (s *QueryParameterType) MarshalJSON() ([]byte, error) {
|
||||
type noMethod QueryParameterType
|
||||
raw := noMethod(*s)
|
||||
type NoMethod QueryParameterType
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2309,8 +2323,8 @@ type QueryParameterTypeStructTypes struct {
|
|||
}
|
||||
|
||||
func (s *QueryParameterTypeStructTypes) MarshalJSON() ([]byte, error) {
|
||||
type noMethod QueryParameterTypeStructTypes
|
||||
raw := noMethod(*s)
|
||||
type NoMethod QueryParameterTypeStructTypes
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2343,8 +2357,8 @@ type QueryParameterValue struct {
|
|||
}
|
||||
|
||||
func (s *QueryParameterValue) MarshalJSON() ([]byte, error) {
|
||||
type noMethod QueryParameterValue
|
||||
raw := noMethod(*s)
|
||||
type NoMethod QueryParameterValue
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2433,8 +2447,8 @@ type QueryRequest struct {
|
|||
}
|
||||
|
||||
func (s *QueryRequest) MarshalJSON() ([]byte, error) {
|
||||
type noMethod QueryRequest
|
||||
raw := noMethod(*s)
|
||||
type NoMethod QueryRequest
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2513,8 +2527,8 @@ type QueryResponse struct {
|
|||
}
|
||||
|
||||
func (s *QueryResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod QueryResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod QueryResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2551,8 +2565,8 @@ type Streamingbuffer struct {
|
|||
}
|
||||
|
||||
func (s *Streamingbuffer) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Streamingbuffer
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Streamingbuffer
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2673,8 +2687,8 @@ type Table struct {
|
|||
}
|
||||
|
||||
func (s *Table) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Table
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Table
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2699,8 +2713,8 @@ type TableCell struct {
|
|||
}
|
||||
|
||||
func (s *TableCell) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableCell
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableCell
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2749,8 +2763,8 @@ type TableDataInsertAllRequest struct {
|
|||
}
|
||||
|
||||
func (s *TableDataInsertAllRequest) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableDataInsertAllRequest
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableDataInsertAllRequest
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2783,8 +2797,8 @@ type TableDataInsertAllRequestRows struct {
|
|||
}
|
||||
|
||||
func (s *TableDataInsertAllRequestRows) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableDataInsertAllRequestRows
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableDataInsertAllRequestRows
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2817,8 +2831,8 @@ type TableDataInsertAllResponse struct {
|
|||
}
|
||||
|
||||
func (s *TableDataInsertAllResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableDataInsertAllResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableDataInsertAllResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2848,8 +2862,8 @@ type TableDataInsertAllResponseInsertErrors struct {
|
|||
}
|
||||
|
||||
func (s *TableDataInsertAllResponseInsertErrors) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableDataInsertAllResponseInsertErrors
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableDataInsertAllResponseInsertErrors
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2893,8 +2907,8 @@ type TableDataList struct {
|
|||
}
|
||||
|
||||
func (s *TableDataList) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableDataList
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableDataList
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2941,8 +2955,8 @@ type TableFieldSchema struct {
|
|||
}
|
||||
|
||||
func (s *TableFieldSchema) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableFieldSchema
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableFieldSchema
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2984,8 +2998,8 @@ type TableList struct {
|
|||
}
|
||||
|
||||
func (s *TableList) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableList
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableList
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3043,8 +3057,8 @@ type TableListTables struct {
|
|||
}
|
||||
|
||||
func (s *TableListTables) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableListTables
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableListTables
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3072,8 +3086,8 @@ type TableListTablesView struct {
|
|||
}
|
||||
|
||||
func (s *TableListTablesView) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableListTablesView
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableListTablesView
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3107,8 +3121,8 @@ type TableReference struct {
|
|||
}
|
||||
|
||||
func (s *TableReference) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableReference
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableReference
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3135,8 +3149,8 @@ type TableRow struct {
|
|||
}
|
||||
|
||||
func (s *TableRow) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableRow
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableRow
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3162,8 +3176,8 @@ type TableSchema struct {
|
|||
}
|
||||
|
||||
func (s *TableSchema) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TableSchema
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TableSchema
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3200,8 +3214,8 @@ type TimePartitioning struct {
|
|||
}
|
||||
|
||||
func (s *TimePartitioning) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TimePartitioning
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TimePartitioning
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3233,8 +3247,8 @@ type UserDefinedFunctionResource struct {
|
|||
}
|
||||
|
||||
func (s *UserDefinedFunctionResource) MarshalJSON() ([]byte, error) {
|
||||
type noMethod UserDefinedFunctionResource
|
||||
raw := noMethod(*s)
|
||||
type NoMethod UserDefinedFunctionResource
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3272,8 +3286,8 @@ type ViewDefinition struct {
|
|||
}
|
||||
|
||||
func (s *ViewDefinition) MarshalJSON() ([]byte, error) {
|
||||
type noMethod ViewDefinition
|
||||
raw := noMethod(*s)
|
||||
type NoMethod ViewDefinition
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3509,7 +3523,7 @@ func (c *DatasetsGetCall) Do(opts ...googleapi.CallOption) (*Dataset, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -3648,7 +3662,7 @@ func (c *DatasetsInsertCall) Do(opts ...googleapi.CallOption) (*Dataset, error)
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -3821,7 +3835,7 @@ func (c *DatasetsListCall) Do(opts ...googleapi.CallOption) (*DatasetList, error
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -4001,7 +4015,7 @@ func (c *DatasetsPatchCall) Do(opts ...googleapi.CallOption) (*Dataset, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -4147,7 +4161,7 @@ func (c *DatasetsUpdateCall) Do(opts ...googleapi.CallOption) (*Dataset, error)
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -4287,7 +4301,7 @@ func (c *JobsCancelCall) Do(opts ...googleapi.CallOption) (*JobCancelResponse, e
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -4437,7 +4451,7 @@ func (c *JobsGetCall) Do(opts ...googleapi.CallOption) (*Job, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -4616,7 +4630,7 @@ func (c *JobsGetQueryResultsCall) Do(opts ...googleapi.CallOption) (*GetQueryRes
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -4867,7 +4881,7 @@ func (c *JobsInsertCall) Do(opts ...googleapi.CallOption) (*Job, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -5075,7 +5089,7 @@ func (c *JobsListCall) Do(opts ...googleapi.CallOption) (*JobList, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -5274,7 +5288,7 @@ func (c *JobsQueryCall) Do(opts ...googleapi.CallOption) (*QueryResponse, error)
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -5417,7 +5431,7 @@ func (c *ProjectsGetServiceAccountCall) Do(opts ...googleapi.CallOption) (*GetSe
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -5566,7 +5580,7 @@ func (c *ProjectsListCall) Do(opts ...googleapi.CallOption) (*ProjectList, error
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -5728,7 +5742,7 @@ func (c *TabledataInsertAllCall) Do(opts ...googleapi.CallOption) (*TableDataIns
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -5920,7 +5934,7 @@ func (c *TabledataListCall) Do(opts ...googleapi.CallOption) (*TableDataList, er
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -6249,7 +6263,7 @@ func (c *TablesGetCall) Do(opts ...googleapi.CallOption) (*Table, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -6403,7 +6417,7 @@ func (c *TablesInsertCall) Do(opts ...googleapi.CallOption) (*Table, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -6569,7 +6583,7 @@ func (c *TablesListCall) Do(opts ...googleapi.CallOption) (*TableList, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -6749,7 +6763,7 @@ func (c *TablesPatchCall) Do(opts ...googleapi.CallOption) (*Table, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -6905,7 +6919,7 @@ func (c *TablesUpdateCall) Do(opts ...googleapi.CallOption) (*Table, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue