Show / Hide Table of Contents

Class TablesResource.UpdateRequest

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.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Table>
BigqueryBaseServiceRequest<Table>
TablesResource.UpdateRequest
Implements
IClientServiceRequest<Table>
IClientServiceRequest
Inherited Members
BigqueryBaseServiceRequest<Table>.Xgafv
BigqueryBaseServiceRequest<Table>.AccessToken
BigqueryBaseServiceRequest<Table>.Alt
BigqueryBaseServiceRequest<Table>.Callback
BigqueryBaseServiceRequest<Table>.Fields
BigqueryBaseServiceRequest<Table>.Key
BigqueryBaseServiceRequest<Table>.OauthToken
BigqueryBaseServiceRequest<Table>.PrettyPrint
BigqueryBaseServiceRequest<Table>.QuotaUser
BigqueryBaseServiceRequest<Table>.UploadType
BigqueryBaseServiceRequest<Table>.UploadProtocol
ClientServiceRequest<Table>.Execute()
ClientServiceRequest<Table>.ExecuteAsStream()
ClientServiceRequest<Table>.ExecuteAsync()
ClientServiceRequest<Table>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Table>.ExecuteAsStreamAsync()
ClientServiceRequest<Table>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Table>.CreateRequest(bool?)
ClientServiceRequest<Table>.GenerateRequestUri()
ClientServiceRequest<Table>.GetDefaultETagAction(string)
ClientServiceRequest<Table>.ETagAction
ClientServiceRequest<Table>.ModifyRequest
ClientServiceRequest<Table>.ValidateParameters
ClientServiceRequest<Table>.ApiVersion
ClientServiceRequest<Table>.RequestParameters
ClientServiceRequest<Table>.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 TablesResource.UpdateRequest : BigqueryBaseServiceRequest<Table>, IClientServiceRequest<Table>, IClientServiceRequest

Constructors

UpdateRequest(IClientService, Table, string, string, string)

Constructs a new Update request.

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

Properties

AutodetectSchema

Optional. When true will autodetect schema, else will keep original schema

Declaration
[RequestParameter("autodetect_schema", RequestParameterType.Query)]
public virtual bool? AutodetectSchema { get; set; }
Property Value
Type Description
bool?

DatasetId

Required. Dataset ID of the table to update

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
ClientServiceRequest<Table>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Table>.MethodName

ProjectId

Required. Project ID of the table to update

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
ClientServiceRequest<Table>.RestPath

TableId

Required. Table ID of the table to update

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
ClientServiceRequest<Table>.GetBody()

InitParameters()

Initializes Update parameter list.

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

Implements

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