bigquery  v2
Public Member Functions | Protected Member Functions | Properties | List of all members
Google.Apis.Bigquery.v2.TablesResource.UpdateRequest Class Reference

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. More...

Inheritance diagram for Google.Apis.Bigquery.v2.TablesResource.UpdateRequest:
Google.Apis.Bigquery.v2.BigqueryBaseServiceRequest< Google.Apis.Bigquery.v2.Data.Table >

Public Member Functions

 UpdateRequest (Google.Apis.Services.IClientService service, Google.Apis.Bigquery.v2.Data.Table body, string projectId, string datasetId, string tableId)
 Constructs a new Update request. More...
 

Protected Member Functions

override object GetBody ()
 summary>Gets the method name. More...
 
override void InitParameters ()
 Initializes Update parameter list. More...
 
- Protected Member Functions inherited from Google.Apis.Bigquery.v2.BigqueryBaseServiceRequest< Google.Apis.Bigquery.v2.Data.Table >
 BigqueryBaseServiceRequest (Google.Apis.Services.IClientService service)
 Constructs a new BigqueryBaseServiceRequest instance. More...
 
override void InitParameters ()
 Initializes Bigquery parameter list. More...
 

Properties

virtual string ProjectId [get]
 Project ID of the table to update More...
 
virtual string DatasetId [get]
 Dataset ID of the table to update More...
 
virtual string TableId [get]
 Table ID of the table to update More...
 
override string MethodName [get]
 summary>Gets the HTTP method. More...
 
override string HttpMethod [get]
 summary>Gets the REST path. More...
 
override string RestPath [get]
 
- Properties inherited from Google.Apis.Bigquery.v2.BigqueryBaseServiceRequest< Google.Apis.Bigquery.v2.Data.Table >
virtual System.Nullable< AltEnum > Alt [get, set]
 Data format for the response. More...
 
virtual string Fields [get, set]
 Selector specifying which fields to include in a partial response. More...
 
virtual string Key [get, set]
 API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. More...
 
virtual string OauthToken [get, set]
 OAuth 2.0 token for the current user. More...
 
virtual System.Nullable< bool > PrettyPrint [get, set]
 Returns response with indentations and line breaks. More...
 
virtual string QuotaUser [get, set]
 An opaque string that represents a user for quota purposes. Must not exceed 40 characters. More...
 
virtual string UserIp [get, set]
 Deprecated. Please use quotaUser instead. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ UpdateRequest()

Google.Apis.Bigquery.v2.TablesResource.UpdateRequest.UpdateRequest ( Google.Apis.Services.IClientService  service,
Google.Apis.Bigquery.v2.Data.Table  body,
string  projectId,
string  datasetId,
string  tableId 
)
inline

Constructs a new Update request.

Member Function Documentation

◆ GetBody()

override object Google.Apis.Bigquery.v2.TablesResource.UpdateRequest.GetBody ( )
inlineprotected

summary>Gets the method name.

◆ InitParameters()

override void Google.Apis.Bigquery.v2.TablesResource.UpdateRequest.InitParameters ( )
inlineprotected

Initializes Update parameter list.

Property Documentation

◆ DatasetId

virtual string Google.Apis.Bigquery.v2.TablesResource.UpdateRequest.DatasetId
get

Dataset ID of the table to update

◆ HttpMethod

override string Google.Apis.Bigquery.v2.TablesResource.UpdateRequest.HttpMethod
get

summary>Gets the REST path.

◆ MethodName

override string Google.Apis.Bigquery.v2.TablesResource.UpdateRequest.MethodName
get

summary>Gets the HTTP method.

◆ ProjectId

virtual string Google.Apis.Bigquery.v2.TablesResource.UpdateRequest.ProjectId
get

Project ID of the table to update

◆ TableId

virtual string Google.Apis.Bigquery.v2.TablesResource.UpdateRequest.TableId
get

Table ID of the table to update


The documentation for this class was generated from the following file: