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

Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted. More...

Inheritance diagram for Google.Apis.Bigquery.v2.TablesResource.DeleteRequest:
Google.Apis.Bigquery.v2.BigqueryBaseServiceRequest< string >

Public Member Functions

 DeleteRequest (Google.Apis.Services.IClientService service, string projectId, string datasetId, string tableId)
 Constructs a new Delete request. More...
 

Protected Member Functions

override void InitParameters ()
 Initializes Delete parameter list. More...
 
- Protected Member Functions inherited from Google.Apis.Bigquery.v2.BigqueryBaseServiceRequest< string >
 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 delete More...
 
virtual string DatasetId [get]
 Dataset ID of the table to delete More...
 
virtual string TableId [get]
 Table ID of the table to delete 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< string >
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

Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.

Constructor & Destructor Documentation

◆ DeleteRequest()

Google.Apis.Bigquery.v2.TablesResource.DeleteRequest.DeleteRequest ( Google.Apis.Services.IClientService  service,
string  projectId,
string  datasetId,
string  tableId 
)
inline

Constructs a new Delete request.

Member Function Documentation

◆ InitParameters()

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

Initializes Delete parameter list.

Property Documentation

◆ DatasetId

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

Dataset ID of the table to delete

◆ HttpMethod

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

summary>Gets the REST path.

◆ MethodName

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

summary>Gets the HTTP method.

◆ ProjectId

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

Project ID of the table to delete

◆ TableId

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

Table ID of the table to delete

summary>Gets the method name.


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