Show / Hide Table of Contents

Class TabledataResource.InsertAllRequest

Streams data into BigQuery one record at a time without needing to run a load job.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<TableDataInsertAllResponse>
BigqueryBaseServiceRequest<TableDataInsertAllResponse>
TabledataResource.InsertAllRequest
Implements
IClientServiceRequest<TableDataInsertAllResponse>
IClientServiceRequest
Inherited Members
BigqueryBaseServiceRequest<TableDataInsertAllResponse>.Xgafv
BigqueryBaseServiceRequest<TableDataInsertAllResponse>.AccessToken
BigqueryBaseServiceRequest<TableDataInsertAllResponse>.Alt
BigqueryBaseServiceRequest<TableDataInsertAllResponse>.Callback
BigqueryBaseServiceRequest<TableDataInsertAllResponse>.Fields
BigqueryBaseServiceRequest<TableDataInsertAllResponse>.Key
BigqueryBaseServiceRequest<TableDataInsertAllResponse>.OauthToken
BigqueryBaseServiceRequest<TableDataInsertAllResponse>.PrettyPrint
BigqueryBaseServiceRequest<TableDataInsertAllResponse>.QuotaUser
BigqueryBaseServiceRequest<TableDataInsertAllResponse>.UploadType
BigqueryBaseServiceRequest<TableDataInsertAllResponse>.UploadProtocol
ClientServiceRequest<TableDataInsertAllResponse>.Execute()
ClientServiceRequest<TableDataInsertAllResponse>.ExecuteAsStream()
ClientServiceRequest<TableDataInsertAllResponse>.ExecuteAsync()
ClientServiceRequest<TableDataInsertAllResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<TableDataInsertAllResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<TableDataInsertAllResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<TableDataInsertAllResponse>.CreateRequest(bool?)
ClientServiceRequest<TableDataInsertAllResponse>.GenerateRequestUri()
ClientServiceRequest<TableDataInsertAllResponse>.GetDefaultETagAction(string)
ClientServiceRequest<TableDataInsertAllResponse>.ETagAction
ClientServiceRequest<TableDataInsertAllResponse>.ModifyRequest
ClientServiceRequest<TableDataInsertAllResponse>.ValidateParameters
ClientServiceRequest<TableDataInsertAllResponse>.ApiVersion
ClientServiceRequest<TableDataInsertAllResponse>.RequestParameters
ClientServiceRequest<TableDataInsertAllResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TabledataResource.InsertAllRequest : BigqueryBaseServiceRequest<TableDataInsertAllResponse>, IClientServiceRequest<TableDataInsertAllResponse>, IClientServiceRequest

Constructors

InsertAllRequest(IClientService, TableDataInsertAllRequest, string, string, string)

Constructs a new InsertAll request.

Declaration
public InsertAllRequest(IClientService service, TableDataInsertAllRequest body, string projectId, string datasetId, string tableId)
Parameters
Type Name Description
IClientService service
TableDataInsertAllRequest body
string projectId
string datasetId
string tableId

Properties

DatasetId

Required. Dataset ID of the destination.

Declaration
[RequestParameter("datasetId", RequestParameterType.Path)]
public virtual string DatasetId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Bigquery.v2.Data.TableDataInsertAllResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Bigquery.v2.Data.TableDataInsertAllResponse>.MethodName

ProjectId

Required. Project ID of the destination.

Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Bigquery.v2.Data.TableDataInsertAllResponse>.RestPath

TableId

Required. Table ID of the destination.

Declaration
[RequestParameter("tableId", RequestParameterType.Path)]
public virtual string TableId { get; }
Property Value
Type Description
string

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Bigquery.v2.Data.TableDataInsertAllResponse>.GetBody()

InitParameters()

Initializes InsertAll parameter list.

Declaration
protected override void InitParameters()
Overrides
BigqueryBaseServiceRequest<TableDataInsertAllResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX