mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-27 20:30:52 +01:00
209 lines
63 KiB
HTML
209 lines
63 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `api` mod in crate `google_bigquery2`."><meta name="keywords" content="rust, rustlang, rust-lang, api"><title>google_bigquery2::api - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled ><script id="default-settings"></script><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../favicon.svg">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-16x16.png">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../../google_bigquery2/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Module api</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></div><p class="location"><a href="../index.html">google_bigquery2</a></p><div id="sidebar-vars" data-name="api" data-ty="mod" data-relpath="../"></div><script defer src="../sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><button type="button" class="help-button">?</button>
|
||
<a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Module <a href="../index.html">google_bigquery2</a>::<wbr><a class="mod" href="">api</a></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">−</span>]</a></span><a class="srclink" href="../../src/google_bigquery2/api.rs.html#1-16799" title="goto source code">[src]</a></span></h1><h2 id="structs" class="section-header"><a href="#structs">Structs</a></h2>
|
||
<table><tr class="module-item"><td><a class="struct" href="struct.AggregateClassificationMetrics.html" title="google_bigquery2::api::AggregateClassificationMetrics struct">AggregateClassificationMetrics</a></td><td class="docblock-short"><p>Aggregate metrics for classification/classifier models. For multi-class models, the metrics are either macro-averaged or micro-averaged. When macro-averaged, the metrics are calculated for each label and then an unweighted average is taken of those values. When micro-averaged, the metric is calculated globally by counting the total number of correctly predicted rows.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Argument.html" title="google_bigquery2::api::Argument struct">Argument</a></td><td class="docblock-short"><p>Input/output argument of a function or a stored procedure.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ArimaCoefficients.html" title="google_bigquery2::api::ArimaCoefficients struct">ArimaCoefficients</a></td><td class="docblock-short"><p>Arima coefficients.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ArimaFittingMetrics.html" title="google_bigquery2::api::ArimaFittingMetrics struct">ArimaFittingMetrics</a></td><td class="docblock-short"><p>ARIMA model fitting metrics.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ArimaForecastingMetrics.html" title="google_bigquery2::api::ArimaForecastingMetrics struct">ArimaForecastingMetrics</a></td><td class="docblock-short"><p>Model evaluation metrics for ARIMA forecasting models.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ArimaModelInfo.html" title="google_bigquery2::api::ArimaModelInfo struct">ArimaModelInfo</a></td><td class="docblock-short"><p>Arima model information.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ArimaOrder.html" title="google_bigquery2::api::ArimaOrder struct">ArimaOrder</a></td><td class="docblock-short"><p>Arima order, can be used for both non-seasonal and seasonal parts.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ArimaResult.html" title="google_bigquery2::api::ArimaResult struct">ArimaResult</a></td><td class="docblock-short"><p>(Auto-)arima fitting result. Wrap everything in ArimaResult for easier refactoring if we want to use model-specific iteration results.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ArimaSingleModelForecastingMetrics.html" title="google_bigquery2::api::ArimaSingleModelForecastingMetrics struct">ArimaSingleModelForecastingMetrics</a></td><td class="docblock-short"><p>Model evaluation metrics for a single ARIMA forecasting model.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AuditConfig.html" title="google_bigquery2::api::AuditConfig struct">AuditConfig</a></td><td class="docblock-short"><p>Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both <code>allServices</code> and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AuditLogConfig.html" title="google_bigquery2::api::AuditLogConfig struct">AuditLogConfig</a></td><td class="docblock-short"><p>Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BigQueryModelTraining.html" title="google_bigquery2::api::BigQueryModelTraining struct">BigQueryModelTraining</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Bigquery.html" title="google_bigquery2::api::Bigquery struct">Bigquery</a></td><td class="docblock-short"><p>Central instance to access all Bigquery related resource activities</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BigtableColumn.html" title="google_bigquery2::api::BigtableColumn struct">BigtableColumn</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BigtableColumnFamily.html" title="google_bigquery2::api::BigtableColumnFamily struct">BigtableColumnFamily</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BigtableOptions.html" title="google_bigquery2::api::BigtableOptions struct">BigtableOptions</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BinaryClassificationMetrics.html" title="google_bigquery2::api::BinaryClassificationMetrics struct">BinaryClassificationMetrics</a></td><td class="docblock-short"><p>Evaluation metrics for binary classification/classifier models.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BinaryConfusionMatrix.html" title="google_bigquery2::api::BinaryConfusionMatrix struct">BinaryConfusionMatrix</a></td><td class="docblock-short"><p>Confusion matrix for binary classification models.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Binding.html" title="google_bigquery2::api::Binding struct">Binding</a></td><td class="docblock-short"><p>Associates <code>members</code> with a <code>role</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BqmlIterationResult.html" title="google_bigquery2::api::BqmlIterationResult struct">BqmlIterationResult</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BqmlTrainingRun.html" title="google_bigquery2::api::BqmlTrainingRun struct">BqmlTrainingRun</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.BqmlTrainingRunTrainingOptions.html" title="google_bigquery2::api::BqmlTrainingRunTrainingOptions struct">BqmlTrainingRunTrainingOptions</a></td><td class="docblock-short"><p>[Output-only, Beta] Training options used by this training run. These options are mutable for subsequent training runs. Default values are explicitly stored for options not specified in the input query of the first training run. For subsequent training runs, any option not explicitly specified in the input query will be copied from the previous training run.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CategoricalValue.html" title="google_bigquery2::api::CategoricalValue struct">CategoricalValue</a></td><td class="docblock-short"><p>Representative value of a categorical feature.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CategoryCount.html" title="google_bigquery2::api::CategoryCount struct">CategoryCount</a></td><td class="docblock-short"><p>Represents the count of a single category within the cluster.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Cluster.html" title="google_bigquery2::api::Cluster struct">Cluster</a></td><td class="docblock-short"><p>Message containing the information about one cluster.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ClusterInfo.html" title="google_bigquery2::api::ClusterInfo struct">ClusterInfo</a></td><td class="docblock-short"><p>Information about a single cluster for clustering model.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Clustering.html" title="google_bigquery2::api::Clustering struct">Clustering</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ClusteringMetrics.html" title="google_bigquery2::api::ClusteringMetrics struct">ClusteringMetrics</a></td><td class="docblock-short"><p>Evaluation metrics for clustering models.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ConfusionMatrix.html" title="google_bigquery2::api::ConfusionMatrix struct">ConfusionMatrix</a></td><td class="docblock-short"><p>Confusion matrix for multi-class classification models.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ConnectionProperty.html" title="google_bigquery2::api::ConnectionProperty struct">ConnectionProperty</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CsvOptions.html" title="google_bigquery2::api::CsvOptions struct">CsvOptions</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DataSplitResult.html" title="google_bigquery2::api::DataSplitResult struct">DataSplitResult</a></td><td class="docblock-short"><p>Data split result. This contains references to the training and evaluation data tables that were used to train the model.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Dataset.html" title="google_bigquery2::api::Dataset struct">Dataset</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetAccess.html" title="google_bigquery2::api::DatasetAccess struct">DatasetAccess</a></td><td class="docblock-short"><p>[Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetAccessEntry.html" title="google_bigquery2::api::DatasetAccessEntry struct">DatasetAccessEntry</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetAccessEntryTargetTypes.html" title="google_bigquery2::api::DatasetAccessEntryTargetTypes struct">DatasetAccessEntryTargetTypes</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetDeleteCall.html" title="google_bigquery2::api::DatasetDeleteCall struct">DatasetDeleteCall</a></td><td class="docblock-short"><p>Deletes the dataset specified by the datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetGetCall.html" title="google_bigquery2::api::DatasetGetCall struct">DatasetGetCall</a></td><td class="docblock-short"><p>Returns the dataset specified by datasetID.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetInsertCall.html" title="google_bigquery2::api::DatasetInsertCall struct">DatasetInsertCall</a></td><td class="docblock-short"><p>Creates a new empty dataset.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetList.html" title="google_bigquery2::api::DatasetList struct">DatasetList</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetListCall.html" title="google_bigquery2::api::DatasetListCall struct">DatasetListCall</a></td><td class="docblock-short"><p>Lists all datasets in the specified project to which you have been granted the READER dataset role.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetListDatasets.html" title="google_bigquery2::api::DatasetListDatasets struct">DatasetListDatasets</a></td><td class="docblock-short"><p>An array of the dataset resources in the project. Each resource contains basic information. For full information about a particular dataset resource, use the Datasets: get method. This property is omitted when there are no datasets in the project.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetMethods.html" title="google_bigquery2::api::DatasetMethods struct">DatasetMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>dataset</em> resources.
|
||
It is not used directly, but through the <code>Bigquery</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetPatchCall.html" title="google_bigquery2::api::DatasetPatchCall struct">DatasetPatchCall</a></td><td class="docblock-short"><p>Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource. This method supports patch semantics.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetReference.html" title="google_bigquery2::api::DatasetReference struct">DatasetReference</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DatasetUpdateCall.html" title="google_bigquery2::api::DatasetUpdateCall struct">DatasetUpdateCall</a></td><td class="docblock-short"><p>Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DestinationTableProperties.html" title="google_bigquery2::api::DestinationTableProperties struct">DestinationTableProperties</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DimensionalityReductionMetrics.html" title="google_bigquery2::api::DimensionalityReductionMetrics struct">DimensionalityReductionMetrics</a></td><td class="docblock-short"><p>Model evaluation metrics for dimensionality reduction models.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EncryptionConfiguration.html" title="google_bigquery2::api::EncryptionConfiguration struct">EncryptionConfiguration</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Entry.html" title="google_bigquery2::api::Entry struct">Entry</a></td><td class="docblock-short"><p>A single entry in the confusion matrix.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ErrorProto.html" title="google_bigquery2::api::ErrorProto struct">ErrorProto</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EvaluationMetrics.html" title="google_bigquery2::api::EvaluationMetrics struct">EvaluationMetrics</a></td><td class="docblock-short"><p>Evaluation metrics of a model. These are either computed on all training data or just the eval data based on whether eval data was used during training. These are not present for imported models.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ExplainQueryStage.html" title="google_bigquery2::api::ExplainQueryStage struct">ExplainQueryStage</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ExplainQueryStep.html" title="google_bigquery2::api::ExplainQueryStep struct">ExplainQueryStep</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Explanation.html" title="google_bigquery2::api::Explanation struct">Explanation</a></td><td class="docblock-short"><p>Explanation for a single feature.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Expr.html" title="google_bigquery2::api::Expr struct">Expr</a></td><td class="docblock-short"><p>Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ExternalDataConfiguration.html" title="google_bigquery2::api::ExternalDataConfiguration struct">ExternalDataConfiguration</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.FeatureValue.html" title="google_bigquery2::api::FeatureValue struct">FeatureValue</a></td><td class="docblock-short"><p>Representative value of a single feature within the cluster.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GetIamPolicyRequest.html" title="google_bigquery2::api::GetIamPolicyRequest struct">GetIamPolicyRequest</a></td><td class="docblock-short"><p>Request message for <code>GetIamPolicy</code> method.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GetPolicyOptions.html" title="google_bigquery2::api::GetPolicyOptions struct">GetPolicyOptions</a></td><td class="docblock-short"><p>Encapsulates settings provided to GetIamPolicy.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GetQueryResultsResponse.html" title="google_bigquery2::api::GetQueryResultsResponse struct">GetQueryResultsResponse</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GetServiceAccountResponse.html" title="google_bigquery2::api::GetServiceAccountResponse struct">GetServiceAccountResponse</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GlobalExplanation.html" title="google_bigquery2::api::GlobalExplanation struct">GlobalExplanation</a></td><td class="docblock-short"><p>Global explanations containing the top most important features after training.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoogleSheetsOptions.html" title="google_bigquery2::api::GoogleSheetsOptions struct">GoogleSheetsOptions</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.HivePartitioningOptions.html" title="google_bigquery2::api::HivePartitioningOptions struct">HivePartitioningOptions</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IterationResult.html" title="google_bigquery2::api::IterationResult struct">IterationResult</a></td><td class="docblock-short"><p>Information about a single iteration of the training run.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Job.html" title="google_bigquery2::api::Job struct">Job</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobCancelCall.html" title="google_bigquery2::api::JobCancelCall struct">JobCancelCall</a></td><td class="docblock-short"><p>Requests that a job be cancelled. This call will return immediately, and the client will need to poll for the job status to see if the cancel completed successfully. Cancelled jobs may still incur costs.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobCancelResponse.html" title="google_bigquery2::api::JobCancelResponse struct">JobCancelResponse</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobConfiguration.html" title="google_bigquery2::api::JobConfiguration struct">JobConfiguration</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobConfigurationExtract.html" title="google_bigquery2::api::JobConfigurationExtract struct">JobConfigurationExtract</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobConfigurationLoad.html" title="google_bigquery2::api::JobConfigurationLoad struct">JobConfigurationLoad</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobConfigurationQuery.html" title="google_bigquery2::api::JobConfigurationQuery struct">JobConfigurationQuery</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobConfigurationTableCopy.html" title="google_bigquery2::api::JobConfigurationTableCopy struct">JobConfigurationTableCopy</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobDeleteCall.html" title="google_bigquery2::api::JobDeleteCall struct">JobDeleteCall</a></td><td class="docblock-short"><p>Requests that a job is deleted. This call will return when the job is deleted. This method is available in limited preview.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobGetCall.html" title="google_bigquery2::api::JobGetCall struct">JobGetCall</a></td><td class="docblock-short"><p>Returns information about a specific job. Job information is available for a six month period after creation. Requires that you're the person who ran the job, or have the Is Owner project role.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobGetQueryResultCall.html" title="google_bigquery2::api::JobGetQueryResultCall struct">JobGetQueryResultCall</a></td><td class="docblock-short"><p>Retrieves the results of a query job.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobInsertCall.html" title="google_bigquery2::api::JobInsertCall struct">JobInsertCall</a></td><td class="docblock-short"><p>Starts a new asynchronous job. Requires the Can View project role.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobList.html" title="google_bigquery2::api::JobList struct">JobList</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobListCall.html" title="google_bigquery2::api::JobListCall struct">JobListCall</a></td><td class="docblock-short"><p>Lists all jobs that you started in the specified project. Job information is available for a six month period after creation. The job list is sorted in reverse chronological order, by job creation time. Requires the Can View project role, or the Is Owner project role if you set the allUsers property.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobListJobs.html" title="google_bigquery2::api::JobListJobs struct">JobListJobs</a></td><td class="docblock-short"><p>List of jobs that were requested.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobMethods.html" title="google_bigquery2::api::JobMethods struct">JobMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>job</em> resources.
|
||
It is not used directly, but through the <code>Bigquery</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobQueryCall.html" title="google_bigquery2::api::JobQueryCall struct">JobQueryCall</a></td><td class="docblock-short"><p>Runs a BigQuery SQL query synchronously and returns query results if the query completes within a specified timeout.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobReference.html" title="google_bigquery2::api::JobReference struct">JobReference</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobStatistics.html" title="google_bigquery2::api::JobStatistics struct">JobStatistics</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobStatistics2.html" title="google_bigquery2::api::JobStatistics2 struct">JobStatistics2</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobStatistics2ReservationUsage.html" title="google_bigquery2::api::JobStatistics2ReservationUsage struct">JobStatistics2ReservationUsage</a></td><td class="docblock-short"><p>[Output-only] Job resource usage breakdown by reservation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobStatistics3.html" title="google_bigquery2::api::JobStatistics3 struct">JobStatistics3</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobStatistics4.html" title="google_bigquery2::api::JobStatistics4 struct">JobStatistics4</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobStatisticsReservationUsage.html" title="google_bigquery2::api::JobStatisticsReservationUsage struct">JobStatisticsReservationUsage</a></td><td class="docblock-short"><p>[Output-only] Job resource usage breakdown by reservation.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JobStatus.html" title="google_bigquery2::api::JobStatus struct">JobStatus</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JsonObject.html" title="google_bigquery2::api::JsonObject struct">JsonObject</a></td><td class="docblock-short"><p>Represents a single JSON object.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.JsonValue.html" title="google_bigquery2::api::JsonValue struct">JsonValue</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ListModelsResponse.html" title="google_bigquery2::api::ListModelsResponse struct">ListModelsResponse</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ListRoutinesResponse.html" title="google_bigquery2::api::ListRoutinesResponse struct">ListRoutinesResponse</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ListRowAccessPoliciesResponse.html" title="google_bigquery2::api::ListRowAccessPoliciesResponse struct">ListRowAccessPoliciesResponse</a></td><td class="docblock-short"><p>Response message for the ListRowAccessPolicies method.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.MaterializedViewDefinition.html" title="google_bigquery2::api::MaterializedViewDefinition struct">MaterializedViewDefinition</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Model.html" title="google_bigquery2::api::Model struct">Model</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ModelDefinition.html" title="google_bigquery2::api::ModelDefinition struct">ModelDefinition</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ModelDefinitionModelOptions.html" title="google_bigquery2::api::ModelDefinitionModelOptions struct">ModelDefinitionModelOptions</a></td><td class="docblock-short"><p>[Output-only, Beta] Model options used for the first training run. These options are immutable for subsequent training runs. Default values are used for any options not specified in the input query.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ModelDeleteCall.html" title="google_bigquery2::api::ModelDeleteCall struct">ModelDeleteCall</a></td><td class="docblock-short"><p>Deletes the model specified by modelId from the dataset.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ModelGetCall.html" title="google_bigquery2::api::ModelGetCall struct">ModelGetCall</a></td><td class="docblock-short"><p>Gets the specified model resource by model ID.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ModelListCall.html" title="google_bigquery2::api::ModelListCall struct">ModelListCall</a></td><td class="docblock-short"><p>Lists all models in the specified dataset. Requires the READER dataset role.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ModelMethods.html" title="google_bigquery2::api::ModelMethods struct">ModelMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>model</em> resources.
|
||
It is not used directly, but through the <code>Bigquery</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ModelPatchCall.html" title="google_bigquery2::api::ModelPatchCall struct">ModelPatchCall</a></td><td class="docblock-short"><p>Patch specific fields in the specified model.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ModelReference.html" title="google_bigquery2::api::ModelReference struct">ModelReference</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.MultiClassClassificationMetrics.html" title="google_bigquery2::api::MultiClassClassificationMetrics struct">MultiClassClassificationMetrics</a></td><td class="docblock-short"><p>Evaluation metrics for multi-class classification/classifier models.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ParquetOptions.html" title="google_bigquery2::api::ParquetOptions struct">ParquetOptions</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Policy.html" title="google_bigquery2::api::Policy struct">Policy</a></td><td class="docblock-short"><p>An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A <code>Policy</code> is a collection of <code>bindings</code>. A <code>binding</code> binds one or more <code>members</code> to a single <code>role</code>. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). A <code>role</code> is a named list of permissions; each <code>role</code> can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a <code>binding</code> can also specify a <code>condition</code>, which is a logical expression that allows access to a resource only if the expression evaluates to <code>true</code>. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the <a href="https://cloud.google.com/iam/help/conditions/resource-policies">IAM documentation</a>. <strong>JSON example:</strong> { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } <strong>YAML example:</strong> bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a description of IAM and its features, see the <a href="https://cloud.google.com/iam/docs/">IAM documentation</a>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.PrincipalComponentInfo.html" title="google_bigquery2::api::PrincipalComponentInfo struct">PrincipalComponentInfo</a></td><td class="docblock-short"><p>Principal component infos, used only for eigen decomposition based models, e.g., PCA. Ordered by explained_variance in the descending order.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectGetServiceAccountCall.html" title="google_bigquery2::api::ProjectGetServiceAccountCall struct">ProjectGetServiceAccountCall</a></td><td class="docblock-short"><p>Returns the email address of the service account for your project used for interactions with Google Cloud KMS.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectList.html" title="google_bigquery2::api::ProjectList struct">ProjectList</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectListCall.html" title="google_bigquery2::api::ProjectListCall struct">ProjectListCall</a></td><td class="docblock-short"><p>Lists all projects to which you have been granted any project role.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectListProjects.html" title="google_bigquery2::api::ProjectListProjects struct">ProjectListProjects</a></td><td class="docblock-short"><p>Projects to which you have at least READ access.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectMethods.html" title="google_bigquery2::api::ProjectMethods struct">ProjectMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>project</em> resources.
|
||
It is not used directly, but through the <code>Bigquery</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProjectReference.html" title="google_bigquery2::api::ProjectReference struct">ProjectReference</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.QueryParameter.html" title="google_bigquery2::api::QueryParameter struct">QueryParameter</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.QueryParameterType.html" title="google_bigquery2::api::QueryParameterType struct">QueryParameterType</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.QueryParameterTypeStructTypes.html" title="google_bigquery2::api::QueryParameterTypeStructTypes struct">QueryParameterTypeStructTypes</a></td><td class="docblock-short"><p>[Optional] The types of the fields of this struct, in order, if this is a struct.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.QueryParameterValue.html" title="google_bigquery2::api::QueryParameterValue struct">QueryParameterValue</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.QueryRequest.html" title="google_bigquery2::api::QueryRequest struct">QueryRequest</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.QueryResponse.html" title="google_bigquery2::api::QueryResponse struct">QueryResponse</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.QueryTimelineSample.html" title="google_bigquery2::api::QueryTimelineSample struct">QueryTimelineSample</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RangePartitioning.html" title="google_bigquery2::api::RangePartitioning struct">RangePartitioning</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RangePartitioningRange.html" title="google_bigquery2::api::RangePartitioningRange struct">RangePartitioningRange</a></td><td class="docblock-short"><p>[TrustedTester] [Required] Defines the ranges for range partitioning.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RankingMetrics.html" title="google_bigquery2::api::RankingMetrics struct">RankingMetrics</a></td><td class="docblock-short"><p>Evaluation metrics used by weighted-ALS models specified by feedback_type=implicit.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RegressionMetrics.html" title="google_bigquery2::api::RegressionMetrics struct">RegressionMetrics</a></td><td class="docblock-short"><p>Evaluation metrics for regression and explicit feedback type matrix factorization models.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Routine.html" title="google_bigquery2::api::Routine struct">Routine</a></td><td class="docblock-short"><p>A user-defined function or a stored procedure.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RoutineDeleteCall.html" title="google_bigquery2::api::RoutineDeleteCall struct">RoutineDeleteCall</a></td><td class="docblock-short"><p>Deletes the routine specified by routineId from the dataset.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RoutineGetCall.html" title="google_bigquery2::api::RoutineGetCall struct">RoutineGetCall</a></td><td class="docblock-short"><p>Gets the specified routine resource by routine ID.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RoutineInsertCall.html" title="google_bigquery2::api::RoutineInsertCall struct">RoutineInsertCall</a></td><td class="docblock-short"><p>Creates a new routine in the dataset.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RoutineListCall.html" title="google_bigquery2::api::RoutineListCall struct">RoutineListCall</a></td><td class="docblock-short"><p>Lists all routines in the specified dataset. Requires the READER dataset role.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RoutineMethods.html" title="google_bigquery2::api::RoutineMethods struct">RoutineMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>routine</em> resources.
|
||
It is not used directly, but through the <code>Bigquery</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RoutineReference.html" title="google_bigquery2::api::RoutineReference struct">RoutineReference</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RoutineUpdateCall.html" title="google_bigquery2::api::RoutineUpdateCall struct">RoutineUpdateCall</a></td><td class="docblock-short"><p>Updates information in an existing routine. The update method replaces the entire Routine resource.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Row.html" title="google_bigquery2::api::Row struct">Row</a></td><td class="docblock-short"><p>A single row in the confusion matrix.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RowAccessPolicy.html" title="google_bigquery2::api::RowAccessPolicy struct">RowAccessPolicy</a></td><td class="docblock-short"><p>Represents access on a subset of rows on the specified table, defined by its filter predicate. Access to the subset of rows is controlled by its IAM policy.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RowAccessPolicyGetIamPolicyCall.html" title="google_bigquery2::api::RowAccessPolicyGetIamPolicyCall struct">RowAccessPolicyGetIamPolicyCall</a></td><td class="docblock-short"><p>Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RowAccessPolicyListCall.html" title="google_bigquery2::api::RowAccessPolicyListCall struct">RowAccessPolicyListCall</a></td><td class="docblock-short"><p>Lists all row access policies on the specified table.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RowAccessPolicyMethods.html" title="google_bigquery2::api::RowAccessPolicyMethods struct">RowAccessPolicyMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>rowAccessPolicy</em> resources.
|
||
It is not used directly, but through the <code>Bigquery</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RowAccessPolicyReference.html" title="google_bigquery2::api::RowAccessPolicyReference struct">RowAccessPolicyReference</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RowAccessPolicySetIamPolicyCall.html" title="google_bigquery2::api::RowAccessPolicySetIamPolicyCall struct">RowAccessPolicySetIamPolicyCall</a></td><td class="docblock-short"><p>Sets the access control policy on the specified resource. Replaces any existing policy. Can return <code>NOT_FOUND</code>, <code>INVALID_ARGUMENT</code>, and <code>PERMISSION_DENIED</code> errors.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RowAccessPolicyTestIamPermissionCall.html" title="google_bigquery2::api::RowAccessPolicyTestIamPermissionCall struct">RowAccessPolicyTestIamPermissionCall</a></td><td class="docblock-short"><p>Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a <code>NOT_FOUND</code> error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RowLevelSecurityStatistics.html" title="google_bigquery2::api::RowLevelSecurityStatistics struct">RowLevelSecurityStatistics</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ScriptStackFrame.html" title="google_bigquery2::api::ScriptStackFrame struct">ScriptStackFrame</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ScriptStatistics.html" title="google_bigquery2::api::ScriptStatistics struct">ScriptStatistics</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.SessionInfo.html" title="google_bigquery2::api::SessionInfo struct">SessionInfo</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.SetIamPolicyRequest.html" title="google_bigquery2::api::SetIamPolicyRequest struct">SetIamPolicyRequest</a></td><td class="docblock-short"><p>Request message for <code>SetIamPolicy</code> method.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.SnapshotDefinition.html" title="google_bigquery2::api::SnapshotDefinition struct">SnapshotDefinition</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.StandardSqlDataType.html" title="google_bigquery2::api::StandardSqlDataType struct">StandardSqlDataType</a></td><td class="docblock-short"><p>The type of a variable, e.g., a function argument. Examples: INT64: {type_kind="INT64"} ARRAY: {type_kind="ARRAY", array_element_type="STRING"} STRUCT>: {type_kind="STRUCT", struct_type={fields=[ {name="x", type={type_kind="STRING"}}, {name="y", type={type_kind="ARRAY", array_element_type="DATE"}} ]}}</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.StandardSqlField.html" title="google_bigquery2::api::StandardSqlField struct">StandardSqlField</a></td><td class="docblock-short"><p>A field or a column.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.StandardSqlStructType.html" title="google_bigquery2::api::StandardSqlStructType struct">StandardSqlStructType</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.StandardSqlTableType.html" title="google_bigquery2::api::StandardSqlTableType struct">StandardSqlTableType</a></td><td class="docblock-short"><p>A table type</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Streamingbuffer.html" title="google_bigquery2::api::Streamingbuffer struct">Streamingbuffer</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Table.html" title="google_bigquery2::api::Table struct">Table</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableCell.html" title="google_bigquery2::api::TableCell struct">TableCell</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableDataInsertAllRequest.html" title="google_bigquery2::api::TableDataInsertAllRequest struct">TableDataInsertAllRequest</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableDataInsertAllRequestRows.html" title="google_bigquery2::api::TableDataInsertAllRequestRows struct">TableDataInsertAllRequestRows</a></td><td class="docblock-short"><p>The rows to insert.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableDataInsertAllResponse.html" title="google_bigquery2::api::TableDataInsertAllResponse struct">TableDataInsertAllResponse</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableDataInsertAllResponseInsertErrors.html" title="google_bigquery2::api::TableDataInsertAllResponseInsertErrors struct">TableDataInsertAllResponseInsertErrors</a></td><td class="docblock-short"><p>An array of errors for rows that were not inserted.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableDataList.html" title="google_bigquery2::api::TableDataList struct">TableDataList</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableDeleteCall.html" title="google_bigquery2::api::TableDeleteCall struct">TableDeleteCall</a></td><td class="docblock-short"><p>Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableFieldSchema.html" title="google_bigquery2::api::TableFieldSchema struct">TableFieldSchema</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableFieldSchemaCategories.html" title="google_bigquery2::api::TableFieldSchemaCategories struct">TableFieldSchemaCategories</a></td><td class="docblock-short"><p>[Optional] The categories attached to this field, used for field-level access control.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableFieldSchemaPolicyTags.html" title="google_bigquery2::api::TableFieldSchemaPolicyTags struct">TableFieldSchemaPolicyTags</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableGetCall.html" title="google_bigquery2::api::TableGetCall struct">TableGetCall</a></td><td class="docblock-short"><p>Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableGetIamPolicyCall.html" title="google_bigquery2::api::TableGetIamPolicyCall struct">TableGetIamPolicyCall</a></td><td class="docblock-short"><p>Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableInsertCall.html" title="google_bigquery2::api::TableInsertCall struct">TableInsertCall</a></td><td class="docblock-short"><p>Creates a new, empty table in the dataset.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableList.html" title="google_bigquery2::api::TableList struct">TableList</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableListCall.html" title="google_bigquery2::api::TableListCall struct">TableListCall</a></td><td class="docblock-short"><p>Lists all tables in the specified dataset. Requires the READER dataset role.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableListTables.html" title="google_bigquery2::api::TableListTables struct">TableListTables</a></td><td class="docblock-short"><p>Tables in the requested dataset.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableListTablesView.html" title="google_bigquery2::api::TableListTablesView struct">TableListTablesView</a></td><td class="docblock-short"><p>Additional details for a view.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableMethods.html" title="google_bigquery2::api::TableMethods struct">TableMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>table</em> resources.
|
||
It is not used directly, but through the <code>Bigquery</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TablePatchCall.html" title="google_bigquery2::api::TablePatchCall struct">TablePatchCall</a></td><td class="docblock-short"><p>Updates information in an existing table. The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource. This method supports patch semantics.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableReference.html" title="google_bigquery2::api::TableReference struct">TableReference</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableRow.html" title="google_bigquery2::api::TableRow struct">TableRow</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableSchema.html" title="google_bigquery2::api::TableSchema struct">TableSchema</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableSetIamPolicyCall.html" title="google_bigquery2::api::TableSetIamPolicyCall struct">TableSetIamPolicyCall</a></td><td class="docblock-short"><p>Sets the access control policy on the specified resource. Replaces any existing policy. Can return <code>NOT_FOUND</code>, <code>INVALID_ARGUMENT</code>, and <code>PERMISSION_DENIED</code> errors.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableTestIamPermissionCall.html" title="google_bigquery2::api::TableTestIamPermissionCall struct">TableTestIamPermissionCall</a></td><td class="docblock-short"><p>Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a <code>NOT_FOUND</code> error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TableUpdateCall.html" title="google_bigquery2::api::TableUpdateCall struct">TableUpdateCall</a></td><td class="docblock-short"><p>Updates information in an existing table. The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TabledataInsertAllCall.html" title="google_bigquery2::api::TabledataInsertAllCall struct">TabledataInsertAllCall</a></td><td class="docblock-short"><p>Streams data into BigQuery one record at a time without needing to run a load job. Requires the WRITER dataset role.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TabledataListCall.html" title="google_bigquery2::api::TabledataListCall struct">TabledataListCall</a></td><td class="docblock-short"><p>Retrieves table data from a specified set of rows. Requires the READER dataset role.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TabledataMethods.html" title="google_bigquery2::api::TabledataMethods struct">TabledataMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>tabledata</em> resources.
|
||
It is not used directly, but through the <code>Bigquery</code> hub.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestIamPermissionsRequest.html" title="google_bigquery2::api::TestIamPermissionsRequest struct">TestIamPermissionsRequest</a></td><td class="docblock-short"><p>Request message for <code>TestIamPermissions</code> method.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TestIamPermissionsResponse.html" title="google_bigquery2::api::TestIamPermissionsResponse struct">TestIamPermissionsResponse</a></td><td class="docblock-short"><p>Response message for <code>TestIamPermissions</code> method.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TimePartitioning.html" title="google_bigquery2::api::TimePartitioning struct">TimePartitioning</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TrainingOptions.html" title="google_bigquery2::api::TrainingOptions struct">TrainingOptions</a></td><td class="docblock-short"><p>Options used in model training.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TrainingRun.html" title="google_bigquery2::api::TrainingRun struct">TrainingRun</a></td><td class="docblock-short"><p>Information about a single training query run for the model.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.TransactionInfo.html" title="google_bigquery2::api::TransactionInfo struct">TransactionInfo</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.UserDefinedFunctionResource.html" title="google_bigquery2::api::UserDefinedFunctionResource struct">UserDefinedFunctionResource</a></td><td class="docblock-short"><p>This is used for defining User Defined Function (UDF) resources only when using legacy SQL. Users of Standard SQL should leverage either DDL (e.g. CREATE [TEMPORARY] FUNCTION ... ) or the Routines API to define UDF resources. For additional information on migrating, see: https://cloud.google.com/bigquery/docs/reference/standard-sql/migrating-from-legacy-sql#differences_in_user-defined_javascript_functions</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ViewDefinition.html" title="google_bigquery2::api::ViewDefinition struct">ViewDefinition</a></td><td class="docblock-short"><p>There is no detailed description.</p>
|
||
</td></tr></table><h2 id="enums" class="section-header"><a href="#enums">Enums</a></h2>
|
||
<table><tr class="module-item"><td><a class="enum" href="enum.Scope.html" title="google_bigquery2::api::Scope enum">Scope</a></td><td class="docblock-short"><p>Identifies the an OAuth2 authorization scope.
|
||
A scope is needed when requesting an
|
||
<a href="https://developers.google.com/youtube/v3/guides/authentication">authorization token</a>.</p>
|
||
</td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><div id="rustdoc-vars" data-root-path="../../" data-current-crate="google_bigquery2"></div>
|
||
<script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html> |