Versions in this module Expand all Collapse all v0 v0.25.2 May 21, 2020 Changes in this version + const BigqueryInsertdataScope + const BigqueryReadonlyScope + const BigqueryScope + const CloudPlatformReadOnlyScope + const CloudPlatformScope + const DevstorageFullControlScope + const DevstorageReadOnlyScope + const DevstorageReadWriteScope + type AggregateClassificationMetrics struct + Accuracy float64 + F1Score float64 + ForceSendFields []string + LogLoss float64 + NullFields []string + Precision float64 + Recall float64 + RocAuc float64 + Threshold float64 + func (s *AggregateClassificationMetrics) MarshalJSON() ([]byte, error) + func (s *AggregateClassificationMetrics) UnmarshalJSON(data []byte) error + type Argument struct + ArgumentKind string + DataType *StandardSqlDataType + ForceSendFields []string + Mode string + Name string + NullFields []string + func (s *Argument) MarshalJSON() ([]byte, error) + type ArimaCoefficients struct + AutoRegressiveCoefficients []float64 + ForceSendFields []string + InterceptCoefficient float64 + MovingAverageCoefficients []float64 + NullFields []string + func (s *ArimaCoefficients) MarshalJSON() ([]byte, error) + func (s *ArimaCoefficients) UnmarshalJSON(data []byte) error + type ArimaFittingMetrics struct + Aic float64 + ForceSendFields []string + LogLikelihood float64 + NullFields []string + Variance float64 + func (s *ArimaFittingMetrics) MarshalJSON() ([]byte, error) + func (s *ArimaFittingMetrics) UnmarshalJSON(data []byte) error + type ArimaModelInfo struct + ArimaCoefficients *ArimaCoefficients + ArimaFittingMetrics *ArimaFittingMetrics + ForceSendFields []string + HasDrift bool + NonSeasonalOrder *ArimaOrder + NullFields []string + SeasonalPeriods []string + TimeSeriesId string + func (s *ArimaModelInfo) MarshalJSON() ([]byte, error) + type ArimaOrder struct + D int64 + ForceSendFields []string + NullFields []string + P int64 + Q int64 + func (s *ArimaOrder) MarshalJSON() ([]byte, error) + type ArimaResult struct + ArimaModelInfo []*ArimaModelInfo + ForceSendFields []string + NullFields []string + SeasonalPeriods []string + func (s *ArimaResult) MarshalJSON() ([]byte, error) + type AuditConfig struct + AuditLogConfigs []*AuditLogConfig + ForceSendFields []string + NullFields []string + Service string + func (s *AuditConfig) MarshalJSON() ([]byte, error) + type AuditLogConfig struct + ExemptedMembers []string + ForceSendFields []string + LogType string + NullFields []string + func (s *AuditLogConfig) MarshalJSON() ([]byte, error) + type BigQueryModelTraining struct + CurrentIteration int64 + ExpectedTotalIterations int64 + ForceSendFields []string + NullFields []string + func (s *BigQueryModelTraining) MarshalJSON() ([]byte, error) + type BigtableColumn struct + Encoding string + FieldName string + ForceSendFields []string + NullFields []string + OnlyReadLatest bool + QualifierEncoded string + QualifierString string + Type string + func (s *BigtableColumn) MarshalJSON() ([]byte, error) + type BigtableColumnFamily struct + Columns []*BigtableColumn + Encoding string + FamilyId string + ForceSendFields []string + NullFields []string + OnlyReadLatest bool + Type string + func (s *BigtableColumnFamily) MarshalJSON() ([]byte, error) + type BigtableOptions struct + ColumnFamilies []*BigtableColumnFamily + ForceSendFields []string + IgnoreUnspecifiedColumnFamilies bool + NullFields []string + ReadRowkeyAsString bool + func (s *BigtableOptions) MarshalJSON() ([]byte, error) + type BinaryClassificationMetrics struct + AggregateClassificationMetrics *AggregateClassificationMetrics + BinaryConfusionMatrixList []*BinaryConfusionMatrix + ForceSendFields []string + NegativeLabel string + NullFields []string + PositiveLabel string + func (s *BinaryClassificationMetrics) MarshalJSON() ([]byte, error) + type BinaryConfusionMatrix struct + Accuracy float64 + F1Score float64 + FalseNegatives int64 + FalsePositives int64 + ForceSendFields []string + NullFields []string + PositiveClassThreshold float64 + Precision float64 + Recall float64 + TrueNegatives int64 + TruePositives int64 + func (s *BinaryConfusionMatrix) MarshalJSON() ([]byte, error) + func (s *BinaryConfusionMatrix) UnmarshalJSON(data []byte) error + type Binding struct + Condition *Expr + ForceSendFields []string + Members []string + NullFields []string + Role string + func (s *Binding) MarshalJSON() ([]byte, error) + type BqmlIterationResult struct + DurationMs int64 + EvalLoss float64 + ForceSendFields []string + Index int64 + LearnRate float64 + NullFields []string + TrainingLoss float64 + func (s *BqmlIterationResult) MarshalJSON() ([]byte, error) + func (s *BqmlIterationResult) UnmarshalJSON(data []byte) error + type BqmlTrainingRun struct + ForceSendFields []string + IterationResults []*BqmlIterationResult + NullFields []string + StartTime string + State string + TrainingOptions *BqmlTrainingRunTrainingOptions + func (s *BqmlTrainingRun) MarshalJSON() ([]byte, error) + type BqmlTrainingRunTrainingOptions struct + EarlyStop bool + ForceSendFields []string + L1Reg float64 + L2Reg float64 + LearnRate float64 + LearnRateStrategy string + LineSearchInitLearnRate float64 + MaxIteration int64 + MinRelProgress float64 + NullFields []string + WarmStart bool + func (s *BqmlTrainingRunTrainingOptions) MarshalJSON() ([]byte, error) + func (s *BqmlTrainingRunTrainingOptions) UnmarshalJSON(data []byte) error + type CategoricalValue struct + CategoryCounts []*CategoryCount + ForceSendFields []string + NullFields []string + func (s *CategoricalValue) MarshalJSON() ([]byte, error) + type CategoryCount struct + Category string + Count int64 + ForceSendFields []string + NullFields []string + func (s *CategoryCount) MarshalJSON() ([]byte, error) + type Cluster struct + CentroidId int64 + Count int64 + FeatureValues []*FeatureValue + ForceSendFields []string + NullFields []string + func (s *Cluster) MarshalJSON() ([]byte, error) + type ClusterInfo struct + CentroidId int64 + ClusterRadius float64 + ClusterSize int64 + ForceSendFields []string + NullFields []string + func (s *ClusterInfo) MarshalJSON() ([]byte, error) + func (s *ClusterInfo) UnmarshalJSON(data []byte) error + type Clustering struct + Fields []string + ForceSendFields []string + NullFields []string + func (s *Clustering) MarshalJSON() ([]byte, error) + type ClusteringMetrics struct + Clusters []*Cluster + DaviesBouldinIndex float64 + ForceSendFields []string + MeanSquaredDistance float64 + NullFields []string + func (s *ClusteringMetrics) MarshalJSON() ([]byte, error) + func (s *ClusteringMetrics) UnmarshalJSON(data []byte) error + type ConfusionMatrix struct + ConfidenceThreshold float64 + ForceSendFields []string + NullFields []string + Rows []*Row + func (s *ConfusionMatrix) MarshalJSON() ([]byte, error) + func (s *ConfusionMatrix) UnmarshalJSON(data []byte) error + type ConnectionProperty struct + ForceSendFields []string + Key string + NullFields []string + Value string + func (s *ConnectionProperty) MarshalJSON() ([]byte, error) + type CsvOptions struct + AllowJaggedRows bool + AllowQuotedNewlines bool + Encoding string + FieldDelimiter string + ForceSendFields []string + NullFields []string + Quote *string + SkipLeadingRows int64 + func (s *CsvOptions) MarshalJSON() ([]byte, error) + type DataSplitResult struct + EvaluationTable *TableReference + ForceSendFields []string + NullFields []string + TrainingTable *TableReference + func (s *DataSplitResult) MarshalJSON() ([]byte, error) + type Dataset struct + Access []*DatasetAccess + CreationTime int64 + DatasetReference *DatasetReference + DefaultEncryptionConfiguration *EncryptionConfiguration + DefaultPartitionExpirationMs int64 + DefaultTableExpirationMs int64 + Description string + Etag string + ForceSendFields []string + FriendlyName string + Id string + Kind string + Labels map[string]string + LastModifiedTime int64 + Location string + NullFields []string + SelfLink string + func (s *Dataset) MarshalJSON() ([]byte, error) + type DatasetAccess struct + Domain string + ForceSendFields []string + GroupByEmail string + IamMember string + NullFields []string + Role string + SpecialGroup string + UserByEmail string + View *TableReference + func (s *DatasetAccess) MarshalJSON() ([]byte, error) + type DatasetList struct + Datasets []*DatasetListDatasets + Etag string + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + func (s *DatasetList) MarshalJSON() ([]byte, error) + type DatasetListDatasets struct + DatasetReference *DatasetReference + ForceSendFields []string + FriendlyName string + Id string + Kind string + Labels map[string]string + Location string + NullFields []string + func (s *DatasetListDatasets) MarshalJSON() ([]byte, error) + type DatasetReference struct + DatasetId string + ForceSendFields []string + NullFields []string + ProjectId string + func (s *DatasetReference) MarshalJSON() ([]byte, error) + type DatasetsDeleteCall struct + func (c *DatasetsDeleteCall) Context(ctx context.Context) *DatasetsDeleteCall + func (c *DatasetsDeleteCall) DeleteContents(deleteContents bool) *DatasetsDeleteCall + func (c *DatasetsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *DatasetsDeleteCall) Fields(s ...googleapi.Field) *DatasetsDeleteCall + func (c *DatasetsDeleteCall) Header() http.Header + type DatasetsGetCall struct + func (c *DatasetsGetCall) Context(ctx context.Context) *DatasetsGetCall + func (c *DatasetsGetCall) Do(opts ...googleapi.CallOption) (*Dataset, error) + func (c *DatasetsGetCall) Fields(s ...googleapi.Field) *DatasetsGetCall + func (c *DatasetsGetCall) Header() http.Header + func (c *DatasetsGetCall) IfNoneMatch(entityTag string) *DatasetsGetCall + type DatasetsInsertCall struct + func (c *DatasetsInsertCall) Context(ctx context.Context) *DatasetsInsertCall + func (c *DatasetsInsertCall) Do(opts ...googleapi.CallOption) (*Dataset, error) + func (c *DatasetsInsertCall) Fields(s ...googleapi.Field) *DatasetsInsertCall + func (c *DatasetsInsertCall) Header() http.Header + type DatasetsListCall struct + func (c *DatasetsListCall) All(all bool) *DatasetsListCall + func (c *DatasetsListCall) Context(ctx context.Context) *DatasetsListCall + func (c *DatasetsListCall) Do(opts ...googleapi.CallOption) (*DatasetList, error) + func (c *DatasetsListCall) Fields(s ...googleapi.Field) *DatasetsListCall + func (c *DatasetsListCall) Filter(filter string) *DatasetsListCall + func (c *DatasetsListCall) Header() http.Header + func (c *DatasetsListCall) IfNoneMatch(entityTag string) *DatasetsListCall + func (c *DatasetsListCall) MaxResults(maxResults int64) *DatasetsListCall + func (c *DatasetsListCall) PageToken(pageToken string) *DatasetsListCall + func (c *DatasetsListCall) Pages(ctx context.Context, f func(*DatasetList) error) error + type DatasetsPatchCall struct + func (c *DatasetsPatchCall) Context(ctx context.Context) *DatasetsPatchCall + func (c *DatasetsPatchCall) Do(opts ...googleapi.CallOption) (*Dataset, error) + func (c *DatasetsPatchCall) Fields(s ...googleapi.Field) *DatasetsPatchCall + func (c *DatasetsPatchCall) Header() http.Header + type DatasetsService struct + func NewDatasetsService(s *Service) *DatasetsService + func (r *DatasetsService) Delete(projectId string, datasetId string) *DatasetsDeleteCall + func (r *DatasetsService) Get(projectId string, datasetId string) *DatasetsGetCall + func (r *DatasetsService) Insert(projectId string, dataset *Dataset) *DatasetsInsertCall + func (r *DatasetsService) List(projectId string) *DatasetsListCall + func (r *DatasetsService) Patch(projectId string, datasetId string, dataset *Dataset) *DatasetsPatchCall + func (r *DatasetsService) Update(projectId string, datasetId string, dataset *Dataset) *DatasetsUpdateCall + type DatasetsUpdateCall struct + func (c *DatasetsUpdateCall) Context(ctx context.Context) *DatasetsUpdateCall + func (c *DatasetsUpdateCall) Do(opts ...googleapi.CallOption) (*Dataset, error) + func (c *DatasetsUpdateCall) Fields(s ...googleapi.Field) *DatasetsUpdateCall + func (c *DatasetsUpdateCall) Header() http.Header + type DestinationTableProperties struct + Description string + ForceSendFields []string + FriendlyName string + Labels map[string]string + NullFields []string + func (s *DestinationTableProperties) MarshalJSON() ([]byte, error) + type EncryptionConfiguration struct + ForceSendFields []string + KmsKeyName string + NullFields []string + func (s *EncryptionConfiguration) MarshalJSON() ([]byte, error) + type Entry struct + ForceSendFields []string + ItemCount int64 + NullFields []string + PredictedLabel string + func (s *Entry) MarshalJSON() ([]byte, error) + type ErrorProto struct + DebugInfo string + ForceSendFields []string + Location string + Message string + NullFields []string + Reason string + func (s *ErrorProto) MarshalJSON() ([]byte, error) + type EvaluationMetrics struct + BinaryClassificationMetrics *BinaryClassificationMetrics + ClusteringMetrics *ClusteringMetrics + ForceSendFields []string + MultiClassClassificationMetrics *MultiClassClassificationMetrics + NullFields []string + RankingMetrics *RankingMetrics + RegressionMetrics *RegressionMetrics + func (s *EvaluationMetrics) MarshalJSON() ([]byte, error) + type ExplainQueryStage struct + CompletedParallelInputs int64 + ComputeMsAvg int64 + ComputeMsMax int64 + ComputeRatioAvg float64 + ComputeRatioMax float64 + EndMs int64 + ForceSendFields []string + Id int64 + InputStages googleapi.Int64s + Name string + NullFields []string + ParallelInputs int64 + ReadMsAvg int64 + ReadMsMax int64 + ReadRatioAvg float64 + ReadRatioMax float64 + RecordsRead int64 + RecordsWritten int64 + ShuffleOutputBytes int64 + ShuffleOutputBytesSpilled int64 + SlotMs int64 + StartMs int64 + Status string + Steps []*ExplainQueryStep + WaitMsAvg int64 + WaitMsMax int64 + WaitRatioAvg float64 + WaitRatioMax float64 + WriteMsAvg int64 + WriteMsMax int64 + WriteRatioAvg float64 + WriteRatioMax float64 + func (s *ExplainQueryStage) MarshalJSON() ([]byte, error) + func (s *ExplainQueryStage) UnmarshalJSON(data []byte) error + type ExplainQueryStep struct + ForceSendFields []string + Kind string + NullFields []string + Substeps []string + func (s *ExplainQueryStep) MarshalJSON() ([]byte, error) + type Expr struct + Description string + Expression string + ForceSendFields []string + Location string + NullFields []string + Title string + func (s *Expr) MarshalJSON() ([]byte, error) + type ExternalDataConfiguration struct + Autodetect bool + BigtableOptions *BigtableOptions + Compression string + CsvOptions *CsvOptions + ForceSendFields []string + GoogleSheetsOptions *GoogleSheetsOptions + HivePartitioningOptions *HivePartitioningOptions + IgnoreUnknownValues bool + MaxBadRecords int64 + NullFields []string + Schema *TableSchema + SourceFormat string + SourceUris []string + func (s *ExternalDataConfiguration) MarshalJSON() ([]byte, error) + type FeatureValue struct + CategoricalValue *CategoricalValue + FeatureColumn string + ForceSendFields []string + NullFields []string + NumericalValue float64 + func (s *FeatureValue) MarshalJSON() ([]byte, error) + func (s *FeatureValue) UnmarshalJSON(data []byte) error + type GetIamPolicyRequest struct + ForceSendFields []string + NullFields []string + Options *GetPolicyOptions + func (s *GetIamPolicyRequest) MarshalJSON() ([]byte, error) + type GetPolicyOptions struct + ForceSendFields []string + NullFields []string + RequestedPolicyVersion int64 + func (s *GetPolicyOptions) MarshalJSON() ([]byte, error) + type GetQueryResultsResponse struct + CacheHit bool + Errors []*ErrorProto + Etag string + ForceSendFields []string + JobComplete bool + JobReference *JobReference + Kind string + NullFields []string + NumDmlAffectedRows int64 + PageToken string + Rows []*TableRow + Schema *TableSchema + TotalBytesProcessed int64 + TotalRows uint64 + func (s *GetQueryResultsResponse) MarshalJSON() ([]byte, error) + type GetServiceAccountResponse struct + Email string + ForceSendFields []string + Kind string + NullFields []string + func (s *GetServiceAccountResponse) MarshalJSON() ([]byte, error) + type GoogleSheetsOptions struct + ForceSendFields []string + NullFields []string + Range string + SkipLeadingRows int64 + func (s *GoogleSheetsOptions) MarshalJSON() ([]byte, error) + type HivePartitioningOptions struct + ForceSendFields []string + Mode string + NullFields []string + SourceUriPrefix string + func (s *HivePartitioningOptions) MarshalJSON() ([]byte, error) + type IterationResult struct + ArimaResult *ArimaResult + ClusterInfos []*ClusterInfo + DurationMs int64 + EvalLoss float64 + ForceSendFields []string + Index int64 + LearnRate float64 + NullFields []string + TrainingLoss float64 + func (s *IterationResult) MarshalJSON() ([]byte, error) + func (s *IterationResult) UnmarshalJSON(data []byte) error + type Job struct + Configuration *JobConfiguration + Etag string + ForceSendFields []string + Id string + JobReference *JobReference + Kind string + NullFields []string + SelfLink string + Statistics *JobStatistics + Status *JobStatus + UserEmail string + func (s *Job) MarshalJSON() ([]byte, error) + type JobCancelResponse struct + ForceSendFields []string + Job *Job + Kind string + NullFields []string + func (s *JobCancelResponse) MarshalJSON() ([]byte, error) + type JobConfiguration struct + Copy *JobConfigurationTableCopy + DryRun bool + Extract *JobConfigurationExtract + ForceSendFields []string + JobTimeoutMs int64 + JobType string + Labels map[string]string + Load *JobConfigurationLoad + NullFields []string + Query *JobConfigurationQuery + func (s *JobConfiguration) MarshalJSON() ([]byte, error) + type JobConfigurationExtract struct + Compression string + DestinationFormat string + DestinationUri string + DestinationUris []string + FieldDelimiter string + ForceSendFields []string + NullFields []string + PrintHeader *bool + SourceModel *ModelReference + SourceTable *TableReference + UseAvroLogicalTypes bool + func (s *JobConfigurationExtract) MarshalJSON() ([]byte, error) + type JobConfigurationLoad struct + AllowJaggedRows bool + AllowQuotedNewlines bool + Autodetect bool + Clustering *Clustering + CreateDisposition string + DestinationEncryptionConfiguration *EncryptionConfiguration + DestinationTable *TableReference + DestinationTableProperties *DestinationTableProperties + Encoding string + FieldDelimiter string + ForceSendFields []string + HivePartitioningOptions *HivePartitioningOptions + IgnoreUnknownValues bool + MaxBadRecords int64 + NullFields []string + NullMarker string + ProjectionFields []string + Quote *string + RangePartitioning *RangePartitioning + Schema *TableSchema + SchemaInline string + SchemaInlineFormat string + SchemaUpdateOptions []string + SkipLeadingRows int64 + SourceFormat string + SourceUris []string + TimePartitioning *TimePartitioning + UseAvroLogicalTypes bool + WriteDisposition string + func (s *JobConfigurationLoad) MarshalJSON() ([]byte, error) + type JobConfigurationQuery struct + AllowLargeResults bool + Clustering *Clustering + ConnectionProperties []*ConnectionProperty + CreateDisposition string + DefaultDataset *DatasetReference + DestinationEncryptionConfiguration *EncryptionConfiguration + DestinationTable *TableReference + FlattenResults *bool + ForceSendFields []string + MaximumBillingTier *int64 + MaximumBytesBilled int64 + NullFields []string + ParameterMode string + PreserveNulls bool + Priority string + Query string + QueryParameters []*QueryParameter + RangePartitioning *RangePartitioning + SchemaUpdateOptions []string + TableDefinitions map[string]ExternalDataConfiguration + TimePartitioning *TimePartitioning + UseLegacySql *bool + UseQueryCache *bool + UserDefinedFunctionResources []*UserDefinedFunctionResource + WriteDisposition string + func (s *JobConfigurationQuery) MarshalJSON() ([]byte, error) + type JobConfigurationTableCopy struct + CreateDisposition string + DestinationEncryptionConfiguration *EncryptionConfiguration + DestinationTable *TableReference + ForceSendFields []string + NullFields []string + SourceTable *TableReference + SourceTables []*TableReference + WriteDisposition string + func (s *JobConfigurationTableCopy) MarshalJSON() ([]byte, error) + type JobList struct + Etag string + ForceSendFields []string + Jobs []*JobListJobs + Kind string + NextPageToken string + NullFields []string + func (s *JobList) MarshalJSON() ([]byte, error) + type JobListJobs struct + Configuration *JobConfiguration + ErrorResult *ErrorProto + ForceSendFields []string + Id string + JobReference *JobReference + Kind string + NullFields []string + State string + Statistics *JobStatistics + Status *JobStatus + UserEmail string + func (s *JobListJobs) MarshalJSON() ([]byte, error) + type JobReference struct + ForceSendFields []string + JobId string + Location string + NullFields []string + ProjectId string + func (s *JobReference) MarshalJSON() ([]byte, error) + type JobStatistics struct + CompletionRatio float64 + CreationTime int64 + EndTime int64 + Extract *JobStatistics4 + ForceSendFields []string + Load *JobStatistics3 + NullFields []string + NumChildJobs int64 + ParentJobId string + Query *JobStatistics2 + QuotaDeferments []string + ReservationId string + ReservationUsage []*JobStatisticsReservationUsage + RowLevelSecurityStatistics *RowLevelSecurityStatistics + ScriptStatistics *ScriptStatistics + StartTime int64 + TotalBytesProcessed int64 + TotalSlotMs int64 + func (s *JobStatistics) MarshalJSON() ([]byte, error) + func (s *JobStatistics) UnmarshalJSON(data []byte) error + type JobStatistics2 struct + BillingTier int64 + CacheHit bool + DdlAffectedRowAccessPolicyCount int64 + DdlOperationPerformed string + DdlTargetRoutine *RoutineReference + DdlTargetRowAccessPolicy *RowAccessPolicyReference + DdlTargetTable *TableReference + EstimatedBytesProcessed int64 + ForceSendFields []string + ModelTraining *BigQueryModelTraining + ModelTrainingCurrentIteration int64 + ModelTrainingExpectedTotalIteration int64 + NullFields []string + NumDmlAffectedRows int64 + QueryPlan []*ExplainQueryStage + ReferencedRoutines []*RoutineReference + ReferencedTables []*TableReference + ReservationUsage []*JobStatistics2ReservationUsage + Schema *TableSchema + StatementType string + Timeline []*QueryTimelineSample + TotalBytesBilled int64 + TotalBytesProcessed int64 + TotalBytesProcessedAccuracy string + TotalPartitionsProcessed int64 + TotalSlotMs int64 + UndeclaredQueryParameters []*QueryParameter + func (s *JobStatistics2) MarshalJSON() ([]byte, error) + type JobStatistics2ReservationUsage struct + ForceSendFields []string + Name string + NullFields []string + SlotMs int64 + func (s *JobStatistics2ReservationUsage) MarshalJSON() ([]byte, error) + type JobStatistics3 struct + BadRecords int64 + ForceSendFields []string + InputFileBytes int64 + InputFiles int64 + NullFields []string + OutputBytes int64 + OutputRows int64 + func (s *JobStatistics3) MarshalJSON() ([]byte, error) + type JobStatistics4 struct + DestinationUriFileCounts googleapi.Int64s + ForceSendFields []string + InputBytes int64 + NullFields []string + func (s *JobStatistics4) MarshalJSON() ([]byte, error) + type JobStatisticsReservationUsage struct + ForceSendFields []string + Name string + NullFields []string + SlotMs int64 + func (s *JobStatisticsReservationUsage) MarshalJSON() ([]byte, error) + type JobStatus struct + ErrorResult *ErrorProto + Errors []*ErrorProto + ForceSendFields []string + NullFields []string + State string + func (s *JobStatus) MarshalJSON() ([]byte, error) + type JobsCancelCall struct + func (c *JobsCancelCall) Context(ctx context.Context) *JobsCancelCall + func (c *JobsCancelCall) Do(opts ...googleapi.CallOption) (*JobCancelResponse, error) + func (c *JobsCancelCall) Fields(s ...googleapi.Field) *JobsCancelCall + func (c *JobsCancelCall) Header() http.Header + func (c *JobsCancelCall) Location(location string) *JobsCancelCall + type JobsGetCall struct + func (c *JobsGetCall) Context(ctx context.Context) *JobsGetCall + func (c *JobsGetCall) Do(opts ...googleapi.CallOption) (*Job, error) + func (c *JobsGetCall) Fields(s ...googleapi.Field) *JobsGetCall + func (c *JobsGetCall) Header() http.Header + func (c *JobsGetCall) IfNoneMatch(entityTag string) *JobsGetCall + func (c *JobsGetCall) Location(location string) *JobsGetCall + type JobsGetQueryResultsCall struct + func (c *JobsGetQueryResultsCall) Context(ctx context.Context) *JobsGetQueryResultsCall + func (c *JobsGetQueryResultsCall) Do(opts ...googleapi.CallOption) (*GetQueryResultsResponse, error) + func (c *JobsGetQueryResultsCall) Fields(s ...googleapi.Field) *JobsGetQueryResultsCall + func (c *JobsGetQueryResultsCall) Header() http.Header + func (c *JobsGetQueryResultsCall) IfNoneMatch(entityTag string) *JobsGetQueryResultsCall + func (c *JobsGetQueryResultsCall) Location(location string) *JobsGetQueryResultsCall + func (c *JobsGetQueryResultsCall) MaxResults(maxResults int64) *JobsGetQueryResultsCall + func (c *JobsGetQueryResultsCall) PageToken(pageToken string) *JobsGetQueryResultsCall + func (c *JobsGetQueryResultsCall) Pages(ctx context.Context, f func(*GetQueryResultsResponse) error) error + func (c *JobsGetQueryResultsCall) StartIndex(startIndex uint64) *JobsGetQueryResultsCall + func (c *JobsGetQueryResultsCall) TimeoutMs(timeoutMs int64) *JobsGetQueryResultsCall + type JobsInsertCall struct + func (c *JobsInsertCall) Context(ctx context.Context) *JobsInsertCall + func (c *JobsInsertCall) Do(opts ...googleapi.CallOption) (*Job, error) + func (c *JobsInsertCall) Fields(s ...googleapi.Field) *JobsInsertCall + func (c *JobsInsertCall) Header() http.Header + func (c *JobsInsertCall) Media(r io.Reader, options ...googleapi.MediaOption) *JobsInsertCall + func (c *JobsInsertCall) ProgressUpdater(pu googleapi.ProgressUpdater) *JobsInsertCall + func (c *JobsInsertCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *JobsInsertCall + type JobsListCall struct + func (c *JobsListCall) AllUsers(allUsers bool) *JobsListCall + func (c *JobsListCall) Context(ctx context.Context) *JobsListCall + func (c *JobsListCall) Do(opts ...googleapi.CallOption) (*JobList, error) + func (c *JobsListCall) Fields(s ...googleapi.Field) *JobsListCall + func (c *JobsListCall) Header() http.Header + func (c *JobsListCall) IfNoneMatch(entityTag string) *JobsListCall + func (c *JobsListCall) MaxCreationTime(maxCreationTime uint64) *JobsListCall + func (c *JobsListCall) MaxResults(maxResults int64) *JobsListCall + func (c *JobsListCall) MinCreationTime(minCreationTime uint64) *JobsListCall + func (c *JobsListCall) PageToken(pageToken string) *JobsListCall + func (c *JobsListCall) Pages(ctx context.Context, f func(*JobList) error) error + func (c *JobsListCall) ParentJobId(parentJobId string) *JobsListCall + func (c *JobsListCall) Projection(projection string) *JobsListCall + func (c *JobsListCall) StateFilter(stateFilter ...string) *JobsListCall + type JobsQueryCall struct + func (c *JobsQueryCall) Context(ctx context.Context) *JobsQueryCall + func (c *JobsQueryCall) Do(opts ...googleapi.CallOption) (*QueryResponse, error) + func (c *JobsQueryCall) Fields(s ...googleapi.Field) *JobsQueryCall + func (c *JobsQueryCall) Header() http.Header + type JobsService struct + func NewJobsService(s *Service) *JobsService + func (r *JobsService) Cancel(projectId string, jobId string) *JobsCancelCall + func (r *JobsService) Get(projectId string, jobId string) *JobsGetCall + func (r *JobsService) GetQueryResults(projectId string, jobId string) *JobsGetQueryResultsCall + func (r *JobsService) Insert(projectId string, job *Job) *JobsInsertCall + func (r *JobsService) List(projectId string) *JobsListCall + func (r *JobsService) Query(projectId string, queryrequest *QueryRequest) *JobsQueryCall + type JsonValue interface + type ListModelsResponse struct + ForceSendFields []string + Models []*Model + NextPageToken string + NullFields []string + func (s *ListModelsResponse) MarshalJSON() ([]byte, error) + type ListRoutinesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Routines []*Routine + func (s *ListRoutinesResponse) MarshalJSON() ([]byte, error) + type LocationMetadata struct + ForceSendFields []string + LegacyLocationId string + NullFields []string + func (s *LocationMetadata) MarshalJSON() ([]byte, error) + type MaterializedViewDefinition struct + EnableRefresh bool + ForceSendFields []string + LastRefreshTime int64 + NullFields []string + Query string + RefreshIntervalMs int64 + func (s *MaterializedViewDefinition) MarshalJSON() ([]byte, error) + type Model struct + CreationTime int64 + Description string + EncryptionConfiguration *EncryptionConfiguration + Etag string + ExpirationTime int64 + FeatureColumns []*StandardSqlField + ForceSendFields []string + FriendlyName string + LabelColumns []*StandardSqlField + Labels map[string]string + LastModifiedTime int64 + Location string + ModelReference *ModelReference + ModelType string + NullFields []string + TrainingRuns []*TrainingRun + func (s *Model) MarshalJSON() ([]byte, error) + type ModelDefinition struct + ForceSendFields []string + ModelOptions *ModelDefinitionModelOptions + NullFields []string + TrainingRuns []*BqmlTrainingRun + func (s *ModelDefinition) MarshalJSON() ([]byte, error) + type ModelDefinitionModelOptions struct + ForceSendFields []string + Labels []string + LossType string + ModelType string + NullFields []string + func (s *ModelDefinitionModelOptions) MarshalJSON() ([]byte, error) + type ModelReference struct + DatasetId string + ForceSendFields []string + ModelId string + NullFields []string + ProjectId string + func (s *ModelReference) MarshalJSON() ([]byte, error) + type ModelsDeleteCall struct + func (c *ModelsDeleteCall) Context(ctx context.Context) *ModelsDeleteCall + func (c *ModelsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *ModelsDeleteCall) Fields(s ...googleapi.Field) *ModelsDeleteCall + func (c *ModelsDeleteCall) Header() http.Header + type ModelsGetCall struct + func (c *ModelsGetCall) Context(ctx context.Context) *ModelsGetCall + func (c *ModelsGetCall) Do(opts ...googleapi.CallOption) (*Model, error) + func (c *ModelsGetCall) Fields(s ...googleapi.Field) *ModelsGetCall + func (c *ModelsGetCall) Header() http.Header + func (c *ModelsGetCall) IfNoneMatch(entityTag string) *ModelsGetCall + type ModelsListCall struct + func (c *ModelsListCall) Context(ctx context.Context) *ModelsListCall + func (c *ModelsListCall) Do(opts ...googleapi.CallOption) (*ListModelsResponse, error) + func (c *ModelsListCall) Fields(s ...googleapi.Field) *ModelsListCall + func (c *ModelsListCall) Header() http.Header + func (c *ModelsListCall) IfNoneMatch(entityTag string) *ModelsListCall + func (c *ModelsListCall) MaxResults(maxResults int64) *ModelsListCall + func (c *ModelsListCall) PageToken(pageToken string) *ModelsListCall + func (c *ModelsListCall) Pages(ctx context.Context, f func(*ListModelsResponse) error) error + type ModelsPatchCall struct + func (c *ModelsPatchCall) Context(ctx context.Context) *ModelsPatchCall + func (c *ModelsPatchCall) Do(opts ...googleapi.CallOption) (*Model, error) + func (c *ModelsPatchCall) Fields(s ...googleapi.Field) *ModelsPatchCall + func (c *ModelsPatchCall) Header() http.Header + type ModelsService struct + func NewModelsService(s *Service) *ModelsService + func (r *ModelsService) Delete(projectId string, datasetId string, modelId string) *ModelsDeleteCall + func (r *ModelsService) Get(projectId string, datasetId string, modelId string) *ModelsGetCall + func (r *ModelsService) List(projectId string, datasetId string) *ModelsListCall + func (r *ModelsService) Patch(projectId string, datasetId string, modelId string, model *Model) *ModelsPatchCall + type MultiClassClassificationMetrics struct + AggregateClassificationMetrics *AggregateClassificationMetrics + ConfusionMatrixList []*ConfusionMatrix + ForceSendFields []string + NullFields []string + func (s *MultiClassClassificationMetrics) MarshalJSON() ([]byte, error) + type Policy struct + AuditConfigs []*AuditConfig + Bindings []*Binding + Etag string + ForceSendFields []string + NullFields []string + Version int64 + func (s *Policy) MarshalJSON() ([]byte, error) + type ProjectList struct + Etag string + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Projects []*ProjectListProjects + TotalItems int64 + func (s *ProjectList) MarshalJSON() ([]byte, error) + type ProjectListProjects struct + ForceSendFields []string + FriendlyName string + Id string + Kind string + NullFields []string + NumericId uint64 + ProjectReference *ProjectReference + func (s *ProjectListProjects) MarshalJSON() ([]byte, error) + type ProjectReference struct + ForceSendFields []string + NullFields []string + ProjectId string + func (s *ProjectReference) MarshalJSON() ([]byte, error) + type ProjectsGetServiceAccountCall struct + func (c *ProjectsGetServiceAccountCall) Context(ctx context.Context) *ProjectsGetServiceAccountCall + func (c *ProjectsGetServiceAccountCall) Do(opts ...googleapi.CallOption) (*GetServiceAccountResponse, error) + func (c *ProjectsGetServiceAccountCall) Fields(s ...googleapi.Field) *ProjectsGetServiceAccountCall + func (c *ProjectsGetServiceAccountCall) Header() http.Header + func (c *ProjectsGetServiceAccountCall) IfNoneMatch(entityTag string) *ProjectsGetServiceAccountCall + type ProjectsListCall struct + func (c *ProjectsListCall) Context(ctx context.Context) *ProjectsListCall + func (c *ProjectsListCall) Do(opts ...googleapi.CallOption) (*ProjectList, error) + func (c *ProjectsListCall) Fields(s ...googleapi.Field) *ProjectsListCall + func (c *ProjectsListCall) Header() http.Header + func (c *ProjectsListCall) IfNoneMatch(entityTag string) *ProjectsListCall + func (c *ProjectsListCall) MaxResults(maxResults int64) *ProjectsListCall + func (c *ProjectsListCall) PageToken(pageToken string) *ProjectsListCall + func (c *ProjectsListCall) Pages(ctx context.Context, f func(*ProjectList) error) error + type ProjectsService struct + func NewProjectsService(s *Service) *ProjectsService + func (r *ProjectsService) GetServiceAccount(projectId string) *ProjectsGetServiceAccountCall + func (r *ProjectsService) List() *ProjectsListCall + type QueryParameter struct + ForceSendFields []string + Name string + NullFields []string + ParameterType *QueryParameterType + ParameterValue *QueryParameterValue + func (s *QueryParameter) MarshalJSON() ([]byte, error) + type QueryParameterType struct + ArrayType *QueryParameterType + ForceSendFields []string + NullFields []string + StructTypes []*QueryParameterTypeStructTypes + Type string + func (s *QueryParameterType) MarshalJSON() ([]byte, error) + type QueryParameterTypeStructTypes struct + Description string + ForceSendFields []string + Name string + NullFields []string + Type *QueryParameterType + func (s *QueryParameterTypeStructTypes) MarshalJSON() ([]byte, error) + type QueryParameterValue struct + ArrayValues []*QueryParameterValue + ForceSendFields []string + NullFields []string + StructValues map[string]QueryParameterValue + Value string + func (s *QueryParameterValue) MarshalJSON() ([]byte, error) + type QueryRequest struct + ConnectionProperties []*ConnectionProperty + DefaultDataset *DatasetReference + DryRun bool + ForceSendFields []string + Kind string + Location string + MaxResults int64 + NullFields []string + ParameterMode string + PreserveNulls bool + Query string + QueryParameters []*QueryParameter + TimeoutMs int64 + UseLegacySql *bool + UseQueryCache *bool + func (s *QueryRequest) MarshalJSON() ([]byte, error) + type QueryResponse struct + CacheHit bool + Errors []*ErrorProto + ForceSendFields []string + JobComplete bool + JobReference *JobReference + Kind string + NullFields []string + NumDmlAffectedRows int64 + PageToken string + Rows []*TableRow + Schema *TableSchema + TotalBytesProcessed int64 + TotalRows uint64 + func (s *QueryResponse) MarshalJSON() ([]byte, error) + type QueryTimelineSample struct + ActiveUnits int64 + CompletedUnits int64 + ElapsedMs int64 + ForceSendFields []string + NullFields []string + PendingUnits int64 + TotalSlotMs int64 + func (s *QueryTimelineSample) MarshalJSON() ([]byte, error) + type RangePartitioning struct + Field string + ForceSendFields []string + NullFields []string + Range *RangePartitioningRange + func (s *RangePartitioning) MarshalJSON() ([]byte, error) + type RangePartitioningRange struct + End int64 + ForceSendFields []string + Interval int64 + NullFields []string + Start int64 + func (s *RangePartitioningRange) MarshalJSON() ([]byte, error) + type RankingMetrics struct + AverageRank float64 + ForceSendFields []string + MeanAveragePrecision float64 + MeanSquaredError float64 + NormalizedDiscountedCumulativeGain float64 + NullFields []string + func (s *RankingMetrics) MarshalJSON() ([]byte, error) + func (s *RankingMetrics) UnmarshalJSON(data []byte) error + type RegressionMetrics struct + ForceSendFields []string + MeanAbsoluteError float64 + MeanSquaredError float64 + MeanSquaredLogError float64 + MedianAbsoluteError float64 + NullFields []string + RSquared float64 + func (s *RegressionMetrics) MarshalJSON() ([]byte, error) + func (s *RegressionMetrics) UnmarshalJSON(data []byte) error + type Routine struct + Arguments []*Argument + CreationTime int64 + DefinitionBody string + Description string + Etag string + ForceSendFields []string + ImportedLibraries []string + Language string + LastModifiedTime int64 + NullFields []string + ReturnType *StandardSqlDataType + RoutineReference *RoutineReference + RoutineType string + func (s *Routine) MarshalJSON() ([]byte, error) + type RoutineReference struct + DatasetId string + ForceSendFields []string + NullFields []string + ProjectId string + RoutineId string + func (s *RoutineReference) MarshalJSON() ([]byte, error) + type RoutinesDeleteCall struct + func (c *RoutinesDeleteCall) Context(ctx context.Context) *RoutinesDeleteCall + func (c *RoutinesDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *RoutinesDeleteCall) Fields(s ...googleapi.Field) *RoutinesDeleteCall + func (c *RoutinesDeleteCall) Header() http.Header + type RoutinesGetCall struct + func (c *RoutinesGetCall) Context(ctx context.Context) *RoutinesGetCall + func (c *RoutinesGetCall) Do(opts ...googleapi.CallOption) (*Routine, error) + func (c *RoutinesGetCall) Fields(s ...googleapi.Field) *RoutinesGetCall + func (c *RoutinesGetCall) Header() http.Header + func (c *RoutinesGetCall) IfNoneMatch(entityTag string) *RoutinesGetCall + func (c *RoutinesGetCall) ReadMask(readMask string) *RoutinesGetCall + type RoutinesInsertCall struct + func (c *RoutinesInsertCall) Context(ctx context.Context) *RoutinesInsertCall + func (c *RoutinesInsertCall) Do(opts ...googleapi.CallOption) (*Routine, error) + func (c *RoutinesInsertCall) Fields(s ...googleapi.Field) *RoutinesInsertCall + func (c *RoutinesInsertCall) Header() http.Header + type RoutinesListCall struct + func (c *RoutinesListCall) Context(ctx context.Context) *RoutinesListCall + func (c *RoutinesListCall) Do(opts ...googleapi.CallOption) (*ListRoutinesResponse, error) + func (c *RoutinesListCall) Fields(s ...googleapi.Field) *RoutinesListCall + func (c *RoutinesListCall) Filter(filter string) *RoutinesListCall + func (c *RoutinesListCall) Header() http.Header + func (c *RoutinesListCall) IfNoneMatch(entityTag string) *RoutinesListCall + func (c *RoutinesListCall) MaxResults(maxResults int64) *RoutinesListCall + func (c *RoutinesListCall) PageToken(pageToken string) *RoutinesListCall + func (c *RoutinesListCall) Pages(ctx context.Context, f func(*ListRoutinesResponse) error) error + func (c *RoutinesListCall) ReadMask(readMask string) *RoutinesListCall + type RoutinesService struct + func NewRoutinesService(s *Service) *RoutinesService + func (r *RoutinesService) Delete(projectId string, datasetId string, routineId string) *RoutinesDeleteCall + func (r *RoutinesService) Get(projectId string, datasetId string, routineId string) *RoutinesGetCall + func (r *RoutinesService) Insert(projectId string, datasetId string, routine *Routine) *RoutinesInsertCall + func (r *RoutinesService) List(projectId string, datasetId string) *RoutinesListCall + func (r *RoutinesService) Update(projectId string, datasetId string, routineId string, routine *Routine) *RoutinesUpdateCall + type RoutinesUpdateCall struct + func (c *RoutinesUpdateCall) Context(ctx context.Context) *RoutinesUpdateCall + func (c *RoutinesUpdateCall) Do(opts ...googleapi.CallOption) (*Routine, error) + func (c *RoutinesUpdateCall) Fields(s ...googleapi.Field) *RoutinesUpdateCall + func (c *RoutinesUpdateCall) Header() http.Header + type Row struct + ActualLabel string + Entries []*Entry + ForceSendFields []string + NullFields []string + func (s *Row) MarshalJSON() ([]byte, error) + type RowAccessPolicyReference struct + DatasetId string + ForceSendFields []string + NullFields []string + PolicyId string + ProjectId string + TableId string + func (s *RowAccessPolicyReference) MarshalJSON() ([]byte, error) + type RowLevelSecurityStatistics struct + ForceSendFields []string + NullFields []string + RowLevelSecurityApplied bool + func (s *RowLevelSecurityStatistics) MarshalJSON() ([]byte, error) + type ScriptStackFrame struct + EndColumn int64 + EndLine int64 + ForceSendFields []string + NullFields []string + ProcedureId string + StartColumn int64 + StartLine int64 + Text string + func (s *ScriptStackFrame) MarshalJSON() ([]byte, error) + type ScriptStatistics struct + EvaluationKind string + ForceSendFields []string + NullFields []string + StackFrames []*ScriptStackFrame + func (s *ScriptStatistics) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + Datasets *DatasetsService + Jobs *JobsService + Models *ModelsService + Projects *ProjectsService + Routines *RoutinesService + Tabledata *TabledataService + Tables *TablesService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type SetIamPolicyRequest struct + ForceSendFields []string + NullFields []string + Policy *Policy + UpdateMask string + func (s *SetIamPolicyRequest) MarshalJSON() ([]byte, error) + type StandardSqlDataType struct + ArrayElementType *StandardSqlDataType + ForceSendFields []string + NullFields []string + StructType *StandardSqlStructType + TypeKind string + func (s *StandardSqlDataType) MarshalJSON() ([]byte, error) + type StandardSqlField struct + ForceSendFields []string + Name string + NullFields []string + Type *StandardSqlDataType + func (s *StandardSqlField) MarshalJSON() ([]byte, error) + type StandardSqlStructType struct + Fields []*StandardSqlField + ForceSendFields []string + NullFields []string + func (s *StandardSqlStructType) MarshalJSON() ([]byte, error) + type Streamingbuffer struct + EstimatedBytes uint64 + EstimatedRows uint64 + ForceSendFields []string + NullFields []string + OldestEntryTime uint64 + func (s *Streamingbuffer) MarshalJSON() ([]byte, error) + type Table struct + Clustering *Clustering + CreationTime int64 + Description string + EncryptionConfiguration *EncryptionConfiguration + Etag string + ExpirationTime int64 + ExternalDataConfiguration *ExternalDataConfiguration + ForceSendFields []string + FriendlyName string + Id string + Kind string + Labels map[string]string + LastModifiedTime uint64 + Location string + MaterializedView *MaterializedViewDefinition + Model *ModelDefinition + NullFields []string + NumBytes int64 + NumLongTermBytes int64 + NumPhysicalBytes int64 + NumRows uint64 + RangePartitioning *RangePartitioning + RequirePartitionFilter bool + Schema *TableSchema + SelfLink string + StreamingBuffer *Streamingbuffer + TableReference *TableReference + TimePartitioning *TimePartitioning + Type string + View *ViewDefinition + func (s *Table) MarshalJSON() ([]byte, error) + type TableCell struct + ForceSendFields []string + NullFields []string + V interface{} + func (s *TableCell) MarshalJSON() ([]byte, error) + type TableDataInsertAllRequest struct + ForceSendFields []string + IgnoreUnknownValues bool + Kind string + NullFields []string + Rows []*TableDataInsertAllRequestRows + SkipInvalidRows bool + TemplateSuffix string + func (s *TableDataInsertAllRequest) MarshalJSON() ([]byte, error) + type TableDataInsertAllRequestRows struct + ForceSendFields []string + InsertId string + Json map[string]JsonValue + NullFields []string + func (s *TableDataInsertAllRequestRows) MarshalJSON() ([]byte, error) + type TableDataInsertAllResponse struct + ForceSendFields []string + InsertErrors []*TableDataInsertAllResponseInsertErrors + Kind string + NullFields []string + func (s *TableDataInsertAllResponse) MarshalJSON() ([]byte, error) + type TableDataInsertAllResponseInsertErrors struct + Errors []*ErrorProto + ForceSendFields []string + Index int64 + NullFields []string + func (s *TableDataInsertAllResponseInsertErrors) MarshalJSON() ([]byte, error) + type TableDataList struct + Etag string + ForceSendFields []string + Kind string + NullFields []string + PageToken string + Rows []*TableRow + TotalRows int64 + func (s *TableDataList) MarshalJSON() ([]byte, error) + type TableFieldSchema struct + Categories *TableFieldSchemaCategories + Description string + Fields []*TableFieldSchema + ForceSendFields []string + Mode string + Name string + NullFields []string + PolicyTags *TableFieldSchemaPolicyTags + Type string + func (s *TableFieldSchema) MarshalJSON() ([]byte, error) + type TableFieldSchemaCategories struct + ForceSendFields []string + Names []string + NullFields []string + func (s *TableFieldSchemaCategories) MarshalJSON() ([]byte, error) + type TableFieldSchemaPolicyTags struct + ForceSendFields []string + Names []string + NullFields []string + func (s *TableFieldSchemaPolicyTags) MarshalJSON() ([]byte, error) + type TableList struct + Etag string + ForceSendFields []string + Kind string + NextPageToken string + NullFields []string + Tables []*TableListTables + TotalItems int64 + func (s *TableList) MarshalJSON() ([]byte, error) + type TableListTables struct + Clustering *Clustering + CreationTime int64 + ExpirationTime int64 + ForceSendFields []string + FriendlyName string + Id string + Kind string + Labels map[string]string + NullFields []string + RangePartitioning *RangePartitioning + TableReference *TableReference + TimePartitioning *TimePartitioning + Type string + View *TableListTablesView + func (s *TableListTables) MarshalJSON() ([]byte, error) + type TableListTablesView struct + ForceSendFields []string + NullFields []string + UseLegacySql bool + func (s *TableListTablesView) MarshalJSON() ([]byte, error) + type TableReference struct + DatasetId string + ForceSendFields []string + NullFields []string + ProjectId string + TableId string + func (s *TableReference) MarshalJSON() ([]byte, error) + type TableRow struct + F []*TableCell + ForceSendFields []string + NullFields []string + func (s *TableRow) MarshalJSON() ([]byte, error) + type TableSchema struct + Fields []*TableFieldSchema + ForceSendFields []string + NullFields []string + func (s *TableSchema) MarshalJSON() ([]byte, error) + type TabledataInsertAllCall struct + func (c *TabledataInsertAllCall) Context(ctx context.Context) *TabledataInsertAllCall + func (c *TabledataInsertAllCall) Do(opts ...googleapi.CallOption) (*TableDataInsertAllResponse, error) + func (c *TabledataInsertAllCall) Fields(s ...googleapi.Field) *TabledataInsertAllCall + func (c *TabledataInsertAllCall) Header() http.Header + type TabledataListCall struct + func (c *TabledataListCall) Context(ctx context.Context) *TabledataListCall + func (c *TabledataListCall) Do(opts ...googleapi.CallOption) (*TableDataList, error) + func (c *TabledataListCall) Fields(s ...googleapi.Field) *TabledataListCall + func (c *TabledataListCall) Header() http.Header + func (c *TabledataListCall) IfNoneMatch(entityTag string) *TabledataListCall + func (c *TabledataListCall) MaxResults(maxResults int64) *TabledataListCall + func (c *TabledataListCall) PageToken(pageToken string) *TabledataListCall + func (c *TabledataListCall) Pages(ctx context.Context, f func(*TableDataList) error) error + func (c *TabledataListCall) SelectedFields(selectedFields string) *TabledataListCall + func (c *TabledataListCall) StartIndex(startIndex uint64) *TabledataListCall + type TabledataService struct + func NewTabledataService(s *Service) *TabledataService + func (r *TabledataService) InsertAll(projectId string, datasetId string, tableId string, ...) *TabledataInsertAllCall + func (r *TabledataService) List(projectId string, datasetId string, tableId string) *TabledataListCall + type TablesDeleteCall struct + func (c *TablesDeleteCall) Context(ctx context.Context) *TablesDeleteCall + func (c *TablesDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *TablesDeleteCall) Fields(s ...googleapi.Field) *TablesDeleteCall + func (c *TablesDeleteCall) Header() http.Header + type TablesGetCall struct + func (c *TablesGetCall) Context(ctx context.Context) *TablesGetCall + func (c *TablesGetCall) Do(opts ...googleapi.CallOption) (*Table, error) + func (c *TablesGetCall) Fields(s ...googleapi.Field) *TablesGetCall + func (c *TablesGetCall) Header() http.Header + func (c *TablesGetCall) IfNoneMatch(entityTag string) *TablesGetCall + func (c *TablesGetCall) SelectedFields(selectedFields string) *TablesGetCall + type TablesGetIamPolicyCall struct + func (c *TablesGetIamPolicyCall) Context(ctx context.Context) *TablesGetIamPolicyCall + func (c *TablesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *TablesGetIamPolicyCall) Fields(s ...googleapi.Field) *TablesGetIamPolicyCall + func (c *TablesGetIamPolicyCall) Header() http.Header + type TablesInsertCall struct + func (c *TablesInsertCall) Context(ctx context.Context) *TablesInsertCall + func (c *TablesInsertCall) Do(opts ...googleapi.CallOption) (*Table, error) + func (c *TablesInsertCall) Fields(s ...googleapi.Field) *TablesInsertCall + func (c *TablesInsertCall) Header() http.Header + type TablesListCall struct + func (c *TablesListCall) Context(ctx context.Context) *TablesListCall + func (c *TablesListCall) Do(opts ...googleapi.CallOption) (*TableList, error) + func (c *TablesListCall) Fields(s ...googleapi.Field) *TablesListCall + func (c *TablesListCall) Header() http.Header + func (c *TablesListCall) IfNoneMatch(entityTag string) *TablesListCall + func (c *TablesListCall) MaxResults(maxResults int64) *TablesListCall + func (c *TablesListCall) PageToken(pageToken string) *TablesListCall + func (c *TablesListCall) Pages(ctx context.Context, f func(*TableList) error) error + type TablesPatchCall struct + func (c *TablesPatchCall) Context(ctx context.Context) *TablesPatchCall + func (c *TablesPatchCall) Do(opts ...googleapi.CallOption) (*Table, error) + func (c *TablesPatchCall) Fields(s ...googleapi.Field) *TablesPatchCall + func (c *TablesPatchCall) Header() http.Header + type TablesService struct + func NewTablesService(s *Service) *TablesService + func (r *TablesService) Delete(projectId string, datasetId string, tableId string) *TablesDeleteCall + func (r *TablesService) Get(projectId string, datasetId string, tableId string) *TablesGetCall + func (r *TablesService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *TablesGetIamPolicyCall + func (r *TablesService) Insert(projectId string, datasetId string, table *Table) *TablesInsertCall + func (r *TablesService) List(projectId string, datasetId string) *TablesListCall + func (r *TablesService) Patch(projectId string, datasetId string, tableId string, table *Table) *TablesPatchCall + func (r *TablesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *TablesSetIamPolicyCall + func (r *TablesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *TablesTestIamPermissionsCall + func (r *TablesService) Update(projectId string, datasetId string, tableId string, table *Table) *TablesUpdateCall + type TablesSetIamPolicyCall struct + func (c *TablesSetIamPolicyCall) Context(ctx context.Context) *TablesSetIamPolicyCall + func (c *TablesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *TablesSetIamPolicyCall) Fields(s ...googleapi.Field) *TablesSetIamPolicyCall + func (c *TablesSetIamPolicyCall) Header() http.Header + type TablesTestIamPermissionsCall struct + func (c *TablesTestIamPermissionsCall) Context(ctx context.Context) *TablesTestIamPermissionsCall + func (c *TablesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *TablesTestIamPermissionsCall) Fields(s ...googleapi.Field) *TablesTestIamPermissionsCall + func (c *TablesTestIamPermissionsCall) Header() http.Header + type TablesUpdateCall struct + func (c *TablesUpdateCall) Context(ctx context.Context) *TablesUpdateCall + func (c *TablesUpdateCall) Do(opts ...googleapi.CallOption) (*Table, error) + func (c *TablesUpdateCall) Fields(s ...googleapi.Field) *TablesUpdateCall + func (c *TablesUpdateCall) Header() http.Header + type TestIamPermissionsRequest struct + ForceSendFields []string + NullFields []string + Permissions []string + func (s *TestIamPermissionsRequest) MarshalJSON() ([]byte, error) + type TestIamPermissionsResponse struct + ForceSendFields []string + NullFields []string + Permissions []string + func (s *TestIamPermissionsResponse) MarshalJSON() ([]byte, error) + type TimePartitioning struct + ExpirationMs int64 + Field string + ForceSendFields []string + NullFields []string + RequirePartitionFilter bool + Type string + func (s *TimePartitioning) MarshalJSON() ([]byte, error) + type TrainingOptions struct + BatchSize int64 + DataSplitColumn string + DataSplitEvalFraction float64 + DataSplitMethod string + DistanceType string + Dropout float64 + EarlyStop bool + FeedbackType string + ForceSendFields []string + HiddenUnits googleapi.Int64s + InitialLearnRate float64 + InputLabelColumns []string + ItemColumn string + KmeansInitializationColumn string + KmeansInitializationMethod string + L1Regularization float64 + L2Regularization float64 + LabelClassWeights map[string]float64 + LearnRate float64 + LearnRateStrategy string + LossType string + MaxIterations int64 + MaxTreeDepth int64 + MinRelativeProgress float64 + MinSplitLoss float64 + ModelUri string + NullFields []string + NumClusters int64 + NumFactors int64 + OptimizationStrategy string + Subsample float64 + UserColumn string + WalsAlpha float64 + WarmStart bool + func (s *TrainingOptions) MarshalJSON() ([]byte, error) + func (s *TrainingOptions) UnmarshalJSON(data []byte) error + type TrainingRun struct + DataSplitResult *DataSplitResult + EvaluationMetrics *EvaluationMetrics + ForceSendFields []string + NullFields []string + Results []*IterationResult + StartTime string + TrainingOptions *TrainingOptions + func (s *TrainingRun) MarshalJSON() ([]byte, error) + type UserDefinedFunctionResource struct + ForceSendFields []string + InlineCode string + NullFields []string + ResourceUri string + func (s *UserDefinedFunctionResource) MarshalJSON() ([]byte, error) + type ViewDefinition struct + ForceSendFields []string + NullFields []string + Query string + UseLegacySql bool + UserDefinedFunctionResources []*UserDefinedFunctionResource + func (s *ViewDefinition) MarshalJSON() ([]byte, error)